Use HTTPS url for hexo.io

This commit is contained in:
Tommy Chen 2015-12-13 21:20:12 +08:00
parent cf813091b5
commit 18988b038a
2 changed files with 9 additions and 9 deletions

View File

@ -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:

View File

@ -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)