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.

80 lines
1.8 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
  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. [markup]
  8. [markup.goldmark]
  9. [markup.goldmark.extensions]
  10. definitionList = true
  11. footnote = true
  12. linkify = true
  13. strikethrough = true
  14. table = true
  15. taskList = true
  16. typographer = true
  17. [markup.goldmark.parser]
  18. attribute = true
  19. autoHeadingID = true
  20. autoHeadingIDType = "github"
  21. [markup.goldmark.renderer]
  22. hardWraps = false
  23. unsafe = false
  24. xhtml = false
  25. [taxonomies]
  26. blog = "blog"
  27. image = "image"
  28. tag = "tags"
  29. category = "categories"
  30. [params]
  31. title = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  32. author = "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿"
  33. description = "Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad."
  34. profilePicture = "images/profile.jpg"
  35. siteLogo = "images/na-sm.png"
  36. keywords = ""
  37. favicon = "favicons/favicon.png"
  38. ## Social Links
  39. [[params.socialIcons]]
  40. icon = "fa fa-pleroma fa-2x fa-fw"
  41. title = "Pleroma"
  42. url = "https://social.nipponalba.scot/jk"
  43. [[params.socialIcons]]
  44. icon = "fa fa-pixelfed fa-2x fa-fw"
  45. title = "Pixelfed"
  46. url = "https://px.nipponalba.scot/jk"
  47. [[params.socialIcons]]
  48. icon = "fa fa-xmpp fa-2x fa-fw"
  49. title = "XMPP"
  50. url = "xmpp:jk@nipponalba.scot"
  51. [[params.socialIcons]]
  52. icon = "fa fa-matrix-org fa-2x fa-fw"
  53. title = "Matrix"
  54. url = "https://matrix.to/#/@jk:nipponalba.scot"
  55. [[params.socialIcons]]
  56. icon = "fa fa-envelope-o fa-2x fa-fw"
  57. title = "e-mail"
  58. url = "mailto:jk@nipponalba.scot"
  59. [menu]
  60. [[menu.main]]
  61. name="Home"
  62. identifier="home"
  63. weight= 100
  64. url = "/"
  65. [[menu.main]]
  66. name = "Blogs"
  67. identifier = "blogs"
  68. weight = 200
  69. url = "/blog/"