diff --git a/content/post/ffmpeg-scrapbook.md b/content/post/ffmpeg-scrapbook.md index 36ad038..93566f4 100644 --- a/content/post/ffmpeg-scrapbook.md +++ b/content/post/ffmpeg-scrapbook.md @@ -1,6 +1,8 @@ --- title: "An ffmpeg scrapbook" date: 2021-04-05T08:44:33+01:00 +tags: ["ffmpeg", "media"] +topics: ["tech", "podcasting"] draft: false --- diff --git a/content/post/hello-world.md b/content/post/hello-world.md index 40d8d6b..5ee4350 100644 --- a/content/post/hello-world.md +++ b/content/post/hello-world.md @@ -8,36 +8,31 @@ draft: false This is my first static blog post. I think I might be doing a lot of this in the future. -### Do Not Go Gentle. +## Do Not Go Gentle -``` -Do not go gentle into that good night, -Old age should burn and rave at close of day; -Rage, rage against the dying of the light. + Do not go gentle into that good night, + Old age should burn and rave at close of day; + Rage, rage against the dying of the light. -Though wise men at their end know dark is right, -Because their words had forked no lightning they -Do not go gentle into that good night. + Though wise men at their end know dark is right, + Because their words had forked no lightning they + Do not go gentle into that good night. -Good men, the last wave by, crying how bright -Their frail deeds might have danced in a green bay, -Rage, rage against the dying of the light. + Good men, the last wave by, crying how bright + Their frail deeds might have danced in a green bay, + Rage, rage against the dying of the light. -Wild men who caught and sang the sun in flight, -And learn, too late, they grieve it on its way, -Do not go gentle into that good night. - -Grave men, near death, who see with blinding sight -Blind eyes could blaze like meteors and be gay, -Rage, rage against the dying of the light. - -And you, my father, there on the sad height, -Curse, bless, me now with your fierce tears, I pray. -Do not go gentle into that good night. -Rage, rage against the dying of the light. - -Dylan Thomas -``` + Wild men who caught and sang the sun in flight, + And learn, too late, they grieve it on its way, + Do not go gentle into that good night. + Grave men, near death, who see with blinding sight + Blind eyes could blaze like meteors and be gay, + Rage, rage against the dying of the light. + And you, my father, there on the sad height, + Curse, bless, me now with your fierce tears, I pray. + Do not go gentle into that good night. + Rage, rage against the dying of the light. + Dylan Thomas diff --git a/content/post/its-alive.md b/content/post/its-alive.md index b94d6a5..88b9fa3 100644 --- a/content/post/its-alive.md +++ b/content/post/its-alive.md @@ -1,12 +1,14 @@ --- title: "It's Alive!" date: 2021-03-30T20:14:33+01:00 +tags: ["shortcodes", "hugo"] +topics: ["tech", "blogging"] draft: false --- # Welcome To My Blog -Here's a snippet of Go. +Here's a snippet of Go, using the built-in "highlight" shortcode. {{< highlight go >}} func str2int(strnum string) int { @@ -18,7 +20,7 @@ func str2int(strnum string) int { } {{< /highlight >}} -Here's a snippet of Java Springboot. +Here's a snippet of Java Springboot using code fencing. ```java @RestController @@ -32,7 +34,7 @@ public class TrainerController { } ``` -Here's a snippet of Python. +Here's a snippet of Python using code fencing. ```python def test_firefox_browser(headless): @@ -41,4 +43,3 @@ def test_firefox_browser(headless): assert "QA Testing as a Service | test IO" == bd.title bd.quit() ``` - diff --git a/content/post/nextcloud-caldav-error.md b/content/post/nextcloud-caldav-error.md index caaafab..2a31748 100644 --- a/content/post/nextcloud-caldav-error.md +++ b/content/post/nextcloud-caldav-error.md @@ -1,6 +1,8 @@ --- title: "Nextcloud Caldav Discovery Problem" date: 2021-04-04T11:27:28+01:00 +tags: ["apache", "nextcloud", "caldav"] +topics: ["tech", "sysadmin"] draft: false --- diff --git a/content/post/one-last-try.md b/content/post/one-last-try.md deleted file mode 100644 index 36c113e..0000000 --- a/content/post/one-last-try.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "One Last Try" -date: 2021-04-11T22:21:59+01:00 -tags: ["shortcodes", "lastmod"] -topics: ["blogging"] -draft: true ---- - -How is this working, but not on any other pages? - diff --git a/content/post/soaping-with-rest.md b/content/post/soaping-with-rest.md index f28afe8..0afccc3 100644 --- a/content/post/soaping-with-rest.md +++ b/content/post/soaping-with-rest.md @@ -1,6 +1,8 @@ --- title: "Soaping With Rest, or Resting With Soap" date: 2021-04-11T13:49:55+01:00 +tags: ["java", "springboot", "soap"] +topics: ["tech", "programming"] draft: false --- diff --git a/content/post/testing-new-shortcodes.md b/content/post/testing-new-shortcodes.md index b697613..3644948 100644 --- a/content/post/testing-new-shortcodes.md +++ b/content/post/testing-new-shortcodes.md @@ -1,9 +1,11 @@ --- title: "Testing New Shortcodes" date: 2021-04-10T11:27:58+01:00 +tags: ["shortcodes", "multimedia", "hugo"] +topics: ["tech", "blogging"] draft: false --- - + Today, I'm just testing out a few new Hugo shortcodes I added to the site. I've culled these from around the internet, and hacked together some of my own. You might find them useful, if you're doing static blogging yourself. You can find all the code on the repo for this site, **{{< newtab title="found here." url="https://gitea.gmgauthier.com/gmgauthier/personal-blog" >}}** As I do more and more blogging from the static site generator, this sort of thing will be more and more useful to me, at least. Here is a link to my legacy philosophy blog, that will open in a new tab. Out of the box, neither markdown, nor Hugo will do this: **{{< newtab title="Exiting The Cave" url="https://exitingthecave.com/" >}}** diff --git a/content/post/the-limits-of-tech.md b/content/post/the-limits-of-tech.md index c3e5b71..7997eb2 100644 --- a/content/post/the-limits-of-tech.md +++ b/content/post/the-limits-of-tech.md @@ -1,6 +1,8 @@ --- title: "The Limits of Tech" date: 2021-04-06T19:59:40+01:00 +tags: ["futurism", "trends"] +topics: ["culture", "politics"] draft: true --- diff --git a/content/post/your-whole-self.md b/content/post/your-whole-self.md index f940a65..97e5f80 100644 --- a/content/post/your-whole-self.md +++ b/content/post/your-whole-self.md @@ -1,6 +1,8 @@ --- title: "Bringing 'Your Whole Self' To Work" date: 2021-04-03T08:03:49+01:00 +tags: ["wokism"] +topics: ["culture", "worklife", "politics"] draft: false ---