Skip to content

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes Collection

A static website powered by MkDocs containing a collection of recipes and cooking guides.

Website provided by Github Pages

Quick Start

Using Make (Recommended)

  1. Build the static site:

    make build
  2. Test the site locally:

    make serve
  3. Deploy the site:

    make deploy

Development

Use make help to display all available commands.

Adding Recipes

  1. Create a new markdown file in the docs/recipes/ directory
  2. Write your recipe using markdown formatting
  3. Build and test your changes with make build and make serve

Structure

  • docs/ - All markdown content
  • mkdocs.yml - MkDocs configuration
  • site/ - Generated static website (after build)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages