hugo/meta/config.yaml

66 lines
1.2 KiB
YAML

baseURL: ""
languageCode: en-us
title: the title of my blog
theme: anubis
paginate: 5
paginatePath: posts/-/pages
enableRobotsTXT: true
disableLiveReload: true
minify: true
noHTTPCache: true
disableFastRender: true
rssLimit: 5
canonifyurls: true
relativeurls: false
params:
layout: "1"
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
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
linkify: true
strikethrough: true
table: true
taskList: true
parser:
autoHeadingID: true
autoHeadingIDType: github
renderer:
unsafe: true
highlight:
anchorLineNos: true
guessSyntax: true
lineNos: true
tabWidth: 3
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
permalinks:
posts: /posts/:year-:month-:day-:filename