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.

150 lines
3.4 KiB

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