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.

138 lines
3.1 KiB

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