Skip to content

kirinrastogi/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Recipe Book

evolving vegan recipe book


{% assign sorted_recipes = site.recipes | sort: 'title' %}

Baking

    {% for recipe in sorted_recipes %} {% if recipe.tags contains 'baking' %}
  • {{ recipe.title }}
  • {% endif %} {% endfor %}

Cooking

    {% for recipe in sorted_recipes %} {% if recipe.tags contains 'cooking' %}
  • {{ recipe.title }}
  • {% endif %} {% endfor %}

Instant Pot

    {% for recipe in sorted_recipes %} {% if recipe.tags contains 'instant-pot' %}
  • {{ recipe.title }}
  • {% endif %} {% endfor %}

About

🌱 Vegan Recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published