config.toml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. baseURL = "https://blog.technically.fun"
  2. title = "Blog | Technically.fun"
  3. languageCode = "en"
  4. DefaultContentLanguage = "en" # Change this to change the site's language
  5. theme = "hugo.386"
  6. preserveTaxonomyNames = true
  7. [params]
  8. # The name to display as main title in the home page
  9. mainpagetitle = "Blog | Technically.fun"
  10. # The subtitle to display under the title in the home page
  11. mainpagesubtitle = "A simple blog for simple programming fun!"
  12. # The description of your website. It will be displayed in the home page
  13. mainpagedesc = "This is my little spot on the interweb where I like to post about the random projects I have going on. Feel free to come check it out!"
  14. # The name to display in the copyright section in the footer
  15. copyrightname = "Steffen Blake"
  16. # The url to use as link in the copyright name in the footer. Leave empty to use none.
  17. copyrighturl = "https://technically.fun"
  18. # Show the "built on Hugo" disclaimer
  19. showhugo = true
  20. # Show a CRT screen effect. Default is enabled.
  21. showcrt = false
  22. # Urls for social networks
  23. #facebook = "https://facebook.com"
  24. #twitter = "https://twitter.com"
  25. linkedin = "https://www.linkedin.com/in/steffen-blake-117b86132/"
  26. github = "https://github.com/SteffenBlake"
  27. gogs = "https://repo.technically.fun"
  28. # Enables or disables the loading animations. false activates them. Default is false.
  29. loadfastload = false
  30. # Sets the speed for the page loading effect. Default is 1.0.
  31. loadspeedfactor = 1.0
  32. # Enables or disables the second flyby cursor. Default is false.
  33. loadonepass = true
  34. [params.copyright]
  35. name = "Steffen Blake"
  36. # The url to use as link in the copyright name in the footer. Leave empty to use none.
  37. url = "https://technically.fun"
  38. # Text to go before copyright information
  39. prefix = "[hugo.386 theme by Max le Fou](https://gitlab.com/maxlefou/hugo.386)"
  40. # Text to go between copyright and hugo disclaimer (if enabled)
  41. suffix = "Example site"
  42. [menu]
  43. # This displays buttons in the navbar to access your contents
  44. [[menu.main]]
  45. identifier = "about" # An unique identifier for the button
  46. name = "About" # A display name for the button
  47. url = "/about/" # The path to the content. It can lead to a single page (like here)
  48. weight = 10 # A number to order the buttons in the navbar
  49. [[menu.main]]
  50. identifier = "posts"
  51. name = "All posts"
  52. url = "/post/" # The path can lead to a content folder too.
  53. weight = 20
  54. [taxonomies]
  55. category = "categories"
  56. tag = "tags"
  57. [privacy]
  58. [privacy.vimeo]
  59. disabled = false
  60. simple = true
  61. [privacy.twitter]
  62. disabled = false
  63. enableDNT = true
  64. simple = true
  65. [privacy.instagram]
  66. disabled = false
  67. simple = true
  68. [privacy.youtube]
  69. disabled = false
  70. privacyEnhanced = true
  71. [services]
  72. [services.instagram]
  73. disableInlineCSS = true
  74. [services.twitter]
  75. disableInlineCSS = true