Skip to content

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Nov 7, 2024
1 parent 021213c commit b9c4a45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> 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) |
[Demo](https://std.ac/hexo-template) |
[Official Website](https://hexo.io) |
[Documentation](https://hexo.io/docs/) |
[GitHub](https://github.com/mmdjiji/hexo-template)
Expand All @@ -15,7 +15,7 @@ There are two lines to modify in `_config.yml`:

1. Set your site url at **line 16**. 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. Set your project name at **line 107**, if your project name is `username` or `username.github.io`, just remove it at the end of `_config.yml`:
Expand All @@ -25,7 +25,7 @@ root: /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)

## Hexo Features

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timezone: ''

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://jiji.pro/hexo-template
url: https://std.ac/hexo-template
permalink: :title/
permalink_defaults:
pretty_urls:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-template": "file:",
"hexo-theme-landscape": "^1.0.0"
}
}

0 comments on commit b9c4a45

Please sign in to comment.