config.yaml 1.3 KB

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