This blog runs on Eleventy.
Node packages are used with PostCSS to compile the CSS.
Deployment and hosting is via Netlify.
Clone the directory and install the Node packages:
npm install
To run in the development environment run the command:
npm run dev
If you need to modify the CSS in any way, you can run the command:
npm run build:css
- Post CSS is configured in the
postcss.config.js
file. - Stylelint is configured in the
.stylelintrc
file andpostcss.config.js
file. - Netlify configuration is done via netlify.toml file.
The site is served by Netlify. Deployment happens automatically when the master branch is pushed to GitHub.