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.

146 lines
3.2 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. image = "image"
  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. [params]
  45. title = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  46. author = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  47. profilePicture = "images/profile.jpg"
  48. siteLogo = "images/na-sm.png"
  49. keywords = ""
  50. favicon = "favicons/"
  51. [languages.en.Params]
  52. 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"
  53. [languages.jp.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. ## Social Links
  56. [[params.socialIcons]]
  57. icon = "fa fa-pleroma fa-2x fa-fw"
  58. title = "Pleroma"
  59. url = "https://social.nipponalba.scot/jk"
  60. [[params.socialIcons]]
  61. icon = "fa fa-pixelfed fa-2x fa-fw"
  62. title = "Pixelfed"
  63. url = "https://px.nipponalba.scot/jk"
  64. [[params.socialIcons]]
  65. icon = "fa fa-xmpp fa-2x fa-fw"
  66. title = "XMPP"
  67. url = "xmpp:jk@nipponalba.scot"
  68. [[params.socialIcons]]
  69. icon = "fa fa-matrix-org fa-2x fa-fw"
  70. title = "Matrix"
  71. url = "https://matrix.to/#/@jk:nipponalba.scot"
  72. [[params.socialIcons]]
  73. icon = "fa fa-envelope-o fa-2x fa-fw"
  74. title = "e-mail"
  75. url = "mailto:jk@nipponalba.scot"
  76. [languages.en]
  77. weight = 0
  78. languageName = "English"
  79. [[languages.en.menu.main]]
  80. name="Home"
  81. weight= 100
  82. url = "/"
  83. [[languages.en.menu.main]]
  84. name = "Blogs"
  85. weight = 200
  86. url = "/blog/"
  87. [[languages.en.menu.main]]
  88. name = "Articles"
  89. weight = 300
  90. url = "/article/"
  91. [[languages.en.menu.main]]
  92. name = "Notes"
  93. weight = 400
  94. url = "/note/"
  95. [[languages.en.menu.main]]
  96. name = "Photos"
  97. weight = 500
  98. url = "/photo/"
  99. [[languages.en.menu.main]]
  100. name = "Bookmarks"
  101. weight = 600
  102. url = "/bookmarks/"
  103. [[languages.en.menu.main]]
  104. name = "Feeds"
  105. weight = 700
  106. url = "/feeds/"
  107. identifier = "feeds"
  108. [languages.jp]
  109. weight = 10
  110. languageName = "日本語"
  111. [[languages.jp.menu.main]]
  112. name="ホーム"
  113. weight= 100
  114. url = "/jp/"
  115. [[languages.jp.menu.main]]
  116. name = "全部のブログ"
  117. weight = 200
  118. url = "/jp/blog/"
  119. [[languages.jp.menu.main]]
  120. name = "記事"
  121. weight = 300
  122. url = "/jp/article/"