https://github.com/rangerrick/git-cookbook
A Cookbook, Stored in Git
https://github.com/rangerrick/git-cookbook
cooking cooking-recipes recipes recipes-book
Last synced: 7 months ago
JSON representation
A Cookbook, Stored in Git
- Host: GitHub
- URL: https://github.com/rangerrick/git-cookbook
- Owner: RangerRick
- License: cc-by-sa-4.0
- Created: 2021-08-12T16:10:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T16:25:08.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:13:47.049Z (9 months ago)
- Topics: cooking, cooking-recipes, recipes, recipes-book
- Homepage:
- Size: 5.41 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
What if I crowd-sourced a cookbook in Git?
What a ridiculous idea.Well here it is. :D
It uses [mdBook](https://rust-lang.github.io/mdBook/) from the Rust folks.
You can view the rendered book [here](https://rangerrick.github.io/git-cookbook/).
Generating the Cookbook
=======================1. Install Rust (and Cargo)
2. run: `cargo install mdbook`
3. run: `mdbook build`