mirror of https://gitlab.com/curben/blog
Merge branch 'master' into 'master'
Fix layout
Fixes #1
----
Correct paths: url and baseurl
`_config.yml`:
```yaml
url: https://pages.gitlab.io/
root: "/hexo/"
```
----
# **Results**
![hexo-pages](/uploads/e7b2379f430a09b4ea184a0c55822fe0/hexo-pages.png)
----
Forked build: [passed](01f3d994e6
)
----
cc/ @axil
See merge request !1
This commit is contained in:
commit
89a1d48b23
|
@ -12,8 +12,8 @@ timezone:
|
|||
|
||||
# URL
|
||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||
url: https://pages.gitlab.io/hexo
|
||||
root: /
|
||||
url: https://pages.gitlab.io/
|
||||
root: "/hexo/"
|
||||
permalink: :year/:month/:day/:title/
|
||||
permalink_defaults:
|
||||
|
||||
|
|
Loading…
Reference in New Issue