commit 013a6e9a048137f12cc6b22d2310b8ce3884aa6d
parent 110dac9e6f12e003d564bccb0abdf78b7835b2d3
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 18 Jan 2020 00:53:36 -0500
Add classes to elements as necessary for styling
Diffstat:
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pages/blog.md b/pages/blog.md
@@ -8,7 +8,7 @@
<a class="rss-icon" href="/feeds/blog-feed.xml"> <img
src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS"/>
-Subscribe to this page!</a>
+Subscribe to the blog feed</a>
This is the place where I put all of my ramblings, rants, essays, and random
thoughts and ideas. You can find links to other blogs that I follow on my
diff --git a/pages/guides.md b/pages/guides.md
@@ -8,7 +8,7 @@
<a class="rss-icon" href="/feeds/guides-feed.xml"> <img
src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS"/>
-Subscribe to this page!</a>
+Subscribe to the guides feed</a>
This is the place where I put things like tips and tricks on software
configuration, guides on how to do various things, and other more technical
diff --git a/pages/home.md b/pages/home.md
@@ -18,19 +18,19 @@ projects on the site.
<div class="feed-wrapper">
<h3 class="feed-title">What's New:</h3>
<a class="rss-icon" href="/feeds/sitewide-feed.xml"> <img
- src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS"/>
+ src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS Feed"/>
</a>
</div>
-2020-01-08 <a href="guides/firefox-new-tab-dark">New Guide: How to Make the New Tab Page Dark Themed in Firefox</a>
+2020-01-08 <a class="feed-item" href="guides/firefox-new-tab-dark">New Guide: How to Make the New Tab Page Dark Themed in Firefox</a>
-2019-12-31 <a href="projects/borderlands-3-dps-calculator">New Project: Borderlands 3 DPS Calculator</a>
+2019-12-31 <a class="feed-item" href="projects/borderlands-3-dps-calculator">New Project: Borderlands 3 DPS Calculator</a>
-2019-12-30 <a href="blog/automating-publishing">New Blog Post: Automating the Publishing of Articles</a>
+2019-12-30 <a class="feed-item" href="blog/automating-publishing">New Blog Post: Automating the Publishing of Articles</a>
-2019-12-21 <a href="blog/arguing-effectively">New Blog Post: How to Argue Effectively</a>
+2019-12-21 <a class="feed-item" href="blog/arguing-effectively">New Blog Post: How to Argue Effectively</a>
-2019-12-21 <a href="projects/usrmnt">New Project: usrmnt</a>
+2019-12-21 <a class="feed-item" href="projects/usrmnt">New Project: usrmnt</a>
### What is a Parity Bit?
diff --git a/pages/projects.md b/pages/projects.md
@@ -8,7 +8,7 @@
<a class="rss-icon" href="/feeds/projects-feed.xml"> <img
src="/img/feed-icon.png" width="15px" height="15px" alt="Click for RSS"/>
-Subscribe to this page!</a>
+Subscribe to the projects feed</a>
Projects that I am currently working on or have finished.
diff --git a/publish b/publish
@@ -122,7 +122,7 @@ fi
./compile pages/$basePage.md
# Update the home page to show the new published article and remove oldest entry
-sed -i "/<\/div>/a $miniDate \<a href=\"$basePage\/$filename\"\>$newString $pageTitle\<\/a\>\n" pages/home.md
+sed -i "/<\/div>/a $miniDate \<a class=\"feed-item\" href=\"$basePage\/$filename\"\>$newString $pageTitle\<\/a\>\n" pages/home.md
ed -s pages/home.md <<< $'8,$g/### What is a Parity Bit/-2,-1d\nw'
./compile pages/home.md