I showed you my source code, pls respond
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.

76 lines
1.4 KiB

4 years ago
  1. baseURL = "https://chrishayward.xyz/"
  2. theme = "hermit"
  3. defaultContentLanguage = "en"
  4. languageCode = "en-us"
  5. title = "Chris Hayward"
  6. copyright = "Licensed under Attribution 4.0 International (CC BY 4.0)"
  7. pygmentsCodefences = true
  8. pygmentsUseClasses = true
  9. [Author]
  10. name = "Christopher James Hayward"
  11. [blackfriday]
  12. nofollowLinks = true
  13. noreferrerlinks = true
  14. [taxonomies]
  15. tag = "tags"
  16. [params]
  17. dateform = "Jan 2, 2006"
  18. dateformShort = "Jan 2"
  19. dateformNum = "2006-01-02"
  20. dateformNumTime = "2006-01-02 15:04 -0700"
  21. homeSubtitle = "Airplanes, Linux, and Metalcore"
  22. footerCopyright = ' &#183; <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>'
  23. [[params.social]]
  24. name = "github"
  25. url = "https://github.com/chayward1/"
  26. [[params.social]]
  27. name = "gitlab"
  28. url = "https://gitlab.com/chayward1/"
  29. [[params.social]]
  30. name = "email"
  31. url = "mailto:chris@chrishayward.xzy"
  32. [privacy]
  33. [privacy.disqus]
  34. disable = true
  35. [privacy.googleAnalytics]
  36. disable = true
  37. [privacy.instagram]
  38. disable = true
  39. [privacy.twitter]
  40. disable = true
  41. [privacy.vimeo]
  42. disable = true
  43. [privacy.youtube]
  44. disable = true
  45. [menu]
  46. [[menu.main]]
  47. name = "Posts"
  48. url = "posts/"
  49. weight = 10
  50. [[menu.main]]
  51. name = "Notes"
  52. url = "notes/"
  53. weight = 20
  54. [[menu.main]]
  55. name = "Projects"
  56. url = "https://git.chrishayward.xyz/explore/repos"
  57. weight = 30