All Projects → hundredrabbits → Grimgrains

hundredrabbits / Grimgrains

Licence: other
Plant-based cooking website

Programming Languages

HTML
75241 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Grimgrains

parcel-plugin-prerender
No description or website provided.
Stars: ✭ 42 (-63.48%)
Mutual labels:  static-site-generator
chronicle2
Chronicle is a simple blog compiler, written in Perl with minimal dependencies.
Stars: ✭ 19 (-83.48%)
Mutual labels:  static-site-generator
crisp-react
React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in.
Stars: ✭ 147 (+27.83%)
Mutual labels:  static-site-generator
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (-66.09%)
Mutual labels:  static-site-generator
contentful-export
Extract Contentful to Hugo
Stars: ✭ 22 (-80.87%)
Mutual labels:  static-site-generator
Align
a single static blog generater use vue components and markdown files
Stars: ✭ 92 (-20%)
Mutual labels:  static-site-generator
directus-metalsmith-snipcart
Lookbook web app with Directus' open source headless CMS, Metalsmith, Vue.js & Snipcart
Stars: ✭ 14 (-87.83%)
Mutual labels:  static-site-generator
fledermaus
Batman’s toolbelt for static site generation
Stars: ✭ 77 (-33.04%)
Mutual labels:  static-site-generator
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+6.96%)
Mutual labels:  static-site-generator
vue-static
A static site generator made in Vue. The power and navigation speed of a SPA with the SEO and loading speed of a static site. Based on React-Static.
Stars: ✭ 25 (-78.26%)
Mutual labels:  static-site-generator
dendron-site
Getting started with Dendron
Stars: ✭ 99 (-13.91%)
Mutual labels:  static-site-generator
bulbo
🍹 Generate your static site with gulp plugins!
Stars: ✭ 14 (-87.83%)
Mutual labels:  static-site-generator
static-roam
A static-site generator for Roam Research
Stars: ✭ 59 (-48.7%)
Mutual labels:  static-site-generator
ssr-web
A fast, simple & powerful blog framework, powered by Node.js and Vue.
Stars: ✭ 19 (-83.48%)
Mutual labels:  static-site-generator
pandocomatic
Automate the use of pandoc
Stars: ✭ 123 (+6.96%)
Mutual labels:  static-site-generator
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+121.74%)
Mutual labels:  static-site-generator
iron-beard
Simple, zero-configuration static site generator written in .NET Core.
Stars: ✭ 26 (-77.39%)
Mutual labels:  static-site-generator
static-web-apps-gallery-code-samples
A community showcase of projects built with Azure Static Web Apps 🎉 Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/
Stars: ✭ 96 (-16.52%)
Mutual labels:  static-site-generator
leven
😋 Make your own blog!
Stars: ✭ 54 (-53.04%)
Mutual labels:  static-site-generator
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (-78.26%)
Mutual labels:  static-site-generator

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].