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.

149 lines
3.4 KiB

5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. baseURL = "https://jk.nipponalba.scot"
  2. languageCode = "en-gb"
  3. title = "JK's homepage"
  4. theme=[ "hugo-atom-feed","nipponalba"]
  5. summarylength=30
  6. enableEmoji=true
  7. defaultContentLanguage="en"
  8. ignoreErrors = ["error-remote-getjson"]
  9. [outputs]
  10. home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
  11. section = ["html", "rss", "Atom"] # 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. feedSections =["article","note","photo"]
  54. [languages.en.Params]
  55. 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"
  56. [languages.jp.Params]
  57. 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"
  58. ## Social Links
  59. [[params.socialIcons]]
  60. icon = "fa fa-pleroma fa-2x fa-fw"
  61. title = "Pleroma"
  62. url = "https://social.nipponalba.scot/jk"
  63. [[params.socialIcons]]
  64. icon = "fa fa-pixelfed fa-2x fa-fw"
  65. title = "Pixelfed"
  66. url = "https://px.nipponalba.scot/jk"
  67. [[params.socialIcons]]
  68. icon = "fa fa-xmpp fa-2x fa-fw"
  69. title = "XMPP"
  70. url = "xmpp:jk@nipponalba.scot"
  71. [[params.socialIcons]]
  72. icon = "fa fa-matrix-org fa-2x fa-fw"
  73. title = "Matrix"
  74. url = "https://matrix.to/#/@jk:nipponalba.scot"
  75. [[params.socialIcons]]
  76. icon = "fa fa-envelope-o fa-2x fa-fw"
  77. title = "e-mail"
  78. url = "mailto:jk@nipponalba.scot"
  79. [languages.en]
  80. weight = 0
  81. languageName = "English"
  82. [[languages.en.menu.main]]
  83. name="Home"
  84. weight= 100
  85. url = "/"
  86. [[languages.en.menu.main]]
  87. name = "Blogs"
  88. weight = 200
  89. url = "/blog/"
  90. [[languages.en.menu.main]]
  91. name = "Articles"
  92. weight = 300
  93. url = "/article/"
  94. [[languages.en.menu.main]]
  95. name = "Notes"
  96. weight = 400
  97. url = "/note/"
  98. [[languages.en.menu.main]]
  99. name = "Photos"
  100. weight = 500
  101. url = "/photo/"
  102. [[languages.en.menu.main]]
  103. name = "Bookmarks"
  104. weight = 600
  105. url = "/bookmarks/"
  106. [[languages.en.menu.main]]
  107. name = "Feeds"
  108. weight = 700
  109. url = "/feeds/"
  110. identifier = "feeds"
  111. [languages.jp]
  112. weight = 10
  113. languageName = "日本語"
  114. [[languages.jp.menu.main]]
  115. name="ホーム"
  116. weight= 100
  117. url = "/jp/"
  118. [[languages.jp.menu.main]]
  119. name = "全部のブログ"
  120. weight = 200
  121. url = "/jp/blog/"
  122. [[languages.jp.menu.main]]
  123. name = "記事"
  124. weight = 300
  125. url = "/jp/article/"