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"
|
title: "An ffmpeg scrapbook"
|
||||||
date: 2021-04-05T08:44:33+01:00
|
date: 2021-04-05T08:44:33+01:00
|
||||||
|
tags: ["ffmpeg", "media"]
|
||||||
|
topics: ["tech", "podcasting"]
|
||||||
draft: false
|
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.
|
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,
|
||||||
Do not go gentle into that good night,
|
Old age should burn and rave at close of day;
|
||||||
Old age should burn and rave at close of day;
|
Rage, rage against the dying of the light.
|
||||||
Rage, rage against the dying of the light.
|
|
||||||
|
|
||||||
Though wise men at their end know dark is right,
|
Though wise men at their end know dark is right,
|
||||||
Because their words had forked no lightning they
|
Because their words had forked no lightning they
|
||||||
Do not go gentle into that good night.
|
Do not go gentle into that good night.
|
||||||
|
|
||||||
Good men, the last wave by, crying how bright
|
Good men, the last wave by, crying how bright
|
||||||
Their frail deeds might have danced in a green bay,
|
Their frail deeds might have danced in a green bay,
|
||||||
Rage, rage against the dying of the light.
|
Rage, rage against the dying of the light.
|
||||||
|
|
||||||
Wild men who caught and sang the sun in flight,
|
Wild men who caught and sang the sun in flight,
|
||||||
And learn, too late, they grieve it on its way,
|
And learn, too late, they grieve it on its way,
|
||||||
Do not go gentle into that good night.
|
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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
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!"
|
title: "It's Alive!"
|
||||||
date: 2021-03-30T20:14:33+01:00
|
date: 2021-03-30T20:14:33+01:00
|
||||||
|
tags: ["shortcodes", "hugo"]
|
||||||
|
topics: ["tech", "blogging"]
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Welcome To My Blog
|
# Welcome To My Blog
|
||||||
|
|
||||||
Here's a snippet of Go.
|
Here's a snippet of Go, using the built-in "highlight" shortcode.
|
||||||
|
|
||||||
{{< highlight go >}}
|
{{< highlight go >}}
|
||||||
func str2int(strnum string) int {
|
func str2int(strnum string) int {
|
||||||
@ -18,7 +20,7 @@ func str2int(strnum string) int {
|
|||||||
}
|
}
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
Here's a snippet of Java Springboot.
|
Here's a snippet of Java Springboot using code fencing.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
@RestController
|
@RestController
|
||||||
@ -32,7 +34,7 @@ public class TrainerController {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Here's a snippet of Python.
|
Here's a snippet of Python using code fencing.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def test_firefox_browser(headless):
|
def test_firefox_browser(headless):
|
||||||
@ -41,4 +43,3 @@ def test_firefox_browser(headless):
|
|||||||
assert "QA Testing as a Service | test IO" == bd.title
|
assert "QA Testing as a Service | test IO" == bd.title
|
||||||
bd.quit()
|
bd.quit()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Nextcloud Caldav Discovery Problem"
|
title: "Nextcloud Caldav Discovery Problem"
|
||||||
date: 2021-04-04T11:27:28+01:00
|
date: 2021-04-04T11:27:28+01:00
|
||||||
|
tags: ["apache", "nextcloud", "caldav"]
|
||||||
|
topics: ["tech", "sysadmin"]
|
||||||
draft: false
|
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"
|
title: "Soaping With Rest, or Resting With Soap"
|
||||||
date: 2021-04-11T13:49:55+01:00
|
date: 2021-04-11T13:49:55+01:00
|
||||||
|
tags: ["java", "springboot", "soap"]
|
||||||
|
topics: ["tech", "programming"]
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Testing New Shortcodes"
|
title: "Testing New Shortcodes"
|
||||||
date: 2021-04-10T11:27:58+01:00
|
date: 2021-04-10T11:27:58+01:00
|
||||||
|
tags: ["shortcodes", "multimedia", "hugo"]
|
||||||
|
topics: ["tech", "blogging"]
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "The Limits of Tech"
|
title: "The Limits of Tech"
|
||||||
date: 2021-04-06T19:59:40+01:00
|
date: 2021-04-06T19:59:40+01:00
|
||||||
|
tags: ["futurism", "trends"]
|
||||||
|
topics: ["culture", "politics"]
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Bringing 'Your Whole Self' To Work"
|
title: "Bringing 'Your Whole Self' To Work"
|
||||||
date: 2021-04-03T08:03:49+01:00
|
date: 2021-04-03T08:03:49+01:00
|
||||||
|
tags: ["wokism"]
|
||||||
|
topics: ["culture", "worklife", "politics"]
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user