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.

142 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
  1. baseURL = "https://jk.nipponalba.scot"
  2. languageCode = "en-gb"
  3. title = "JK's homepage"
  4. theme=["hugo-atom-feed","anatole"]
  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. [params]
  37. title = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  38. author = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  39. profilePicture = "images/profile.jpg"
  40. siteLogo = "images/na-sm.png"
  41. keywords = ""
  42. favicon = "favicons/"
  43. [languages.en.Params]
  44. 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"
  45. [languages.jp.Params]
  46. 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"
  47. ## Social Links
  48. [[params.socialIcons]]
  49. icon = "fa fa-pleroma fa-2x fa-fw"
  50. title = "Pleroma"
  51. url = "https://social.nipponalba.scot/jk"
  52. [[params.socialIcons]]
  53. icon = "fa fa-pixelfed fa-2x fa-fw"
  54. title = "Pixelfed"
  55. url = "https://px.nipponalba.scot/jk"
  56. [[params.socialIcons]]
  57. icon = "fa fa-xmpp fa-2x fa-fw"
  58. title = "XMPP"
  59. url = "xmpp:jk@nipponalba.scot"
  60. [[params.socialIcons]]
  61. icon = "fa fa-matrix-org fa-2x fa-fw"
  62. title = "Matrix"
  63. url = "https://matrix.to/#/@jk:nipponalba.scot"
  64. [[params.socialIcons]]
  65. icon = "fa fa-envelope-o fa-2x fa-fw"
  66. title = "e-mail"
  67. url = "mailto:jk@nipponalba.scot"
  68. [languages.en]
  69. weight = 0
  70. languageName = "English"
  71. [[languages.en.menu.main]]
  72. name="Home"
  73. weight= 100
  74. url = "/"
  75. [[languages.en.menu.main]]
  76. name = "Blogs"
  77. weight = 200
  78. url = "/blog/"
  79. [[languages.en.menu.main]]
  80. name = "Articles"
  81. weight = 300
  82. url = "/article/"
  83. [[languages.en.menu.main]]
  84. name = "Notes"
  85. weight = 400
  86. url = "/note/"
  87. [[languages.en.menu.main]]
  88. name = "Photos"
  89. weight = 500
  90. url = "/photo/"
  91. [[languages.en.menu.main]]
  92. name = "Likes"
  93. weight = 600
  94. url = "/likes/"
  95. [[languages.en.menu.main]]
  96. name = "Replies"
  97. weight = 700
  98. url = "/reply/"
  99. [[languages.en.menu.main]]
  100. name = "Re-posts"
  101. weight = 800
  102. url = "/repost/"
  103. [languages.jp]
  104. weight = 10
  105. languageName = "日本語"
  106. [[languages.jp.menu.main]]
  107. name="ホーム"
  108. weight= 100
  109. url = "/jp/"
  110. [[languages.jp.menu.main]]
  111. name = "全部のブログ"
  112. weight = 200
  113. url = "/jp/blog/"
  114. [[languages.jp.menu.main]]
  115. name = "記事"
  116. weight = 300
  117. url = "/jp/article/"