move toml config to yml
This commit is contained in:
parent
9f5371c909
commit
451dcac52b
|
@ -1,3 +0,0 @@
|
||||||
baseURL = "https://secluded.site"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Secluded.Site"
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
baseURL: https://new.secluded.site
|
||||||
|
languageCode: en-us
|
||||||
|
title: Secluded.Site
|
||||||
|
theme: secluded
|
||||||
|
relativeURLs: true
|
||||||
|
permalinks:
|
||||||
|
posts: "/:title/"
|
||||||
|
params:
|
||||||
|
author: Amolith
|
||||||
|
description: Blog of a pseudonymous netizen
|
||||||
|
contact:
|
||||||
|
fediverse: https://nixnet.social/@amolith
|
||||||
|
email: amolith@secluded.site
|
||||||
|
|
||||||
|
# Visit http://gnuterrypratchett.com for explanation
|
||||||
|
# List names as an array
|
||||||
|
clacks:
|
||||||
|
- Lloyd Barlowe
|
||||||
|
- Trabajo Taco
|
||||||
|
|
||||||
|
markup:
|
||||||
|
highlight:
|
||||||
|
anchorLineNos: true
|
||||||
|
codeFences: true
|
||||||
|
lineNos: true
|
||||||
|
lineNumbersInTable: false
|
||||||
|
noClasses: true
|
||||||
|
style: algol_nu
|
||||||
|
tabWidth: 4
|
||||||
|
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: home
|
||||||
|
name: Home
|
||||||
|
url: /
|
||||||
|
weight: 100
|
||||||
|
- identifier: posts
|
||||||
|
name: Posts
|
||||||
|
url: /posts
|
||||||
|
weight: 110
|
||||||
|
- identifier: pipes
|
||||||
|
name: Pipes
|
||||||
|
url: /pipes
|
||||||
|
weight: 120
|
||||||
|
- identifier: library
|
||||||
|
name: Library
|
||||||
|
url: /library
|
||||||
|
weight: 130
|
Loading…
Reference in New Issue