Home
Softono

Grimgrains

Open source HTML
168
Stars
34
Forks
3
Issues
4
Watchers
3 months
Last Commit

 About Grimgrains

Plant-based cooking website

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Grimgrains?

We provide expert installation service for this software. Our team will install, configure, and secure Grimgrains on your server. plans start at just $30.

Grimgrains

View on GitHub

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");

Extras

  • The website source code of GrimGrains is licensed under MIT and the images, text and assets are licensed under BY-NC-SA 4.0. View individual licenses for details.
  • Support this project through Patreon.