Skip to content

Latest commit

History

History
15 lines (10 loc) 路 355 Bytes

File metadata and controls

15 lines (10 loc) 路 355 Bytes

馃尞 recipes

Collection of recipes I use.

See the formatted result at https://recipes.noahpendleton.com .

development

This uses Zola for static site generation.

# install zola: https://www.getzola.org/documentation/getting-started/installation/
zola serve
# now open http://127.0.0.1:1111 to view locally