jon.kelbie.scot website
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.
 
 
 
 

182 lines
3.4 KiB

baseURL = "https://jon.kelbie.scot"
languageCode = "en-gb"
title = "Jon Kelbie | My Site | jon.kelbie.scot"
theme=["hugo-atom-feed","nipponalba"]
summarylength=10
enableEmoji=true
defaultContentLanguage="en"
preserveTaxonomyNames = true
[outputs]
home = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
section = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
taxonomy = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
term = ["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 = true
xhtml = false
[taxonomies]
blog = "blog"
image = "image"
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"
[params]
title = "Jon's Place"
author = "Jon Kelbie󠁧󠁢󠁳󠁣󠁴󠁿"
firstname = "Jon"
profilePicture = "images/profile1.jpg"
siteLogo = ""
keywords = ""
favicon = "images/"
pronouns = "he/him/his"
feedSections =["article","note","photo","response"]
[languages.en.Params]
description = "Dedicated Dad"
[languages.jp.Params]
description = ""
## Social Links
[[params.socialIcons]]
icon = "fa fa-envelope-o fa-2x fa-fw"
title = "e-mail"
url = "mailto:jon@kelbie.scot"
[[params.socialIcons]]
icon = "fa fa-matrix-org fa-2x fa-fw"
title = "matrix"
url = "https://matrix.to/#/@jon:kelbie.scot"
[[params.socialIcons]]
icon = "fa fa-xmpp fa-2x fa-fw"
title = "XMPP"
url = "xmpp:jon@kelbie.scot"
[[params.socialIcons]]
icon = "fa fa-note_com fa-2x fa-fw"
title = "note.com"
url = "https://note.com/jon_kelbie"
[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 = "Résumé"
weight = 700
url = "/resume/"
[[languages.en.menu.main]]
name = "Exercise"
weight = 800
url = "/exercise/"
[[languages.en.menu.main]]
name = "Feeds"
weight = 900
url = "/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/"
[[languages.jp.menu.main]]
name = "ノート"
weight = 400
url = "/jp/note/"
[[languages.jp.menu.main]]
name = "写真"
weight = 500
url = "/jp/photo/"
[[languages.jp.menu.main]]
name = "ブックマーク"
weight = 600
url = "/jp/bookmarks/"
[[languages.jp.menu.main]]
name = "履歴書"
weight = 700
url = "/jp/resume/"
[[languages.jp.menu.main]]
name = "運動"
weight = 800
url = "/jp/exercise/"
[[languages.jp.menu.main]]
name = "フィード"
weight = 900
url = "/jp/feeds/"