add tags and topics to all posts. we're golden now. at least for a while
This commit is contained in:
parent
1860c51f6c
commit
2ca51aebd4
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "An ffmpeg scrapbook"
|
||||
date: 2021-04-05T08:44:33+01:00
|
||||
tags: ["ffmpeg", "media"]
|
||||
topics: ["tech", "podcasting"]
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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()
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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?
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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/" >}}**
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user