jk.nipponalba.scot website
https://jk.nipponalba.scot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.4 KiB
76 lines
1.4 KiB
baseURL = "https://jk.nipponalba.scot"
|
|
languageCode = "en-gb"
|
|
title = "JK's homepage"
|
|
theme="anatole"
|
|
summarylength=10
|
|
enableEmoji=true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
[markup.goldmark.parser]
|
|
attribute = true
|
|
autoHeadingID = true
|
|
autoHeadingIDType = "github"
|
|
[markup.goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = false
|
|
xhtml = false
|
|
|
|
[taxonomies]
|
|
blog = "blog"
|
|
|
|
[params]
|
|
title = "I'm JK"
|
|
author = "JK"
|
|
description = "work in progress"
|
|
profilePicture = "images/profile.jpg"
|
|
keywords = ""
|
|
favicon = "favicons/"
|
|
|
|
## Social Links
|
|
[[params.socialIcons]]
|
|
icon = "fa-pleroma"
|
|
title = "Pleroma"
|
|
url = "https://social.nipponalba.scot/jk"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa-pixelfed"
|
|
title = "Pixelfed"
|
|
url = "https://px.nipponalba.scot/jk"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa-xmpp"
|
|
title = "XMPP"
|
|
url = "xmpp:jk@nipponalba.scot"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa-matrix-org"
|
|
title = "Matrix"
|
|
url = "https://matrix.to/#/@jk:nipponalba.scot"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa-envelope-o"
|
|
title = "e-mail"
|
|
url = "mailto:jk@nipponalba.scot"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
name="Home"
|
|
identifier="home"
|
|
weight= 100
|
|
url = "/"
|
|
|
|
[[menu.main]]
|
|
name = "Blogs"
|
|
identifier = "blogs"
|
|
weight = 200
|
|
url = "/blog/"
|