Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.1 KB

logo

Federal Field Notes

Federal Field Notes is a newsletter about digital transformation in the federal Government of Canada (GoC), drawing lessons from first-hand experience. It discusses digital government in Canada in a way that’s honest, insightful, and a little irreverent.

Forked from @5t3ph's 11ty-sass-skeleton, thanks for the starter project!

Development Scripts

npm start

Run 11ty with hot reload at localhost:8080, including reload based on Sass changes

npm run build

Production build includes minified, autoprefixed CSS

Use this as the "Publish command".

Publishing to Github Pages

How to Deploy Eleventy to GitHub Pages With GitHub Actions is super helpful in setting up an eleventy site to publish automatically.