summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-16 22:34:46 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-16 22:34:46 -0400
commit74e8ccc7169840a03906fcabce569c9f33dabbd0 (patch)
treef947f00904da0578f3c18bd965450b2217f7b438
parent9ba58b619356fc707b826e15c85380f2a6ead59f (diff)
added css for code block and added new article
-rw-r--r--_posts/2025-08-16-unemployment-ccna-and-other-things.md38
-rw-r--r--_site/blog.html2
-rw-r--r--_site/main.css5
-rw-r--r--main.css5
4 files changed, 50 insertions, 0 deletions
diff --git a/_posts/2025-08-16-unemployment-ccna-and-other-things.md b/_posts/2025-08-16-unemployment-ccna-and-other-things.md
new file mode 100644
index 0000000..940f081
--- /dev/null
+++ b/_posts/2025-08-16-unemployment-ccna-and-other-things.md
@@ -0,0 +1,38 @@
+---
+layout: post
+title: "Unemployment, CCNA and Other Things"
+date: 2025-08-16
+permalink: "/blog/unemployment-ccna-and-other-things"
+author: Benjamin Sanders
+catagories: unemployment, ccna, school, WGU
+---
+It's been a minute since the last time I updated my site. I blame it on moving servers recently and forgetting how to auto build
+jekyll sites using git's post-recieve option. As I sit here and write this though I have seemingly fixed the issue because I was
+able to successfully build and push new content to my site.
+
+Over the course of the last two years (wow) though a lot has changed. I have continued to worked hard toward my bachalor's degree
+through WGU. I've taken a severence off work which has allowed me the time to work on education and think on life. It also has
+given me a much needed rest.
+
+So, what about my study for my CCNA?
+
+That is a big cert to achieve. Since I started my study journey at WGU I knew I wanted to work specifically in IT as a Network
+Engineer or at least a Network Administrator. Well, I say since WGU, I knew I wanted to work in that field back in 2019 when I
+graduated from a local community college with my second Associate's degree in Networking.
+
+Either way, this all comes to a head with me studying deeper with Cisco hardware and software. Getting deep with subnetting,
+OSPF, BGP, etc. Running commands to check Cisco router and switches interfaces like `sh ip int br`.
+
+If I had thought about it when I started my university journey I would have blogged my way through each course. Sadly, I didn't
+though I will do my best from this point going forward to write a weekly-ish article here on what I studied that week. You see,
+I did recently take the CCNA already and failed. So, I've been trying to work on labbing more and study on weaker areas so I can
+attempt the exam again.
+
+Another reason I wanted to ensure my site was working as I'd like is because I'd like to get into posting things here instead
+of social media. I've grown a distrust to big tech and a love for helping the "small web" remain viable and fun. So, over the
+the coming weeks I'll probably add small web things to this site. :)
+
+That's about all I have to say now. Thank you for reading this short article and hope you'll visit every so often to see
+what I'm working on!
+
+-Ben \ No newline at end of file
diff --git a/_site/blog.html b/_site/blog.html
index c9fe333..552fa46 100644
--- a/_site/blog.html
+++ b/_site/blog.html
@@ -42,6 +42,8 @@
<ul class="posts">
+ <li><span>16 August 2025</span> <a href="/blog/unemployment-ccna-and-other-things" title="Unemployment, CCNA and Other Things">Unemployment, CCNA and Other Things</a></li>
+
<li><span>12 June 2023</span> <a href="/blog/down-with-big-tech" title="Down With Big Tech!">Down With Big Tech!</a></li>
<li><span>04 April 2023</span> <a href="/blog/passbolt-initial-impressions" title="Passbolt Initial Impressions">Passbolt Initial Impressions</a></li>
diff --git a/_site/main.css b/_site/main.css
index 04d7aeb..5a6ec69 100644
--- a/_site/main.css
+++ b/_site/main.css
@@ -35,6 +35,11 @@ ul.posts a {
text-decoration: none;
}
+/* code block */
+.language-plaintext.highlighter-rouge {
+ border-bottom: dashed;
+}
+
ul.posts a:hover { text-decoration: underline; }
/* resources.html styles */
diff --git a/main.css b/main.css
index 04d7aeb..5a6ec69 100644
--- a/main.css
+++ b/main.css
@@ -35,6 +35,11 @@ ul.posts a {
text-decoration: none;
}
+/* code block */
+.language-plaintext.highlighter-rouge {
+ border-bottom: dashed;
+}
+
ul.posts a:hover { text-decoration: underline; }
/* resources.html styles */