mirror of https://gitlab.com/curben/blog
Fix CSS issue. Update blog description. Change URL format of articles.
This commit is contained in:
parent
26ebd33f39
commit
660d6aab58
10
_config.yml
10
_config.yml
|
@ -3,17 +3,17 @@
|
||||||
## Source: https://github.com/hexojs/hexo/
|
## Source: https://github.com/hexojs/hexo/
|
||||||
|
|
||||||
# Site
|
# Site
|
||||||
title: Hexo
|
title: Blog
|
||||||
subtitle:
|
subtitle:
|
||||||
description:
|
description: My personal experiences, mostly in tech stuff.
|
||||||
author: John Doe
|
author: curben
|
||||||
language:
|
language:
|
||||||
timezone:
|
timezone:
|
||||||
|
|
||||||
# URL
|
# URL
|
||||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||||
url: /
|
url: /
|
||||||
root: "/hexo/"
|
root: ""
|
||||||
permalink: :year/:month/:day/:title/
|
permalink: :year/:month/:day/:title/
|
||||||
permalink_defaults:
|
permalink_defaults:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue