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.

76 lines
1.4 KiB

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. [params]
  28. title = "I'm JK"
  29. author = "JK"
  30. description = "work in progress"
  31. profilePicture = "images/profile.jpg"
  32. keywords = ""
  33. favicon = "favicons/"
  34. ## Social Links
  35. [[params.socialIcons]]
  36. icon = "fa-pleroma"
  37. title = "Pleroma"
  38. url = "https://social.nipponalba.scot/jk"
  39. [[params.socialIcons]]
  40. icon = "fa-pixelfed"
  41. title = "Pixelfed"
  42. url = "https://px.nipponalba.scot/jk"
  43. [[params.socialIcons]]
  44. icon = "fa-xmpp"
  45. title = "XMPP"
  46. url = "xmpp:jk@nipponalba.scot"
  47. [[params.socialIcons]]
  48. icon = "fa-matrix-org"
  49. title = "Matrix"
  50. url = "https://matrix.to/#/@jk:nipponalba.scot"
  51. [[params.socialIcons]]
  52. icon = "fa-envelope-o"
  53. title = "e-mail"
  54. url = "mailto:jk@nipponalba.scot"
  55. [menu]
  56. [[menu.main]]
  57. name="Home"
  58. identifier="home"
  59. weight= 100
  60. url = "/"
  61. [[menu.main]]
  62. name = "Blogs"
  63. identifier = "blogs"
  64. weight = 200
  65. url = "/blog/"