commit 52e96946038b7545b99e562a7c32bb230171ea2d
parent b8ae1c108dc24a315ebe0215d30efa0e15917546
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 7 May 2019 18:51:44 -0400
Add meta tags (and beginnings of 'dynamic' css tags) to all pages
Diffstat:
11 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/pages/404.md b/pages/404.md
@@ -1,5 +1,9 @@
# 404 Page Not Found
+[//]: # "HTTP error 404. Resource not found."
+
+[//]: # "base.min.css"
+
### The resource you have requested does not exist on this server.
### [Click here to return to the home page.](/home.html "paritybit.ca Home Page")
diff --git a/pages/about-me.md b/pages/about-me.md
@@ -1,3 +1,7 @@
## About Me
+[//]: # "Who am I? What do I do? What do I like? What do I dislike? This page contains it all."
+
+[//]: # "base.min.css"
+
This page will be fleshed out with information soon!
diff --git a/pages/about-site.md b/pages/about-site.md
@@ -1,5 +1,9 @@
## About This Site
+[//]: # "The leading design goals and principles behind paritybit.ca"
+
+[//]: # "base.min.css"
+
I created this website as a place for me to share my projects, thoughts on
various computing and computer science topics, configuration files, tips and
tricks, and other things that I think others could find useful.
diff --git a/pages/essays.md b/pages/essays.md
@@ -1,3 +1,7 @@
## Essays
+[//]: # "Essays on computer science, life, software development, and more."
+
+[//]: # "base.min.css"
+
There are no essays here yet but check back periodically for more!
diff --git a/pages/guides.md b/pages/guides.md
@@ -1,5 +1,9 @@
## Guides
+[//]: # "Guides on configuring various services and programs, little tips and tricks, and more."
+
+[//]: # "base.min.css"
+
There aren't any guides posted here yet but they are coming soon!
I am planning to post:
diff --git a/pages/home.md b/pages/home.md
@@ -1,5 +1,9 @@
## Welcome to paritybit.ca!
+[//]: # "Welcome to paritybit.ca! On this website you can find interesting guides, essays, projects and more. Check it out because there may be something that interests you."
+
+[//]: # "base.min.css"
+
Thank you for taking interest in my little corner of the internet. I am a
student of computer science (<a href=about-me.html>read more about me here</a>)
and I created this website as a place for me to post my projects, guides,
diff --git a/pages/projects.md b/pages/projects.md
@@ -1,5 +1,9 @@
## Projects
+[//]: # "Various projects from various hobbies and of various types."
+
+[//]: # "base.min.css"
+
Below is a selection of links to my various projects and places where you can
find them hosted.
diff --git a/pages/projects/dnd/dnd-podcast.md b/pages/projects/dnd/dnd-podcast.md
@@ -1,6 +1,10 @@
## Dungeons & Dragons Podcast
-<a href="/share/paritybit.ca-dnd-podcast.rss"><img src="/img/feed-icon.png"
+[//]: # "The paritybit.ca D&D podcast! Where rules are broken and lives are ruined."
+
+[//]: # "base.min.css"
+
+<a href="/share/dnd-podcast-feed.xml"><img src="/img/feed-icon.png"
width="20px" height="20px" alt="RSS_ICON"></img> Subscribe via RSS!</a>
<a href="#episodes">Jump to the Episodes</a>
diff --git a/pages/projects/dnd/initiative.md b/pages/projects/dnd/initiative.md
@@ -1,4 +1,9 @@
## D&D Initative Tracker
+
+[//]: # "A simple tool for keeping track of combat initiative in Dungeons and Dragons."
+
+[//]: # "base.min.css"
+
<script type="text/javascript" src=/js/initiative.js></script>
<noscript>Your browser must support or enable Javascript for this applet to
function.</noscript>
diff --git a/pages/projects/dnd/roll.md b/pages/projects/dnd/roll.md
@@ -1,4 +1,9 @@
## D&D Simple Dice Roller
+
+[//]: # "A super simple dice roller for Dungeons and Dragons with every die from the d4 to the d20 to the dX."
+
+[//]: # "base.min.css"
+
<script type="text/javascript" src=/js/roll.js></script>
<noscript>Your browser must support or enable Javascript for this applet to
function</noscript>
diff --git a/pages/toolset.md b/pages/toolset.md
@@ -1,5 +1,9 @@
## My Toolset
+[//]: # "Which tools do I consider part of my toolset and why? What do I find useful versus not useful?"
+
+[//]: # "base.min.css"
+
On this page will be details about my toolset. Particularily:
* My chosen shell and configuration details