commit 5128e596d6e8ec8590ae563cf3d98b70c8db2fa0 Author: Marcus Wilson Date: Wed Sep 18 00:19:16 2024 +0000 Learning Hugo. Before Partials diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f9bc3ce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo.386"] + path = themes/hugo.386 + url = https://gitlab.com/jmfergeau/hugo.386 diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/assets/RING.png b/assets/RING.png new file mode 100755 index 0000000..68df940 Binary files /dev/null and b/assets/RING.png differ diff --git a/assets/cc88x31.png b/assets/cc88x31.png new file mode 100755 index 0000000..12229ac Binary files /dev/null and b/assets/cc88x31.png differ diff --git a/assets/diaspora.png b/assets/diaspora.png new file mode 100755 index 0000000..52b1556 Binary files /dev/null and b/assets/diaspora.png differ diff --git a/assets/fsfimage.jpg b/assets/fsfimage.jpg new file mode 100755 index 0000000..399c6a6 Binary files /dev/null and b/assets/fsfimage.jpg differ diff --git a/assets/jebug29__.png b/assets/jebug29__.png new file mode 100755 index 0000000..e740a41 Binary files /dev/null and b/assets/jebug29__.png differ diff --git a/assets/link.png b/assets/link.png new file mode 100755 index 0000000..e30934f Binary files /dev/null and b/assets/link.png differ diff --git a/assets/marcus-nov2023.jpg b/assets/marcus-nov2023.jpg new file mode 100755 index 0000000..e0c02ea Binary files /dev/null and b/assets/marcus-nov2023.jpg differ diff --git a/assets/mastodon.png b/assets/mastodon.png new file mode 100755 index 0000000..e68814e Binary files /dev/null and b/assets/mastodon.png differ diff --git a/assets/me.jpg b/assets/me.jpg new file mode 100755 index 0000000..e0c02ea Binary files /dev/null and b/assets/me.jpg differ diff --git a/assets/metest.jpg b/assets/metest.jpg new file mode 100755 index 0000000..e0c02ea Binary files /dev/null and b/assets/metest.jpg differ diff --git a/assets/twitter.png b/assets/twitter.png new file mode 100755 index 0000000..6bcb0c5 Binary files /dev/null and b/assets/twitter.png differ diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..d094ca8 --- /dev/null +++ b/content/about.md @@ -0,0 +1,43 @@ ++++ +title = 'About Me' +date = 2024-09-17T14:10:31Z +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 quick selfie at my favorite spot in Boston. Galleria Umberto! + +#### // aNONradio // + +I host a show called News to Me Monday-Friday 19:00 UTC on [Anonradio.net](https://anonradio.net) It's 30 minutes covering a few news stories that might have been missed by others. Sometimes I'll play music, but it's mostly me talking from the roof of the garage at work using my phone to ssh and stream. + +#### // Hacker Public Radio + +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) + +* [![](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) + +* ![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/index.md b/content/index.md new file mode 100644 index 0000000..1803e7d --- /dev/null +++ b/content/index.md @@ -0,0 +1,3 @@ +##Welcome to Marcus World! + +This is an attempt at making the index file. If this works we'll put some images. diff --git a/hugo-old.toml b/hugo-old.toml new file mode 100644 index 0000000..be9f7b7 --- /dev/null +++ b/hugo-old.toml @@ -0,0 +1,4 @@ +baseURL = 'https://mnw.sdf.org/' +languageCode = 'en-us' +title = 'Welcome to Marcus Web' +theme = "hugo.386" diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..e6fccaa --- /dev/null +++ b/hugo.toml @@ -0,0 +1,96 @@ +baseURL = "https://mnw.sdf.org/blog/" +title = "mnw.sdf.org" +languageCode = "en" +DefaultContentLanguage = "en" # Change this to change the site's language +theme = "hugo.386" +publishDir = "/sdf/arpa/gm/m/mnw/html/blog" +preserveTaxonomyNames = true + +[params] + # The name to display as main title in the home page + mainpagetitle = "MarcusWorld.sh" + + # The subtitle to display under the title in the home page + 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." + + # The name to display in the copyright section in the footer + copyrightname = "Marcus Wilson" + + # The url to use as link in the copyright name in the footer. Leave empty to use none. + copyrighturl = "https://creativecommons.org/licenses/by-sa/4.0/" + + # Show the "built on Hugo" disclaimer + showhugo = true + + # Urls for social networks + mastodon = "https://tilde.zone/@mnw" + + # Enables or disables the loading animations. false activates them. Default is false. + loadfastload = true + + # Sets the speed for the page loading effect. Default is 1.0. + loadspeedfactor = 1.5 + + # Enables or disables the second flyby cursor. Default is false. + loadonepass = true + +[params.copyright] + name = "CC-BY-SA" + + # The url to use as link in the copyright name in the footer. Leave empty to use none. + url = "https://creativecommons.org/licenses/by-sa/4.0/" + + # Text to go between copyright and hugo disclaimer (if enabled) + suffix = "[hugo.386 theme by Max le Fou](https://gitlab.com/maxlefou/hugo.386)" + + # Text to go before copyright information + prefix= "[FSF 2016](https://www.fsf.org/about/) [GNOME Lover](https://www.gnome.org/friends/) [GPG Key](https://keys.openpgp.org/vks/v1/by-fingerprint/034C591E11591CC00ADCF3DA7DC7E4FF11629043)" + +[menu] + # This displays buttons in the navbar to access your contents + [[menu.main]] + identifier = "about" # An unique identifier for the button + name = "About" # A display name for the button + url = "/about/" # The path to the content. It can lead to a single page (like here) + weight = 10 # A number to order the buttons in the navbar + + [[menu.main]] + identifier = "posts" + name = "All posts" + url = "/post/" # The path can lead to a content folder too. + weight = 20 + +[taxonomies] +category = "categories" +tag = "tags" + + +[privacy] + + [privacy.vimeo] + disabled = false + simple = true + + [privacy.twitter] + disabled = false + enableDNT = true + simple = true + + [privacy.instagram] + disabled = false + simple = true + + [privacy.youtube] + disabled = false + privacyEnhanced = true + +[services] + + [services.instagram] + disableInlineCSS = true + + [services.twitter] + disableInlineCSS = true diff --git a/themes/hugo.386 b/themes/hugo.386 new file mode 160000 index 0000000..2e2a412 --- /dev/null +++ b/themes/hugo.386 @@ -0,0 +1 @@ +Subproject commit 2e2a41232ab51bd5e3a65a92375050ee864bf789