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.

110 lines
2.5 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
  1. baseURL = "https://jk.nipponalba.scot"
  2. languageCode = "en-gb"
  3. title = "JK's homepage"
  4. theme="anatole"
  5. summarylength=10
  6. enableEmoji=true
  7. defaultContentLanguage="en"
  8. [markup]
  9. [markup.goldmark]
  10. [markup.goldmark.extensions]
  11. definitionList = true
  12. footnote = true
  13. linkify = true
  14. strikethrough = true
  15. table = true
  16. taskList = true
  17. typographer = true
  18. [markup.goldmark.parser]
  19. attribute = true
  20. autoHeadingID = true
  21. autoHeadingIDType = "github"
  22. [markup.goldmark.renderer]
  23. hardWraps = false
  24. unsafe = false
  25. xhtml = false
  26. [taxonomies]
  27. blog = "blog"
  28. image = "image"
  29. tag = "tags"
  30. category = "categories"
  31. [params]
  32. title = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  33. author = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  34. profilePicture = "images/profile.jpg"
  35. siteLogo = "images/na-sm.png"
  36. keywords = ""
  37. favicon = "favicons/"
  38. [languages.en.Params]
  39. 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"
  40. [languages.jp.Params]
  41. 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"
  42. ## Social Links
  43. [[params.socialIcons]]
  44. icon = "fa fa-pleroma fa-2x fa-fw"
  45. title = "Pleroma"
  46. url = "https://social.nipponalba.scot/jk"
  47. [[params.socialIcons]]
  48. icon = "fa fa-pixelfed fa-2x fa-fw"
  49. title = "Pixelfed"
  50. url = "https://px.nipponalba.scot/jk"
  51. [[params.socialIcons]]
  52. icon = "fa fa-xmpp fa-2x fa-fw"
  53. title = "XMPP"
  54. url = "xmpp:jk@nipponalba.scot"
  55. [[params.socialIcons]]
  56. icon = "fa fa-matrix-org fa-2x fa-fw"
  57. title = "Matrix"
  58. url = "https://matrix.to/#/@jk:nipponalba.scot"
  59. [[params.socialIcons]]
  60. icon = "fa fa-envelope-o fa-2x fa-fw"
  61. title = "e-mail"
  62. url = "mailto:jk@nipponalba.scot"
  63. [languages.en]
  64. weight = 0
  65. languageName = "English"
  66. [[languages.en.menu.main]]
  67. name="Home"
  68. weight= 100
  69. url = "/"
  70. [[languages.en.menu.main]]
  71. name = "Blogs"
  72. weight = 200
  73. url = "/blog/"
  74. [[languages.en.menu.main]]
  75. name = "Posts"
  76. weight = 300
  77. url = "/post/"
  78. [languages.jp]
  79. weight = 10
  80. languageName = "日本語"
  81. [[languages.jp.menu.main]]
  82. name="ホーム"
  83. weight= 100
  84. url = "/jp/"
  85. [[languages.jp.menu.main]]
  86. name = "全部のブログ"
  87. weight = 200
  88. url = "/jp/blog/"
  89. [[languages.jp.menu.main]]
  90. name = "記事"
  91. weight = 300
  92. url = "/jp/post/"