Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 547 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 547 Bytes

StructionSite Technology Blog

Setup

Run locally

yarn install
yarn start

Build for production

yarn build

Adding an entry

  1. Copy the template in content/posts/template.md.tmp and rename to [my-post-slug].md
  2. Edit the front matter
  3. Write the post!
  4. Open a PR against main for review
  5. Merges to main get deployed

Tips

Zola is used to generate the site. Check out the docs to see what you can do.