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.
150 lines
3.4 KiB
150 lines
3.4 KiB
baseURL = "https://jk.nipponalba.scot"
|
|
languageCode = "en-gb"
|
|
title = "JK's homepage"
|
|
theme=[ "hugo-atom-feed","nipponalba"]
|
|
summarylength=30
|
|
enableEmoji=true
|
|
defaultContentLanguage="en"
|
|
ignoreErrors = ["error-remote-getjson"]
|
|
|
|
[outputs]
|
|
home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
|
|
section = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
|
|
term = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
|
|
taxonomy = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
|
|
|
|
[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"
|
|
images = "images"
|
|
tag = "tag"
|
|
category = "category"
|
|
type = "type"
|
|
like-of = "like-of"
|
|
in-reply-to = "in-reply-to"
|
|
repost-of = "repost-of"
|
|
bookmark-of = "bookmark-of"
|
|
posttype = "posttype"
|
|
slug = "slug"
|
|
series = "series"
|
|
|
|
[params]
|
|
title = "J K 🇯🇵🏴 | personal site"
|
|
author = "J K 🇯🇵🏴"
|
|
profilePicture = "images/profile.jpg"
|
|
images = ["images/profile.jpg"]
|
|
siteLogo = "images/na-sm.png"
|
|
keywords = ""
|
|
favicon = "favicons/"
|
|
feedSections =["article","note","photo","response"]
|
|
email = "jk@nipponalba.scot"
|
|
|
|
|
|
[languages.en.Params]
|
|
description = "Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him"
|
|
|
|
[languages.jp.Params]
|
|
description = "日本語の紹介を書くーQuintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him"
|
|
|
|
## Social Links
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-pleroma fa-2x fa-fw"
|
|
title = "Pleroma"
|
|
url = "https://social.nipponalba.scot/jk"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-pixelfed fa-2x fa-fw"
|
|
title = "Pixelfed"
|
|
url = "https://px.nipponalba.scot/jk"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-xmpp fa-2x fa-fw"
|
|
title = "XMPP"
|
|
url = "xmpp:jk@nipponalba.scot"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-matrix-org fa-2x fa-fw"
|
|
title = "Matrix"
|
|
url = "https://matrix.to/#/@jk:nipponalba.scot"
|
|
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-envelope-o fa-2x fa-fw"
|
|
title = "e-mail"
|
|
url = "mailto:jk@nipponalba.scot"
|
|
|
|
[languages.en]
|
|
weight = 0
|
|
languageName = "English"
|
|
|
|
[[languages.en.menu.main]]
|
|
name="Home"
|
|
weight= 100
|
|
url = "/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Blogs"
|
|
weight = 200
|
|
url = "/blog/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Articles"
|
|
weight = 300
|
|
url = "/article/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Notes"
|
|
weight = 400
|
|
url = "/note/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Photos"
|
|
weight = 500
|
|
url = "/photo/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Bookmarks"
|
|
weight = 600
|
|
url = "/bookmarks/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Feeds"
|
|
weight = 700
|
|
url = "/feeds/"
|
|
identifier = "feeds"
|
|
|
|
[languages.jp]
|
|
weight = 10
|
|
languageName = "日本語"
|
|
|
|
[[languages.jp.menu.main]]
|
|
name="ホーム"
|
|
weight= 100
|
|
url = "/jp/"
|
|
|
|
[[languages.jp.menu.main]]
|
|
name = "全部のブログ"
|
|
weight = 200
|
|
url = "/jp/blog/"
|
|
|
|
[[languages.jp.menu.main]]
|
|
name = "記事"
|
|
weight = 300
|
|
url = "/jp/article/"
|