Skip to content

Commit 885e9a0

Browse files
committed
📝 preview receipe website and add hints on building it
1 parent aa559b1 commit 885e9a0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ instructions_251105
1111
1212
use_cases
1313
local_setup
14+
receipe_book
1415
```
1516

1617
```{toctree}

receipe_book.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Recipe Book
2+
3+
The recipe book is a collection of markdown files which are rendered as a website
4+
using Sphinx. The static website is hosted using GitHub pages. If you want to learn
5+
more about how to create static websites with GitHub pages, GitHub Actions and Sphinx
6+
see our other trainings:
7+
8+
- GitHub Actions for Automation:
9+
[biosustain/dsp_actions_tutorial](https://github.com/biosustain/dsp_actions_tutorial)
10+
(Data Club seminar)
11+
- template for Sphinx based websites with instructions (and recording):
12+
[enryH/notes_template](https://github.com/enryH/notes_template)
13+
14+
## Preview
15+
16+
<div style="border: 2px solid black; border-radius: 4px; overflow: hidden;">
17+
<iframe src="https://enryh.github.io/recipe-book/"
18+
width="100%" height="600"
19+
allowfullscreen="true"
20+
mozallowfullscreen="true"
21+
webkitallowfullscreen="true"
22+
style="border: none;">
23+
</iframe>
24+
</div>

0 commit comments

Comments
 (0)