blog: fix urls
This commit is contained in:
parent
6171e5735b
commit
821ae59118
|
@ -1,4 +1,4 @@
|
|||
baseURL: 'https://11sync.net/blog/'
|
||||
baseURL: 'https://11sync.net/'
|
||||
languageCode: en-us
|
||||
title: 11sync.net blog
|
||||
theme: default
|
||||
|
@ -6,13 +6,13 @@ author: Motiejus Jakštys
|
|||
Menus:
|
||||
main:
|
||||
- Name: Sign Up
|
||||
URL: ../
|
||||
- Name: Blog
|
||||
URL: /
|
||||
- Name: Blog
|
||||
URL: /blog/
|
||||
- Name: Contact
|
||||
URL: ../contact/
|
||||
URL: /contact/
|
||||
permalinks:
|
||||
log: '/:year/:slug/'
|
||||
blog: '/blog/:year/:slug/'
|
||||
Params:
|
||||
dateFormat: '2006-01-02'
|
||||
outputs:
|
||||
|
|
Loading…
Reference in New Issue