jon.kelbie.scot website
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.

182 lines
3.4 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. baseURL = "https://jon.kelbie.scot"
  2. languageCode = "en-gb"
  3. title = "Jon Kelbie | My Site | jon.kelbie.scot"
  4. theme=["hugo-atom-feed","nipponalba"]
  5. summarylength=10
  6. enableEmoji=true
  7. defaultContentLanguage="en"
  8. preserveTaxonomyNames = true
  9. [outputs]
  10. home = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
  11. section = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
  12. taxonomy = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
  13. term = ["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 = true
  31. xhtml = false
  32. [taxonomies]
  33. blog = "blog"
  34. image = "image"
  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. [params]
  45. title = "Jon's Place"
  46. author = "Jon Kelbie󠁧󠁢󠁳󠁣󠁴󠁿"
  47. firstname = "Jon"
  48. profilePicture = "images/profile1.jpg"
  49. siteLogo = ""
  50. keywords = ""
  51. favicon = "images/"
  52. pronouns = "he/him/his"
  53. feedSections =["article","note","photo","response"]
  54. [languages.en.Params]
  55. description = "Dedicated Dad"
  56. [languages.jp.Params]
  57. description = ""
  58. ## Social Links
  59. [[params.socialIcons]]
  60. icon = "fa fa-envelope-o fa-2x fa-fw"
  61. title = "e-mail"
  62. url = "mailto:jon@kelbie.scot"
  63. [[params.socialIcons]]
  64. icon = "fa fa-matrix-org fa-2x fa-fw"
  65. title = "matrix"
  66. url = "https://matrix.to/#/@jon:kelbie.scot"
  67. [[params.socialIcons]]
  68. icon = "fa fa-xmpp fa-2x fa-fw"
  69. title = "XMPP"
  70. url = "xmpp:jon@kelbie.scot"
  71. [[params.socialIcons]]
  72. icon = "fa fa-note_com fa-2x fa-fw"
  73. title = "note.com"
  74. url = "https://note.com/jon_kelbie"
  75. [languages.en]
  76. weight = 0
  77. languageName = "English"
  78. [[languages.en.menu.main]]
  79. name="Home"
  80. weight= 100
  81. url = "/"
  82. [[languages.en.menu.main]]
  83. name = "Blogs"
  84. weight = 200
  85. url = "/blog/"
  86. [[languages.en.menu.main]]
  87. name = "Articles"
  88. weight = 300
  89. url = "/article/"
  90. [[languages.en.menu.main]]
  91. name = "Notes"
  92. weight = 400
  93. url = "/note/"
  94. [[languages.en.menu.main]]
  95. name = "Photos"
  96. weight = 500
  97. url = "/photo/"
  98. [[languages.en.menu.main]]
  99. name = "Bookmarks"
  100. weight = 600
  101. url = "/bookmarks/"
  102. [[languages.en.menu.main]]
  103. name = "Résumé"
  104. weight = 700
  105. url = "/resume/"
  106. [[languages.en.menu.main]]
  107. name = "Exercise"
  108. weight = 800
  109. url = "/exercise/"
  110. [[languages.en.menu.main]]
  111. name = "Feeds"
  112. weight = 900
  113. url = "/feeds/"
  114. [languages.jp]
  115. weight = 10
  116. languageName = "日本語"
  117. [[languages.jp.menu.main]]
  118. name="ホーム"
  119. weight= 100
  120. url = "/jp/"
  121. [[languages.jp.menu.main]]
  122. name = "ブログ"
  123. weight = 200
  124. url = "/jp/blog/"
  125. [[languages.jp.menu.main]]
  126. name = "記事"
  127. weight = 300
  128. url = "/jp/article/"
  129. [[languages.jp.menu.main]]
  130. name = "ノート"
  131. weight = 400
  132. url = "/jp/note/"
  133. [[languages.jp.menu.main]]
  134. name = "写真"
  135. weight = 500
  136. url = "/jp/photo/"
  137. [[languages.jp.menu.main]]
  138. name = "ブックマーク"
  139. weight = 600
  140. url = "/jp/bookmarks/"
  141. [[languages.jp.menu.main]]
  142. name = "履歴書"
  143. weight = 700
  144. url = "/jp/resume/"
  145. [[languages.jp.menu.main]]
  146. name = "運動"
  147. weight = 800
  148. url = "/jp/exercise/"
  149. [[languages.jp.menu.main]]
  150. name = "フィード"
  151. weight = 900
  152. url = "/jp/feeds/"