Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
*
Feb 11, 2021
*
Feb 10, 2021
*
Feb 11, 2021
src
*
Feb 11, 2021
Jan 14, 2020
Dec 23, 2018
Nov 16, 2020
Dec 21, 2019

README.md

Grimgrains

This repository is the sources for the Grimgrains website. The website is written in C, and requires gcc to build. To rebuild the site, go to src and run the build script:

./build.sh

Macros Helpers

#define INGREDIENT(ING_NAME, ING_DESC) Ingredient ING_NAME = create_ingredient(#ING_NAME, ING_DESC);
#define CHILD_INGREDIENT(PARENT_NAME, ING_NAME, ING_DESC) Ingredient ING_NAME = create_child_ingredient(&PARENT_NAME, #ING_NAME, ING_DESC);//Ingredient beans = create_ingredient("beans", "Missing description.");
INGREDIENT(beans, "MissingDescription");
CHILD_INGREDIENT(beans, coffee, "Coffee is life");

About

Plant-based cooking website

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages