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.

128 lines
2.4 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  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 = "favicon/"
  51. pronouns = "she/her"
  52. a = "testing"
  53. [languages.en.Params]
  54. description = "Dedicated Mum"
  55. [languages.jp.Params]
  56. description = ""
  57. ## Social Links
  58. [[params.socialIcons]]
  59. icon = "fa fa-envelope-o fa-2x fa-fw"
  60. title = "e-mail"
  61. url = "mailto:sakino@kelbie.scot"
  62. [languages.en]
  63. weight = 0
  64. languageName = "English"
  65. [[languages.en.menu.main]]
  66. name="Home"
  67. weight= 100
  68. url = "/"
  69. [[languages.en.menu.main]]
  70. name = "Exercise"
  71. weight = 200
  72. url = "/exercise/"
  73. [[languages.en.menu.main]]
  74. name = "Health"
  75. weight = 300
  76. url = "/category/health/"
  77. [[languages.en.menu.main]]
  78. name = "Simple Life"
  79. weight = 400
  80. url = "/category/simple-life/"
  81. [[languages.en.menu.main]]
  82. name = "Environment"
  83. weight = 500
  84. url = "/category/environment/"
  85. [[languages.en.menu.main]]
  86. name = "Self Development"
  87. weight = 600
  88. url = "/category/self-development/"
  89. [[languages.en.menu.main]]
  90. name = "Future Plans"
  91. weight = 700
  92. url = "/category/future-plan/"
  93. [languages.jp]
  94. weight = 10
  95. languageName = "日本語"
  96. [[languages.jp.menu.main]]
  97. name="ホーム"
  98. weight= 100
  99. url = "/jp/"
  100. [[languages.jp.menu.main]]
  101. name = "全部のブログ"
  102. weight = 200
  103. url = "/jp/blog/"
  104. [[languages.jp.menu.main]]
  105. name = "記事"
  106. weight = 300
  107. url = "/jp/article/"