Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 249 Bytes

gadomski.github.io

My personal wobsite.

Adding a new post

First, install zola:

brew install zola

Then:

  1. Create a new file in content/posts.
  2. Write the post.
  3. Run zola serve to check it out.