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.

65 lines
1.7 KiB

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