Skip to content

Commit

Permalink
Update hello-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Nov 7, 2024
1 parent b9c4a45 commit a0cf59b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_posts/hello-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ title: Hexo Template

> A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org). Here is the template of it.
[Demo](https://mmdjiji.github.io/hexo-template) | [Official Website](https://hexo.io) | [Documentation](https://hexo.io/docs/) | [GitHub](https://github.com/mmdjiji/hexo-template)
[Demo](https://std.ac/hexo-template) | [Official Website](https://hexo.io) | [Documentation](https://hexo.io/docs/) | [GitHub](https://github.com/mmdjiji/hexo-template)

## CI/CD

This repository uses GitHub Actions for CI/CD. You don't need to build your documents manually. Just commit your documents (then run `git push`), and then turn on the GitHub Pages in the settings to access your online documents. (For this demo is https://mmdjiji.github.io/hexo-template)
This repository uses GitHub Actions for CI/CD. You don't need to build your documents manually. Just commit your documents (then run `git push`), and then turn on the GitHub Pages in the settings to access your online documents. (For this demo is https://std.ac/hexo-template)

## !!! Attention !!!

There are two lines to modify in `_config.yml`:

1. (At line 16) Set your site url here. For example, if you use GitHub Page, set url as `https://username.github.io/project`:
```yml
url: https://jiji.pro/hexo-template
url: https://std.ac/hexo-template
```
2. (At line 107) Set your project name here, if your project name is `username` or `username.github.io`, just remove it at the end of `_config.yml`:
Expand Down

0 comments on commit a0cf59b

Please sign in to comment.