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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

148 lines
3.3 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. baseURL = "https://jk.nipponalba.scot"
  2. languageCode = "en-gb"
  3. title = "JK's homepage"
  4. theme=["nipponalba"]
  5. summarylength=30
  6. enableEmoji=true
  7. defaultContentLanguage="en"
  8. ignoreErrors = ["error-remote-getjson"]
  9. [outputs]
  10. home = ["html", "rss"] # default = ["HTML", "RSS"]
  11. section = ["html", "rss"] # default = ["HTML", "RSS"]
  12. term = ["html", "rss"] # default = ["HTML", "RSS"]
  13. taxonomy = ["html", "rss"] # default = ["HTML", "RSS"]
  14. [markup]
  15. [markup.goldmark]
  16. [markup.goldmark.extensions]
  17. definitionList = true
  18. footnote = true
  19. linkify = true
  20. strikethrough = true
  21. table = true
  22. taskList = true
  23. typographer = true
  24. [markup.goldmark.parser]
  25. attribute = true
  26. autoHeadingID = true
  27. autoHeadingIDType = "github"
  28. [markup.goldmark.renderer]
  29. hardWraps = false
  30. unsafe = false
  31. xhtml = false
  32. [taxonomies]
  33. blog = "blog"
  34. images = "images"
  35. tag = "tag"
  36. category = "category"
  37. type = "type"
  38. like-of = "like-of"
  39. in-reply-to = "in-reply-to"
  40. repost-of = "repost-of"
  41. bookmark-of = "bookmark-of"
  42. posttype = "posttype"
  43. slug = "slug"
  44. series = "series"
  45. [params]
  46. title = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿 | personal site"
  47. author = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  48. profilePicture = "images/profile.jpg"
  49. images = ["images/profile.jpg"]
  50. siteLogo = "images/na-sm.png"
  51. keywords = ""
  52. favicon = "favicons/"
  53. [languages.en.Params]
  54. 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"
  55. [languages.jp.Params]
  56. 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"
  57. ## Social Links
  58. [[params.socialIcons]]
  59. icon = "fa fa-pleroma fa-2x fa-fw"
  60. title = "Pleroma"
  61. url = "https://social.nipponalba.scot/jk"
  62. [[params.socialIcons]]
  63. icon = "fa fa-pixelfed fa-2x fa-fw"
  64. title = "Pixelfed"
  65. url = "https://px.nipponalba.scot/jk"
  66. [[params.socialIcons]]
  67. icon = "fa fa-xmpp fa-2x fa-fw"
  68. title = "XMPP"
  69. url = "xmpp:jk@nipponalba.scot"
  70. [[params.socialIcons]]
  71. icon = "fa fa-matrix-org fa-2x fa-fw"
  72. title = "Matrix"
  73. url = "https://matrix.to/#/@jk:nipponalba.scot"
  74. [[params.socialIcons]]
  75. icon = "fa fa-envelope-o fa-2x fa-fw"
  76. title = "e-mail"
  77. url = "mailto:jk@nipponalba.scot"
  78. [languages.en]
  79. weight = 0
  80. languageName = "English"
  81. [[languages.en.menu.main]]
  82. name="Home"
  83. weight= 100
  84. url = "/"
  85. [[languages.en.menu.main]]
  86. name = "Blogs"
  87. weight = 200
  88. url = "/blog/"
  89. [[languages.en.menu.main]]
  90. name = "Articles"
  91. weight = 300
  92. url = "/article/"
  93. [[languages.en.menu.main]]
  94. name = "Notes"
  95. weight = 400
  96. url = "/note/"
  97. [[languages.en.menu.main]]
  98. name = "Photos"
  99. weight = 500
  100. url = "/photo/"
  101. [[languages.en.menu.main]]
  102. name = "Bookmarks"
  103. weight = 600
  104. url = "/bookmarks/"
  105. [[languages.en.menu.main]]
  106. name = "Feeds"
  107. weight = 700
  108. url = "/feeds/"
  109. identifier = "feeds"
  110. [languages.jp]
  111. weight = 10
  112. languageName = "日本語"
  113. [[languages.jp.menu.main]]
  114. name="ホーム"
  115. weight= 100
  116. url = "/jp/"
  117. [[languages.jp.menu.main]]
  118. name = "全部のブログ"
  119. weight = 200
  120. url = "/jp/blog/"
  121. [[languages.jp.menu.main]]
  122. name = "記事"
  123. weight = 300
  124. url = "/jp/article/"