source for sakino.kelbie.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.

133 lines
2.6 KiB

  1. baseURL = "https://sakino.kelbie.scot"
  2. languageCode = "en-gb"
  3. title = "Sakino Kelbie"
  4. theme=["nipponalba"]
  5. summarylength=20
  6. enableEmoji=true
  7. defaultContentLanguage="en"
  8. [outputs]
  9. home = ["html", "rss"] # default = ["HTML", "RSS"]
  10. section = ["html", "rss"] # default = ["HTML", "RSS"]
  11. taxonomy = ["html", "rss"] # default = ["HTML", "RSS"]
  12. term = ["html", "rss"] # default = ["HTML", "RSS"]
  13. [markup]
  14. [markup.goldmark]
  15. [markup.goldmark.extensions]
  16. definitionList = true
  17. footnote = true
  18. linkify = true
  19. strikethrough = true
  20. table = true
  21. taskList = true
  22. typographer = true
  23. [markup.goldmark.parser]
  24. attribute = true
  25. autoHeadingID = true
  26. autoHeadingIDType = "github"
  27. [markup.goldmark.renderer]
  28. hardWraps = false
  29. unsafe = false
  30. xhtml = false
  31. [taxonomies]
  32. blog = "blog"
  33. image = "image"
  34. tag = "tag"
  35. category = "category"
  36. type = "type"
  37. like-of = "like-of"
  38. in-reply-to = "in-reply-to"
  39. repost-of = "repost-of"
  40. bookmark-of = "bookmark-of"
  41. posttype = "posttype"
  42. slug = "slug"
  43. [params]
  44. title = "Sakino's Place"
  45. author = "Sakino Kelbie󠁧󠁢󠁳󠁣󠁴󠁿"
  46. firstname = "Sakino"
  47. profilePicture = "images/profile1.jpg"
  48. siteLogo = ""
  49. keywords = ""
  50. favicon = "images/"
  51. pronouns = "she/her"
  52. [languages.en.Params]
  53. description = "Dedicated Dad"
  54. [languages.jp.Params]
  55. 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"
  56. ## Social Links
  57. [[params.socialIcons]]
  58. icon = "fa fa-envelope-o fa-2x fa-fw"
  59. title = "e-mail"
  60. url = "mailto:sakino@kelbie.scot"
  61. [languages.en]
  62. weight = 0
  63. languageName = "English"
  64. [[languages.en.menu.main]]
  65. name="Home"
  66. weight= 100
  67. url = "/"
  68. [[languages.en.menu.main]]
  69. name = "Blogs"
  70. weight = 200
  71. url = "/blog/"
  72. [[languages.en.menu.main]]
  73. name = "Articles"
  74. weight = 300
  75. url = "/article/"
  76. [[languages.en.menu.main]]
  77. name = "Notes"
  78. weight = 400
  79. url = "/note/"
  80. [[languages.en.menu.main]]
  81. name = "Photos"
  82. weight = 500
  83. url = "/photo/"
  84. [[languages.en.menu.main]]
  85. name = "Bookmarks"
  86. weight = 600
  87. url = "/bookmarks/"
  88. [[languages.en.menu.main]]
  89. name = "Résumé"
  90. weight = 700
  91. url = "/resume/"
  92. identifier = "resume"
  93. [[languages.en.menu.main]]
  94. name = "Feeds"
  95. weight = 800
  96. url = "/feeds/"
  97. identifier = "feeds"
  98. [languages.jp]
  99. weight = 10
  100. languageName = "日本語"
  101. [[languages.jp.menu.main]]
  102. name="ホーム"
  103. weight= 100
  104. url = "/jp/"
  105. [[languages.jp.menu.main]]
  106. name = "全部のブログ"
  107. weight = 200
  108. url = "/jp/blog/"
  109. [[languages.jp.menu.main]]
  110. name = "記事"
  111. weight = 300
  112. url = "/jp/article/"