diff --git a/html_output/index.html b/html_output/index.html
index e506059..f5a3628 100644
--- a/html_output/index.html
+++ b/html_output/index.html
@@ -5,8 +5,7 @@
TeX : { extensions : ['color.js'] }
});
Braids - Intro to Git
Goal: introduce Git as an archiving practice,
-then do a little branch-based website exercise published live.
Planning (90 min)
Title underline too short.
Planning (90 min)
-===============
- Context: what Git is, what it does, who uses it (10 min)
- Install Git (10 min)
- Core concepts + core commands (20 min)
- Forgejo: accounts + clone/push permissions (10 min)
- Exercise: branch a page, publish live, iterate (35 min)
- Wrap-up: good practices + next steps (5 min)
What is Git
- Distributed version control system
- Tracks changes over time
- Enables:
+then do a little branch-based website exercise published live.
Planning (90 min)
- Context: what Git is, what it does, who uses it (10 min)
- Install Git (10 min)
- Core concepts + core commands (20 min)
- Forgejo: accounts + clone/push permissions (10 min)
- Exercise: branch a page, publish live, iterate (35 min)
- Wrap-up: good practices + next steps (5 min)
What is Git
- Distributed version control system
- Tracks changes over time
- Enables:
- history (time)
- collaboration (many authors)
- experimentation (branches)
diff --git a/slides.rst b/slides.rst
index 83ecb06..bd6ddbc 100644
--- a/slides.rst
+++ b/slides.rst
@@ -20,7 +20,7 @@ Braids - Intro to Git
----
Planning (90 min)
-===============
+=================
1. Context: what Git is, what it does, who uses it (10 min)
2. Install Git (10 min)