From 1a9b43eaabdad84eb697c54723dcf31cca1cedf0 Mon Sep 17 00:00:00 2001 From: Chris Makler Date: Wed, 24 Jul 2024 12:31:29 -0400 Subject: [PATCH] adding navigation --- _data/toc.yml | 5 ++++ _layouts/default.html | 67 +++++++++++++++++++++++++++---------------- index.md | 12 +++++++- 3 files changed, 59 insertions(+), 25 deletions(-) create mode 100644 _data/toc.yml diff --git a/_data/toc.yml b/_data/toc.yml new file mode 100644 index 0000000..8fc98e9 --- /dev/null +++ b/_data/toc.yml @@ -0,0 +1,5 @@ +- title: Elasticity + folder: elasticity + graphs: + - title: Midpoint Method + filename: midpoint \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index cc2ab61..14fa3cf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,12 +2,15 @@ - Graph + Graph
(loading. please wait)
+ \ No newline at end of file diff --git a/index.md b/index.md index fe633a1..116b76c 100644 --- a/index.md +++ b/index.md @@ -2,4 +2,14 @@ layout: default --- - +