https://github.com/intellitect/ccbautomation-website
https://github.com/intellitect/ccbautomation-website
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/intellitect/ccbautomation-website
- Owner: IntelliTect
- Created: 2016-02-06T22:46:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T19:57:31.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T15:09:37.302Z (about 1 year ago)
- Language: CSS
- Size: 7.78 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
- author is defaulted in _config.yml for all posts
- each page should include a 'keywords' front-matter attribute (built in head.html)
- each post can turn off comments by including "comments: false". (defaulted to true in _config.yml)
- each post can override author
- pages that should not be displayed in the menu should remove: include_in_nav: true
- validate twitter card links: https://cards-dev.twitter.com/validator
- can do something like the following for twitter block quote
> [{% include icon-twitter.svg %} The goal is to validate/invalidate your assumptions as quickly and inexpensively as possible.]( https://twitter.com/intent/tweet?text=The%20goal%20is%20to%20validate%2Finvalidate%20your%20assumptions%20as%20quickly%20and%20inexpensively%20as%20possible.%20{{ site.url }}{{ page.url }}){:target="\_blank"}
======
GTM will only load automatically if there is a google_tag_manager_id value given in _data/config.yml
======
run jekyll with: "jekyll server"
site will be on "http://127.0.0.1:4000/"
======