From e1896491b1b466c6a51e6ab48d7fc8636b96ade2 Mon Sep 17 00:00:00 2001 From: walcutt Date: Mon, 30 Jan 2023 18:01:36 -0500 Subject: [PATCH] Rework home page and add network page --- _layouts/network.html | 7 +++++++ _pages/index.md | 16 +++++----------- _pages/network.md | 8 ++++++++ 3 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 _layouts/network.html create mode 100644 _pages/network.md diff --git a/_layouts/network.html b/_layouts/network.html new file mode 100644 index 0000000..263c2fe --- /dev/null +++ b/_layouts/network.html @@ -0,0 +1,7 @@ +--- +layout: default +--- + +{{ content }} + +{% include notes_graph.html %} \ No newline at end of file diff --git a/_pages/index.md b/_pages/index.md index eb2ac72..19aa1eb 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -5,18 +5,12 @@ id: home permalink: / --- -# Welcome! 🌱 +## Welcome to the Vesper Ridge Wiki! -

- Take a look at [[Your first note]] to get started on your exploration. -

+Here are a couple places to start looking: -This digital garden template is free, open-source, and [available on GitHub here](https://github.com/maximevaillancourt/digital-garden-jekyll-template). +- Search Page -The easiest way to get started is to read this [step-by-step guide explaining how to set this up from scratch](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll). +- Network View - +- About diff --git a/_pages/network.md b/_pages/network.md new file mode 100644 index 0000000..66e285c --- /dev/null +++ b/_pages/network.md @@ -0,0 +1,8 @@ +--- +layout: network +title: Network View +id: network +permalink: /network +--- + +Here are all of the pages on the wiki, graphed based on links. \ No newline at end of file