From b9c4a454505c614824ed3a8c5abfb213c95dad9f Mon Sep 17 00:00:00 2001 From: JiJi Date: Thu, 7 Nov 2024 14:45:31 +0800 Subject: [PATCH] Update domain --- README.md | 6 +++--- _config.yml | 2 +- package.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 210048e..8a9e8f3 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`: @@ -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 diff --git a/_config.yml b/_config.yml index e9188ef..810b104 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/package.json b/package.json index fb7e1d0..d603b6b 100644 --- a/package.json +++ b/package.json @@ -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" } }