hugo/meta/.default/config.yaml.json

85 lines
1.6 KiB
JSON

{
"baseURL": "",
"languageCode": "en-us",
"title": "Site Title",
"theme": "anubis",
"paginate": 5,
"paginatePath": "posts/-/pages",
"enableRobotsTXT": true,
"disableLiveReload": true,
"minify": true,
"noHTTPCache": true,
"disableFastRender": true,
"rssLimit": 5,
"canonifyurls": true,
"relativeurls": false,
"params": {
"toc": true,
"author": "me",
"email": "",
"avatar": "",
"description": "",
"dateFormat": "2006-01-02",
"paginationSinglePost": false,
"style": "light",
"readMore": true,
"disableSummary": false,
"social": [
{
"id": "email",
"name": "contact"
}
]
},
"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"
}
}