123456789101112131415161718192021222324252627282930313233343536373839404142 |
- title: "One C"
- theme: "flex"
- params:
- color: black # Any color in CSS syntax
- width: 42rem # Any length in CSS syntax
- footer: Except where otherwise noted, content on this site is licensed under a
- a <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
- Creative Commons Attribution 4.0 International License</a>.
- rss: To subscribe to this RSS feed, copy its address and paste it into your
- favorite feed reader.
- summaries: false # Set to true to show summaries of posts on homepage
- divider: '\2015\2015' # Set to false to remove divider below posts on homepage
- schema: false # Set to true to add Schema.org metadata
- opengraph: false # Set to true to add Open Graph metadata
- twittercards: false # Set to true to add Twitter Cards metadata
- utterances:
- repo: # Set to Utterances repo URL to add Utterances comments
- issueterm: pathname
- theme: github-light
- netlify:
- honeypot: false # Set to true to add honeypot field in contact form
- recaptcha: false # Set to true to add recaptcha challenge in contact form
- menu:
- nav:
- - name: Archive
- url: post/
- weight: 2
- - name: Categories
- url: categories/
- weight: 3
- - name: Books
- url: org/books.html
- weight: 4
- - name: Docs
- url: org/documentation.html
- weight: 5
- - name: RSS
- url: index.xml
- weight: 6
|