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.

81 lines
1.6 KiB

  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 = "IT, Logistics, Simulation"
  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 = "linkedin"
  31. url = "https://linkedin.com/in/christopher-hayward-00b6a8197/"
  32. # [[params.social]]
  33. # name = "youtube"
  34. # url = "https://youtube.com/channel/UCOOh07namjfzGwRuay1LqRQ"
  35. [privacy]
  36. [privacy.disqus]
  37. disable = true
  38. [privacy.googleAnalytics]
  39. disable = true
  40. [privacy.instagram]
  41. disable = true
  42. [privacy.twitter]
  43. disable = true
  44. [privacy.vimeo]
  45. disable = true
  46. [privacy.youtube]
  47. disable = true
  48. [menu]
  49. [[menu.main]]
  50. name = "Posts"
  51. url = "posts/"
  52. weight = 10
  53. [[menu.main]]
  54. name = "Notes"
  55. url = "notes/"
  56. weight = 20
  57. [[menu.main]]
  58. name = "Contact"
  59. url = "mailto:chris@chrishayward.xyz"
  60. weight = 30