Get started by deploying 11ty+Tachyons to Netlify.
See the demo of a Netlify deploy.
If you have deployed to Netlify, note any change to the repository name you may have made as the following command will need to be changed to match.
git clone https://github.com/whaleen/11ty-tachyons my-site-name
cd my-site-name
npm install
npm start
This template may be an ideal introduction to 11ty for you. It is structured in a manner that is similar to a Jekyll project. I recommend you to read this article to get up to speed.
/_data/site.json
which contains things such as the site name, author, Google Analytics ID, etc...A Saas distribution of Tachyons can be found in /scss/
. Additional CSS can be written in /scss/custom.scss
for convenience.
You may like to learn about Tachyons.
A very nice Static Site Generator.