Rework home page and add network page
This commit is contained in:
parent
64f09651c6
commit
e1896491b1
7
_layouts/network.html
Normal file
7
_layouts/network.html
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include notes_graph.html %}
|
@ -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
8
_pages/network.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user