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.

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