Sébastien De Greef commited on
Commit
0fc2bb8
1 Parent(s): f37e2a0

chore: Add .venv_win/ to .gitignore and create llms/index.qmd

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. src/about.qmd +7 -0
  3. src/llms/index.qmd +29 -0
.gitignore CHANGED
@@ -3,3 +3,4 @@
3
  .DS_Store
4
  .venv/**
5
  src/_site/
 
 
3
  .DS_Store
4
  .venv/**
5
  src/_site/
6
+ .venv_win/
src/about.qmd CHANGED
@@ -3,3 +3,10 @@ title: "About"
3
  ---
4
 
5
  About this site
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  About this site
6
+ ```{mermaid}
7
+ flowchart LR
8
+ A[Hard edge] --> B(Round edge)
9
+ B --> C{Decision}
10
+ C --> D[Result one]
11
+ C --> E[Result two]
12
+ ```
src/llms/index.qmd ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Habits"
3
+ author: "John Doe"
4
+ revealjs:
5
+ ---
6
+
7
+ # In the morning
8
+
9
+ ## Getting up
10
+
11
+ - Turn off alarm
12
+ - Get out of bed
13
+
14
+ ## Breakfast
15
+
16
+ - Eat eggs
17
+ - Drink coffee
18
+
19
+ # In the evening
20
+
21
+ ## Dinner
22
+
23
+ - Eat spaghetti
24
+ - Drink wine
25
+
26
+ ## Going to sleep
27
+
28
+ - Get in bed
29
+ - Count sheep