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 installTo run in the development environment run the command:
npm run devIf 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.jsfile. - Stylelint is configured in the
.stylelintrcfile andpostcss.config.jsfile. - 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.