Skip to content

thenaterhood/fossrecipes

Repository files navigation

fossrecipes.com

This is the backing git repository for fossrecipes.com, which contains recipes from the free and open source family.

This is a static website powered by Jekyll. See the licenses file for details on licenses.

Contributing

By contributing, you agree that your contributions will fall under the same licenses as the rest of the content, AND that you have the rights to contribute that material.

In a nutshell

  • Fork this git repository to your own account
  • Make your changes
  • Create a pull request back to this repository
  • Your changes will be reviewed and merged

Recipes:

  • Located in the _recipes folder in markdown format
  • Please structure recipes as follows:
---
title: The name of your recipe
tags: [tags, that, apply, to, your recipe]
layout: page
---

## Ingredients
* A list of your ingredients and quantities

## Utensils
* Any utensils required

## Directions
The instructions for making it

Dev environment

If you are using vscode, and have docker installed, reopen this project in a "Dev Container". It would load a jekyll working environment with the lastest jekyll and supported ruby versions.

Learn more about Dev-Containers here

Local Server

jekyll serve --livereload --force-polling

Build

JEKYLL_ENV=production bundle exec jekyll build

Licenses

See the licenses file.

About

FOSS Family Recipes

Topics

Resources

License

CC0-1.0, Unknown licenses found

Licenses found

CC0-1.0
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published