Skip to content

gadomski/gadomski.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.