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,9 +8,8 @@ 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.
|
||||
@ -37,7 +36,3 @@ 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,6 +1,8 @@
|
||||
---
|
||||
title: "Testing New Shortcodes"
|
||||
date: 2021-04-10T11:27:58+01:00
|
||||
tags: ["shortcodes", "multimedia", "hugo"]
|
||||
topics: ["tech", "blogging"]
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
@ -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