this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove mdbook related links

+1 -42
+1
Cooking.md
··· 3 3 - 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. 4 4 - 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. 5 5 - [Learn to cook vegetables](https://www.youtube.com/watch?v=zKEwA__rOHk). 6 + - [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).
-10
Makefile
··· 1 - PUBLISH_DIR = ./website 2 - 3 - publish: 4 - mkdir -p $(PUBLISH_DIR)/src 5 - cp *.md $(PUBLISH_DIR)/src 6 - cp -r Data $(PUBLISH_DIR)/src/Data 7 - cp book.toml $(PUBLISH_DIR) 8 - mv $(PUBLISH_DIR)/src/README.md $(PUBLISH_DIR)/src/index.md 9 - touch $(PUBLISH_DIR)/src/SUMMARY.md 10 - cd $(PUBLISH_DIR) && mdbook build
-32
book.toml
··· 1 - [book] 2 - authors = ["David Gasquez"] 3 - language = "en" 4 - multilingual = false 5 - title = "Handbook" 6 - src = "src" 7 - 8 - [build] 9 - create-missing = false 10 - 11 - [preprocessor.wikilinks] 12 - command = "mdbook-wikilinks" 13 - 14 - [preprocessor.all-the-markdowns] 15 - draft-folders = true 16 - 17 - [[preprocessor.all-the-markdowns.section]] 18 - title = "Notes" 19 - base = "src" 20 - ignore = [ "src/Data" ] 21 - 22 - [[preprocessor.all-the-markdowns.section]] 23 - title = "Data" 24 - base = "src/Data" 25 - ignore = [ ] 26 - 27 - [output.html] 28 - git-repository-url = "https://github.com/davidgasquez/handbook" 29 - git-repository-icon = "fa-github" 30 - edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" 31 - 32 - no-section-label = false