A static website powered by MkDocs containing a collection of recipes and cooking guides.
Website provided by Github Pages
-
Build the static site:
make build
-
Test the site locally:
make serve
-
Deploy the site:
make deploy
Use make help to display all available commands.
- Create a new markdown file in the
docs/recipes/directory - Write your recipe using markdown formatting
- Build and test your changes with
make buildandmake serve
docs/- All markdown contentmkdocs.yml- MkDocs configurationsite/- Generated static website (after build)