From 18988b038a57f70f391c82096b9f9f9989ec7d62 Mon Sep 17 00:00:00 2001 From: Tommy Chen Date: Sun, 13 Dec 2015 21:20:12 +0800 Subject: [PATCH] Use HTTPS url for hexo.io --- _config.yml | 8 ++++---- source/_posts/hello-world.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index b7d669e..26c27e9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Hexo Configuration -## Docs: http://hexo.io/docs/configuration.html +## Docs: https://hexo.io/docs/configuration.html ## Source: https://github.com/hexojs/hexo/ # Site @@ -61,11 +61,11 @@ per_page: 10 pagination_dir: page # Extensions -## Plugins: http://hexo.io/plugins/ -## Themes: http://hexo.io/themes/ +## Plugins: https://hexo.io/plugins/ +## Themes: https://hexo.io/themes/ theme: landscape # Deployment -## Docs: http://hexo.io/docs/deployment.html +## Docs: https://hexo.io/docs/deployment.html deploy: type: diff --git a/source/_posts/hello-world.md b/source/_posts/hello-world.md index e8110e3..c090297 100644 --- a/source/_posts/hello-world.md +++ b/source/_posts/hello-world.md @@ -1,7 +1,7 @@ --- title: Hello World --- -Welcome to [Hexo](http://hexo.io/)! This is your very first post. Check [documentation](http://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](http://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). +Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). ## Quick Start @@ -11,7 +11,7 @@ Welcome to [Hexo](http://hexo.io/)! This is your very first post. Check [documen $ hexo new "My New Post" ``` -More info: [Writing](http://hexo.io/docs/writing.html) +More info: [Writing](https://hexo.io/docs/writing.html) ### Run server @@ -19,7 +19,7 @@ More info: [Writing](http://hexo.io/docs/writing.html) $ hexo server ``` -More info: [Server](http://hexo.io/docs/server.html) +More info: [Server](https://hexo.io/docs/server.html) ### Generate static files @@ -27,7 +27,7 @@ More info: [Server](http://hexo.io/docs/server.html) $ hexo generate ``` -More info: [Generating](http://hexo.io/docs/generating.html) +More info: [Generating](https://hexo.io/docs/generating.html) ### Deploy to remote sites @@ -35,4 +35,4 @@ More info: [Generating](http://hexo.io/docs/generating.html) $ hexo deploy ``` -More info: [Deployment](http://hexo.io/docs/deployment.html) +More info: [Deployment](https://hexo.io/docs/deployment.html)