This commit is contained in:
Bel LaPointe
2021-11-29 14:51:22 -07:00
parent 348b95df0f
commit d1c5d8a67c
8 changed files with 188 additions and 79 deletions

View File

@@ -1,9 +1,9 @@
baseURL: ''
languageCode: 'en-us'
title: 'Site Title'
theme: "anubis"
baseURL: ""
languageCode: en-us
title: the title of my blog
theme: anubis
paginate: 5
paginatePath: "posts/-/pages"
paginatePath: posts/-/pages
enableRobotsTXT: true
disableLiveReload: true
minify: true
@@ -12,43 +12,32 @@ disableFastRender: true
rssLimit: 5
canonifyurls: true
relativeurls: false
params:
toc: true
author: "me"
email: ""
avatar: ""
description: ""
#customJS: [ "js/main.js" ] # relative to ./assets/
dateFormat: "2006-01-02"
paginationSinglePost: false
style: light
#style: auto-without-switcher
#style: light-without-switcher
readMore: true
disableSummary: false
social:
- id: email
name: contact
#- id: linkedin
# name: lapoba16
#- id: rss
# name: rss
# url: '/index.xml'
toc: true
author: bel
email: bel@bel.bel
avatar: ""
description: ""
dateFormat: "2006-01-02"
paginationSinglePost: false
style: light
readMore: true
disableSummary: false
social:
- id: email
name: bel@bel.bel
menu:
main:
- identifier: archive
name: Archive
title: Archive
url: /posts/
weight: 0
- identifier: about
name: About
title: About
url: /about/
weight: 1
- identifier: archive
name: Archive
title: Archive
url: /posts/
weight: 0
- identifier: about
name: About
title: About
url: /about/
weight: 1
markup:
defaultMarkdownHandler: goldmark
goldmark:
@@ -61,7 +50,7 @@ markup:
autoHeadingID: true
autoHeadingIDType: github
renderer:
unsafe: true # raw HTML OK
unsafe: true
highlight:
anchorLineNos: true
guessSyntax: true
@@ -71,6 +60,5 @@ markup:
endLevel: 3
ordered: false
startLevel: 2
permalinks:
posts: /posts/:year-:month-:day-:filename