commit 60142c7c7b4f4dddd81023241e147daaa8d9640c parent 749b21e6c4854c9a6787ee5d65ca5915ac934d5c Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 28 Mar 2019 00:33:50 -0400 Re-organize pages Diffstat:
5 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/guides.md b/pages/guides.md @@ -11,3 +11,5 @@ I am planning to post: * A guide to my server configurations, realistic hardening steps, and other similar topics. * And more! + +<a href=guides/install-my-os.html>Install My OS Guide</a> diff --git a/pages/guides/install-my-os.md b/pages/guides/install-my-os.md @@ -0,0 +1 @@ +## This Will Be a Guide on How I Set Up My Operating System diff --git a/pages/projects.md b/pages/projects.md @@ -4,8 +4,8 @@ <li><a href="https://github.com/JakeMBauer/">My GitHub</a></li> <li>Dungeons & Dragons <ul> - <li><a href="/dnd-podcast.html">D&D Podcast (We record our sessions!)</a></li> - <li><a href="/roll.html">D&D Simple Dice Roller</a></li> + <li><a href="projects/dnd/dnd-podcast.html">D&D Podcast (We record our sessions!)</a></li> + <li><a href="projects/dnd/roll.html">D&D Simple Dice Roller</a></li> </ul> </li> </ul> diff --git a/pages/projects/dnd-podcast.md b/pages/projects/dnd/dnd-podcast.md diff --git a/pages/projects/roll.md b/pages/projects/dnd/roll.md