Rework home page and add network page

This commit is contained in:
walcutt 2023-01-30 18:01:36 -05:00
parent 64f09651c6
commit e1896491b1
3 changed files with 20 additions and 11 deletions

7
_layouts/network.html Normal file
View File

@ -0,0 +1,7 @@
---
layout: default
---
{{ content }}
{% include notes_graph.html %}

View File

@ -5,18 +5,12 @@ id: home
permalink: /
---
# Welcome! 🌱
## Welcome to the Vesper Ridge Wiki!
<p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">
Take a look at <span style="font-weight: bold">[[Your first note]]</span> to get started on your exploration.
</p>
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).
- <a class="internal-link" href="{{ site.base_url }}/search">Search Page</a>
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).
- <a class="internal-link" href="{{ site.base_url}}/network">Network View</a>
<style>
.wrapper {
max-width: 46em;
}
</style>
- <a class="internal-link" href="{{ site.base_url}}/about">About</a>

8
_pages/network.md Normal file
View File

@ -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.