diff --git a/Cooking.md b/Cooking.md index 471f135..f6e4e95 100644 --- a/Cooking.md +++ b/Cooking.md @@ -3,3 +3,4 @@ - When you have great ingredients, you can cook very simply and the food will be extraordinary because it tastes like what it is. Good cooking is no mystery. - Experiment! The worst that could happen is that you don't like it. Cooking has a short [[Feedback Loops|feedback loop]]. Take risks and you'll get the payoffs. [[Learning|Learn]] from your mistakes until you succeed. - [Learn to cook vegetables](https://www.youtube.com/watch?v=zKEwA__rOHk). +- [Soy or another salty meaty sauce, a little thickener, some spice, something sweet and something sour is a good formula for a sauce](https://youtu.be/Rwdpt_9Dkz8?t=56). diff --git a/Makefile b/Makefile deleted file mode 100644 index 1a4166a..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -PUBLISH_DIR = ./website - -publish: - mkdir -p $(PUBLISH_DIR)/src - cp *.md $(PUBLISH_DIR)/src - cp -r Data $(PUBLISH_DIR)/src/Data - cp book.toml $(PUBLISH_DIR) - mv $(PUBLISH_DIR)/src/README.md $(PUBLISH_DIR)/src/index.md - touch $(PUBLISH_DIR)/src/SUMMARY.md - cd $(PUBLISH_DIR) && mdbook build diff --git a/book.toml b/book.toml deleted file mode 100644 index 5202b0d..0000000 --- a/book.toml +++ /dev/null @@ -1,32 +0,0 @@ -[book] -authors = ["David Gasquez"] -language = "en" -multilingual = false -title = "Handbook" -src = "src" - -[build] -create-missing = false - -[preprocessor.wikilinks] -command = "mdbook-wikilinks" - -[preprocessor.all-the-markdowns] -draft-folders = true - -[[preprocessor.all-the-markdowns.section]] -title = "Notes" -base = "src" -ignore = [ "src/Data" ] - -[[preprocessor.all-the-markdowns.section]] -title = "Data" -base = "src/Data" -ignore = [ ] - -[output.html] -git-repository-url = "https://github.com/davidgasquez/handbook" -git-repository-icon = "fa-github" -edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" - -no-section-label = false