config.toml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
  8. rssLimit = 20
  9. [author]
  10. name = 'Steffen Blake'
  11. [params]
  12. # The name to display as main title in the home page
  13. mainpagetitle = "Blog | Technically.fun"
  14. # The subtitle to display under the title in the home page
  15. mainpagesubtitle = "A simple blog for simple programming fun!"
  16. # The description of your website. It will be displayed in the home page
  17. 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!"
  18. # The name to display in the copyright section in the footer
  19. copyrightname = "Steffen Blake"
  20. # The url to use as link in the copyright name in the footer. Leave empty to use none.
  21. copyrighturl = "https://technically.fun"
  22. # Show the "built on Hugo" disclaimer
  23. showhugo = true
  24. # Show a CRT screen effect. Default is enabled.
  25. showcrt = true
  26. # Urls for social networks
  27. #facebook = "https://facebook.com"
  28. #twitter = "https://twitter.com"
  29. linkedin = "https://www.linkedin.com/in/steffen-blake-117b86132/"
  30. github = "https://github.com/SteffenBlake"
  31. gogs = "https://repo.technically.fun"
  32. # Enables or disables the loading animations. false activates them. Default is false.
  33. loadfastload = false
  34. # Sets the speed for the page loading effect. Default is 1.0.
  35. loadspeedfactor = 1.0
  36. # Enables or disables the second flyby cursor. Default is false.
  37. loadonepass = true
  38. customCSS = ["css/custom.css"]
  39. customJS = ["js/custom.js"]
  40. [params.copyright]
  41. name = "Steffen Blake"
  42. # The url to use as link in the copyright name in the footer. Leave empty to use none.
  43. url = "https://technically.fun"
  44. # Text to go before copyright information
  45. prefix = "[hugo.386 theme by Max le Fou](https://gitlab.com/maxlefou/hugo.386)"
  46. # Text to go between copyright and hugo disclaimer (if enabled)
  47. suffix = "Technically Fun"
  48. [menu]
  49. # This displays buttons in the navbar to access your contents
  50. [[menu.main]]
  51. identifier = "about" # An unique identifier for the button
  52. name = "About" # A display name for the button
  53. url = "/about/" # The path to the content. It can lead to a single page (like here)
  54. weight = 10 # A number to order the buttons in the navbar
  55. [[menu.main]]
  56. identifier = "posts"
  57. name = "All posts"
  58. url = "/post/" # The path can lead to a content folder too.
  59. weight = 20
  60. [taxonomies]
  61. category = "categories"
  62. tag = "tags"
  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