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.

65 lines
1.3KB

  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. title = "Ink"
  4. theme = "ink"
  5. paginate = 5
  6. copyright = "© Copyright notice"
  7. pygmentsstyle = "vs"
  8. pygmentscodefences = true
  9. pygmentscodefencesguesssyntax = true
  10. googleAnalytics = "UA-123-45"
  11. disqusShortname = "ink-demo"
  12. [params]
  13. subtitle = "Crisp, minimal personal [blog theme for Hugo](https://github.com/knadh/hugo-ink)"
  14. # Optional 64x64 avatar image.
  15. avatar = "https://image.freepik.com/free-vector/young-man-head-with-beard-avatar-character_24877-36786.jpg"
  16. # Content types to disable Disqus on.
  17. disableDisqusTypes = ["page"]
  18. featherIconsCDN = true
  19. mode = "dark" # "dark" or "auto"
  20. # customCSS = "css/custom.css" # Custom CSS applied to default styles.
  21. # customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
  22. # customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
  23. # Nav.
  24. [[menu.main]]
  25. name = "Home"
  26. url = "/"
  27. weight = 1
  28. [[menu.main]]
  29. name = "All posts"
  30. url = "/posts"
  31. weight = 2
  32. [[menu.main]]
  33. name = "About"
  34. url = "/about"
  35. weight = 3
  36. [[menu.main]]
  37. name = "Tags"
  38. url = "/tags"
  39. weight = 4
  40. [[params.social]]
  41. name = "Github"
  42. icon = "github"
  43. url = "https://github.com/knadh/ink"
  44. [[params.social]]
  45. name = "RSS"
  46. icon = "rss"
  47. url = "/index.xml"
  48. [taxonomies]
  49. tag = "tags"