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.

67 lines
1.8 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 = false
  10. pygmentsStyle = "dracula"
  11. [params]
  12. dateform = "Jan 2, 2006"
  13. dateformShort = "Jan 2"
  14. dateformNum = "2006-01-02"
  15. dateformNumTime = "2006-01-02 15:04 -0700"
  16. authorName = "Christopher James Hayward"
  17. homeSubtitle = "Airplanes, Linux, and Metalcore"
  18. footerCopyright = ' &#183; <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>'
  19. enableThemeToggle = true
  20. [[params.social]]
  21. name = "paypal"
  22. url = "https://paypal.me/chrishaywardxyz"
  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.xyz"
  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. identifier = "cloud"
  48. name = "Cloud"
  49. url = "https://cloud.chrishayward.xyz"
  50. [[menu.main]]
  51. identifier = "dotfiles"
  52. name = "Dotfiles"
  53. url = "/dotfiles"
  54. [[menu.main]]
  55. identifier = "projects"
  56. name = "Projects"
  57. url = "https://git.chrishayward.xyz"