config.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. title: "One C"
  2. theme: "flex"
  3. params:
  4. color: black # Any color in CSS syntax
  5. width: 42rem # Any length in CSS syntax
  6. footer: Except where otherwise noted, content on this site is licensed under a
  7. a <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
  8. Creative Commons Attribution 4.0 International License</a>.
  9. rss: To subscribe to this RSS feed, copy its address and paste it into your
  10. favorite feed reader.
  11. summaries: false # Set to true to show summaries of posts on homepage
  12. divider: '\2015\2015' # Set to false to remove divider below posts on homepage
  13. schema: false # Set to true to add Schema.org metadata
  14. opengraph: false # Set to true to add Open Graph metadata
  15. twittercards: false # Set to true to add Twitter Cards metadata
  16. utterances:
  17. repo: # Set to Utterances repo URL to add Utterances comments
  18. issueterm: pathname
  19. theme: github-light
  20. netlify:
  21. honeypot: false # Set to true to add honeypot field in contact form
  22. recaptcha: false # Set to true to add recaptcha challenge in contact form
  23. menu:
  24. nav:
  25. - name: Archive
  26. url: post/
  27. weight: 2
  28. - name: Categories
  29. url: categories/
  30. weight: 3
  31. - name: Books
  32. url: org/books.html
  33. weight: 4
  34. - name: Docs
  35. url: org/documentation.html
  36. weight: 5
  37. - name: RSS
  38. url: index.xml
  39. weight: 6