mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-02-08 02:39:22 +08:00
[ci skip] Automatic file changes/fix
This commit is contained in:
parent
bc9f7ab7bf
commit
4e6b480b48
|
@ -1,7 +1,7 @@
|
||||||
# 程序员做饭指南
|
# 程序员做饭指南
|
||||||
|
|
||||||
[![build](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml/badge.svg)](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml)
|
[![build](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml/badge.svg)](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml)
|
||||||
[![License](https://img.shields.io/github/license/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/blob/master/LICENSE)
|
[![License](https://img.shields.io/github/license/Anduin2017/HowToCook)](./LICENSE)
|
||||||
[![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
|
[![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
|
||||||
[![npm](https://img.shields.io/npm/v/how-to-cook)](https://www.npmjs.com/package/how-to-cook)
|
[![npm](https://img.shields.io/npm/v/how-to-cook)](https://www.npmjs.com/package/how-to-cook)
|
||||||
![Man hours](https://manhours.aiursoft.cn/r/github.com/anduin2017/howtocook.svg)
|
![Man hours](https://manhours.aiursoft.cn/r/github.com/anduin2017/howtocook.svg)
|
||||||
|
@ -342,10 +342,6 @@
|
||||||
- [英式司康](./dishes/dessert/英式司康/英式司康.md)
|
- [英式司康](./dishes/dessert/英式司康/英式司康.md)
|
||||||
- [芋泥雪媚娘](./dishes/dessert/芋泥雪媚娘/芋泥雪媚娘.md)
|
- [芋泥雪媚娘](./dishes/dessert/芋泥雪媚娘/芋泥雪媚娘.md)
|
||||||
|
|
||||||
### 示例菜
|
|
||||||
|
|
||||||
- [示例菜](./dishes/template/示例菜/示例菜.md)
|
|
||||||
|
|
||||||
## 进阶知识学习
|
## 进阶知识学习
|
||||||
|
|
||||||
如果你已经做了许多上面的菜,对于厨艺已经入门,并且想学习更加高深的烹饪技巧,请继续阅读下面的内容:
|
如果你已经做了许多上面的菜,对于厨艺已经入门,并且想学习更加高深的烹饪技巧,请继续阅读下面的内容:
|
||||||
|
|
|
@ -72,12 +72,13 @@ plugins:
|
||||||
- same-dir
|
- same-dir
|
||||||
- search
|
- search
|
||||||
- with-pdf:
|
- with-pdf:
|
||||||
|
author: GitHub Community
|
||||||
|
copyright: The Unlicense
|
||||||
cover_title: How To Cook
|
cover_title: How To Cook
|
||||||
cover_subtitle: 程序员做饭指南
|
cover_subtitle: 程序员做饭指南
|
||||||
back_cover: true
|
back_cover: true
|
||||||
two_columns_level: 3
|
|
||||||
render_js: true
|
|
||||||
output_path: document.pdf
|
output_path: document.pdf
|
||||||
|
show_anchors: true
|
||||||
- minify:
|
- minify:
|
||||||
minify_html: true
|
minify_html: true
|
||||||
|
|
||||||
|
@ -394,9 +395,6 @@ nav:
|
||||||
- 英式司康: ./dishes/dessert/英式司康/英式司康.md
|
- 英式司康: ./dishes/dessert/英式司康/英式司康.md
|
||||||
- 芋泥雪媚娘: ./dishes/dessert/芋泥雪媚娘/芋泥雪媚娘.md
|
- 芋泥雪媚娘: ./dishes/dessert/芋泥雪媚娘/芋泥雪媚娘.md
|
||||||
|
|
||||||
- 示例菜:
|
|
||||||
- 示例菜: ./dishes/template/示例菜/示例菜.md
|
|
||||||
|
|
||||||
- 进阶知识学习:
|
- 进阶知识学习:
|
||||||
- 辅料技巧: ./tips/advanced/辅料技巧.md
|
- 辅料技巧: ./tips/advanced/辅料技巧.md
|
||||||
- 高级专业术语: ./tips/advanced/高级专业术语.md
|
- 高级专业术语: ./tips/advanced/高级专业术语.md
|
||||||
|
|
Loading…
Reference in New Issue
Block a user