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.

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