the code for my website (https://www.annwan.me)
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.

103 lines
2.2 KiB

10 months ago
  1. baseURL = "https://risotto.joeroe.io"
  2. theme = "risotto"
  3. title = "risotto demo"
  4. author = "Joe Roe"
  5. copyright = "© [Joe Roe](https://joeroe.io) & [risotto contributors](https://github.com/joeroe/risotto/graphs/contributors)."
  6. paginate = 3
  7. languageCode = "en"
  8. DefaultContentLanguage = "en"
  9. enableInlineShortcodes = true
  10. # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
  11. # See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
  12. ignoreErrors = ["error-remote-getjson"]
  13. # Automatically add content sections to main menu
  14. sectionPagesMenu = "main"
  15. [params]
  16. noindex = false
  17. [params.theme]
  18. palette = "base16-dark"
  19. # Sidebar: about/bio
  20. [params.about]
  21. title = "risotto"
  22. description = "A [hugo](https://gohugo.io) theme inspired by terminal ricing."
  23. # unicode/emoji logo:
  24. logo = "🍚"
  25. # or use an image:
  26. #logo_image = "images/rice.svg"
  27. # Sidebar: social links
  28. # Available icon sets:
  29. # * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
  30. # * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
  31. [[params.socialLinks]]
  32. icon = "fa-brands fa-github"
  33. title = "GitHub"
  34. url = "https://github.com/joeroe/risotto"
  35. [[params.socialLinks]]
  36. icon = "fa-solid fa-envelope"
  37. title = "Email"
  38. url = "mailto:example@example.com"
  39. [[params.socialLinks]]
  40. icon = "ai ai-orcid"
  41. title = "ORCID"
  42. url = "https://orcid.org/0000-0001-2345-6789"
  43. [menu]
  44. [[menu.main]]
  45. identifier = "about"
  46. name = "About"
  47. url = "/about/"
  48. weight = 10
  49. [taxonomies]
  50. category = "categories"
  51. tag = "tags"
  52. series = "series"
  53. # For hugo >= 0.60.0, enable inline HTML
  54. [markup.goldmark.renderer]
  55. unsafe = true
  56. [markup]
  57. # Table of contents
  58. # Add toc = true to content front matter to enable
  59. [markup.tableOfContents]
  60. startLevel = 2
  61. endLevel = 3
  62. ordered = true
  63. [privacy]
  64. [privacy.vimeo]
  65. disabled = false
  66. simple = true
  67. [privacy.twitter]
  68. disabled = false
  69. enableDNT = true
  70. simple = true
  71. [privacy.instagram]
  72. disabled = false
  73. simple = true
  74. [privacy.youtube]
  75. disabled = false
  76. privacyEnhanced = true
  77. [services]
  78. [services.instagram]
  79. disableInlineCSS = true
  80. [services.twitter]
  81. disableInlineCSS = true