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.

96 lines
2.6 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
  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-pixelfed fa-2x fa-fw"
  62. title = "Pixelfed"
  63. url = "https://px.nipponalba.scot/jk"
  64. [[params.socialIcons]]
  65. icon = "fa fa-xmpp fa-2x fa-fw"
  66. title = "XMPP"
  67. url = "xmpp:jk@nipponalba.scot"
  68. [[params.socialIcons]]
  69. icon = "fa fa-matrix-org fa-2x fa-fw"
  70. title = "Matrix"
  71. url = "https://matrix.to/#/@jk:nipponalba.scot"
  72. [[params.socialIcons]]
  73. icon = "fa fa-envelope-o fa-2x fa-fw"
  74. title = "e-mail"
  75. url = "mailto:jk@nipponalba.scot"
  76. [languages.en]
  77. weight = 0
  78. languageName = "English"
  79. [[languages.en.menu.main]]
  80. name="Home"
  81. weight= 100
  82. url = "/"