diff --git a/content/about.md b/content/about.md index d094ca8..612252e 100644 --- a/content/about.md +++ b/content/about.md @@ -6,15 +6,14 @@ draft = false ### Welcome to Marcus Web About Page -Welcome to the about me or introduction page for **Marcus Wilson**. Everything asks for your website these days, and I'm not good at regularly updating things. This page should give a good snapshot of who I am and what I'm into for at least a few years. My big interests are GNU/Linux, Open Source Software, electronic music, and motorcycles. For many years I was very into local stand-up comedy. Like many in Austin, Texas I work for a large tech company doing mostly DevOps kind of work. One of my favorite hobbies is going to Linux centric or Free Software themed conferences and events. My favorites are Libre Planet, HOPE, FOSSY, and SeaGL. Also excited for the return of Texas Linux fest. I'll probably go to that one next year. - Sometimes I feel like the loneliest, saddest comptuer science person out there and then I think about this quote. > I actually started off majoring in computer science, but I knew right away I wasn't going to stay with it. It was because I had this one professor who was the loneliest, saddest man I've ever known. He was a programmer, and I knew that I didn't want to do whatever he did. > > J. Cole [BrainyQuote.com.](https://www.brainyquote.com/quotes/j_cole_569136) -![A selfie of Marcus in front of a business called Galleria Umberto Rosticceria.](marcus_galleria_umberto_600x600.JPG) + +![A selfie of Marcus in front of a business called Galleria Umberto Rosticceria.](../images/marcus_galleria_umberto_600x600.JPG) A quick selfie at my favorite spot in Boston. Galleria Umberto! @@ -26,18 +25,10 @@ I host a show called News to Me Monday-Friday 19:00 UTC on [Anonradio.net](https I submitted my first episode to HPR in June 2024 it was [episode 4142](https://hackerpublicradio.org/eps/hpr4142/index.html) and it turned out well. I think I'll do a show about notify and a few other utilities I love to use soon. -#### Where To Find Me -* [![Pixelfed](Pixelfed_logo.svg)](https://pixelfed.sdf.org/mnw)[SDF Pixelfed](https://pixelfed.sdf.org/mnw) - [Pixelfed.Social](http://pixelfed.social/@mnw) +![jebug29 certification image](../images/jebug29__.png) -* [![](link.png)](https://gopher.floodgap.com/gopher/gw?a=gopher%3A%2F%2Fsdf.org%2F1%2Fusers%2Fmnw%2F)[A rarely updated Gopher Phlog](https://gopher.floodgap.com/gopher/gw?a=gopher%3A%2F%2Fsdf.org%2F1%2Fusers%2Fmnw%2F) +I think GPG is important. [This is a link to my public key.](https://keys.openpgp.org/vks/v1/by-fingerprint/034C591E11591CC00ADCF3DA7DC7E4FF11629043) -* ![jebug29 certification image](jebug29__.png) -I think GPG is important. Best way to reach me is an encrypted email using my key to my sdf email address : -https://keys.openpgp.org/vks/v1/by-fingerprint/034C591E11591CC00ADCF3DA7DC7E4FF11629043 -[![Become a Friend of GNOME](https://static.gnome.org/friends/banners/gnome-lover.png)](https://www.gnome.org/friends/) [![](fsfimage.jpg)](https://www.fsf.org/about/) - - [![Creative Commons License](cc88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)Licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). diff --git a/content/post/HelloWorld.md b/content/post/HelloWorld.md new file mode 100644 index 0000000..c4a4340 --- /dev/null +++ b/content/post/HelloWorld.md @@ -0,0 +1,19 @@ ++++ +title = 'Hello World' +date = 2024-09-18T02:34:27Z +draft = false +author = "marcus" ++++ +This is the first post of the new blog on SDF. I have successfully updated my config and modified things to my liking for now. + +The main changes are adding a Socials section in the right sidebar. This required creating a new partial with a loop over a new configuration array. +Also the main index content was updated to use the markdownify command so that it would render in a more pleasant way. + +To get this to work the way I want it to gotta fix up the layout for posts too so that the posts page shows the sidebar and some other +info. + +I'm so sleepy will move to the proper mnw.sdf.org instead of under /blog tomorrow I think. + +Until then! + +-mnw- diff --git a/hugo.toml b/hugo.toml index 1b926f2..3f08fa8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,7 +14,23 @@ preserveTaxonomyNames = true mainpagesubtitle = "Hosted on SDF" # The description of your website. It will be displayed in the home page - mainpagedesc = "Welcome to the about me or introduction page for Marcus Wilson. Everything asks for your website these days, and I'm not good at regularly updating things. This page should give a good snapshot of who I am and what I'm into for at least a few years. My big interests are GNU/Linux, Open Source Software, electronic music, and motorcycles. For many years I was very into local stand-up comedy. Like many in Austin, Texas I work for a large tech company doing mostly DevOps kind of work. One of my favorite hobbies is going to Linux centric or Free Software themed conferences and events. My favorites are Libre Planet, HOPE, FOSSY, and SeaGL. Also excited for the return of Texas Linux fest. I'll probably go to that one next year." + mainpagedesc = """ + Welcome to the about me, or introduction page, for **Marcus Wilson**. + Everything asks for your website these days, and I am not always good + at regularly updating things. I'm trying to blog more, but who knows + how long that will last. + + This page should give a good snapshot of who I am and what I'm into + for at least a few years. My big interests are GNU/Linux, Open Source + Software, electronic music, and motorcycles. For many years I was very + into local stand-up comedy. + + Like many in Austin, Texas I work for a large tech company doing mostly + DevOps kind of work. One of my favorite hobbies is going to Linux centric + or Free Software themed conferences and events. My favorites are Libre + Planet, HOPE, FOSSY, and SeaGL. Also excited for the return of Texas Linux + Fest. I'll probably go to that one next year. + """ # The name to display in the copyright section in the footer copyrightname = "Marcus Wilson" diff --git a/layouts/index.html b/layouts/index.html index de704a3..5489408 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,7 +10,7 @@

{{ .Site.Params.mainpagesubtitle }}

-

{{ .Site.Params.mainpagedesc }}

+

{{ .Site.Params.mainpagedesc | markdownify }}


@@ -35,7 +35,7 @@ {{ partial "tags.html" .}}

-

{{ i18n "socials" }}

+

{{ i18n "partials" }}

diff --git a/assets/RING.png b/static/images/RING.png similarity index 100% rename from assets/RING.png rename to static/images/RING.png diff --git a/assets/cc88x31.png b/static/images/cc88x31.png similarity index 100% rename from assets/cc88x31.png rename to static/images/cc88x31.png diff --git a/assets/diaspora.png b/static/images/diaspora.png similarity index 100% rename from assets/diaspora.png rename to static/images/diaspora.png diff --git a/assets/fsfimage.jpg b/static/images/fsfimage.jpg similarity index 100% rename from assets/fsfimage.jpg rename to static/images/fsfimage.jpg diff --git a/assets/jebug29__.png b/static/images/jebug29__.png similarity index 100% rename from assets/jebug29__.png rename to static/images/jebug29__.png diff --git a/assets/link.png b/static/images/link.png similarity index 100% rename from assets/link.png rename to static/images/link.png diff --git a/assets/marcus-nov2023.jpg b/static/images/marcus-nov2023.jpg similarity index 100% rename from assets/marcus-nov2023.jpg rename to static/images/marcus-nov2023.jpg diff --git a/static/images/marcus_galleria_umberto_600x600.JPG b/static/images/marcus_galleria_umberto_600x600.JPG new file mode 100755 index 0000000..9b8b92e Binary files /dev/null and b/static/images/marcus_galleria_umberto_600x600.JPG differ diff --git a/assets/mastodon.png b/static/images/mastodon.png similarity index 100% rename from assets/mastodon.png rename to static/images/mastodon.png diff --git a/assets/me.jpg b/static/images/me.jpg similarity index 100% rename from assets/me.jpg rename to static/images/me.jpg diff --git a/assets/metest.jpg b/static/images/metest.jpg similarity index 100% rename from assets/metest.jpg rename to static/images/metest.jpg diff --git a/assets/twitter.png b/static/images/twitter.png similarity index 100% rename from assets/twitter.png rename to static/images/twitter.png