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.
128 lines
2.4 KiB
128 lines
2.4 KiB
baseURL = "https://sakino.kelbie.scot"
|
|
languageCode = "en-gb"
|
|
title = "Sakino Kelbie"
|
|
theme=["nipponalba"]
|
|
summarylength=20
|
|
enableEmoji=true
|
|
defaultContentLanguage="en"
|
|
|
|
[outputs]
|
|
home = ["html", "rss"] # default = ["HTML", "RSS"]
|
|
section = ["html", "rss"] # default = ["HTML", "RSS"]
|
|
taxonomy = ["html", "rss"] # default = ["HTML", "RSS"]
|
|
term = ["html", "rss"] # 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"
|
|
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 = "Sakino's Place"
|
|
author = "Sakino Kelbie"
|
|
firstname = "Sakino"
|
|
profilePicture = "images/profile1.jpg"
|
|
siteLogo = ""
|
|
keywords = ""
|
|
favicon = "favicon/"
|
|
pronouns = "she/her"
|
|
a = "testing"
|
|
|
|
[languages.en.Params]
|
|
|
|
description = "Dedicated Mum"
|
|
|
|
[languages.jp.Params]
|
|
description = ""
|
|
|
|
## Social Links
|
|
[[params.socialIcons]]
|
|
icon = "fa fa-envelope-o fa-2x fa-fw"
|
|
title = "e-mail"
|
|
url = "mailto:sakino@kelbie.scot"
|
|
|
|
[languages.en]
|
|
weight = 0
|
|
languageName = "English"
|
|
|
|
[[languages.en.menu.main]]
|
|
name="Home"
|
|
weight= 100
|
|
url = "/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Education"
|
|
weight = 200
|
|
url = "/category/education/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Health"
|
|
weight = 300
|
|
url = "/category/health/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Simple Life"
|
|
weight = 400
|
|
url = "/category/simple-life/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Environment"
|
|
weight = 500
|
|
url = "/category/environment/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Self Development"
|
|
weight = 600
|
|
url = "/category/self-development/"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Future Plans"
|
|
weight = 700
|
|
url = "/category/future-plan/"
|
|
|
|
|
|
[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/"
|