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/
|
||||
|
||||
# Site
|
||||
title: Hexo
|
||||
subtitle:
|
||||
description:
|
||||
author: John Doe
|
||||
title: Blog
|
||||
subtitle:
|
||||
description: My personal experiences, mostly in tech stuff.
|
||||
author: curben
|
||||
language:
|
||||
timezone:
|
||||
|
||||
# URL
|
||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||
url: /
|
||||
root: "/hexo/"
|
||||
root: ""
|
||||
permalink: :year/:month/:day/:title/
|
||||
permalink_defaults:
|
||||
|
||||
|
|
Loading…
Reference in New Issue