pull/1/merge
iotcat 4 years ago
parent b6e16a3875
commit 09d1124188
  1. 11
      _config.yml
  2. 3
      package.json
  3. 5
      source/_posts/hello-world.md
  4. 2
      themes/kayo

@ -95,6 +95,17 @@ ignore:
## Themes: https://hexo.io/themes/
theme: kayo
# search
search:
path: search.xml
field: post
content: true
# sitemap
sitemap:
path: sitemap.xml
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:

@ -17,7 +17,10 @@
"hexo-deployer-rsync": "^1.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-search": "^2.4.0",
"hexo-generator-seo-friendly-sitemap": "^0.0.25",
"hexo-generator-tag": "^1.0.0",
"hexo-reading-time": "^1.0.3",
"hexo-renderer-ejs": "^1.0.0",

@ -1,5 +1,6 @@
---
title: Hello World
type: post
---
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).
@ -7,6 +8,10 @@ Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [docume
### Create a new post
$$
\frac{d_r}{j_k}
$$
``` bash
$ hexo new "My New Post"
```

@ -1 +1 @@
Subproject commit 56f2f7a0cc1ceb8568d1dc3e65915e237d9a420c
Subproject commit d9859f299d85526009b2a745d7603ddd9902b239
Loading…
Cancel
Save