Skip to content

Commit cb5f066

Browse files
committed
Add 23/24 posts.
1 parent 8c1e65b commit cb5f066

18 files changed

+147
-71
lines changed

content/post/2023/2023-04-07-goodbye-gatsby-hello-hugo.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/components/Card.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface Props {
99
}
1010

1111
export default function Card({ href, frontmatter, secHeading = true }: Props) {
12-
const { title, pubDatetime, modDatetime, description } = frontmatter;
12+
const { title, date, modDatetime, summary } = frontmatter;
1313

1414
const headerProps = {
1515
style: { viewTransitionName: slugifyStr(title) },
@@ -28,8 +28,8 @@ export default function Card({ href, frontmatter, secHeading = true }: Props) {
2828
<h3 {...headerProps}>{title}</h3>
2929
)}
3030
</a>
31-
<Datetime pubDatetime={pubDatetime} modDatetime={modDatetime} />
32-
<p>{description}</p>
31+
<Datetime pubDatetime={date} modDatetime={modDatetime} />
32+
<p>{summary}</p>
3333
</li>
3434
);
3535
}

content/post/2023/08/2023-04-08-vote-app-screenshot.png renamed to src/content/blog/2023/08/2023-04-08-vote-app-screenshot.png

File renamed without changes.

content/post/2023/2023-02-22-docker-meetup-dublin.md renamed to src/content/blog/2023/2023-02-22-docker-meetup-dublin.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
22
title: "Dublin Docker Meetup"
3-
date: "2023-02-23T00:00:00Z"
4-
layout: post
5-
published: true
6-
tags: [docker]
3+
date: 2023-02-23T00:00:00Z
4+
author: emeraldjava
5+
summary: 'Docker Meetup Feb 2023'
6+
tags:
7+
- docker
8+
slug: 2023-02-23-docker-meetup
79
---
810

9-
10-
1111
# Nginx Unit - @liamcrilly
1212

13-
##
14-
Async event loop
15-
multi-process architecture
16-
config reload without interruption
17-
1 CPU core per worker thread
13+
- Async event loop
14+
- multi-process architecture
15+
- config reload without interruption
16+
- 1 CPU core per worker thread
1817

1918
web server
2019
reverse proxy
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 'Moving to Hugo'
3+
date: 2023-04-07T10:51:26Z
4+
author: ""
5+
keywords: ["hugo"]
6+
cover: ""
7+
summary: 'Goodby Gatsby, Hello Hugo'
8+
slug: 2023-04-07-moving-to-hugo
9+
---
10+
11+
Other switch of blogging platform from Gatsby to Hugo for the moment.
12+
13+
Using the 'github-style; themes
14+
15+
https://themes.gohugo.io/themes/github-style/

content/post/2023/2023-04-08-kubernetes-starter.md renamed to src/content/blog/2023/2023-04-08-kubernetes-starter.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
+++
2-
title = "Kubernetes on Docker Desktop starter"
3-
date = 2023-04-08T18:22:26+01:00
4-
author = ""
5-
keywords = ["kubernetes", "docker"]
6-
cover = ""
7-
summary = "Setting up a basic pod via Docker Desktop on Mac"
8-
+++
1+
---
2+
title: 'Kubernetes on Docker Desktop starter'
3+
date: 2023-04-08T18:22:26Z
4+
author: ""
5+
keywords: ["kubernetes", "docker"]
6+
cover: ""
7+
summary: "Setting up a basic pod via Docker Desktop on Mac"
8+
slug: 2023-04-08-kubernetes
9+
---
910

1011
Via https://github.com/dockersamples/example-voting-app
1112

content/post/2023/2023-07-22-Register-Serenity-Listener.md renamed to src/content/blog/2023/2023-07-22-Register-Serenity-Listener.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
+++
2-
title = "Register Serenity Listener"
3-
date = 2023-07-22T20:03:04+01:00
4-
author = "emeraldjava"
5-
keywords = ["serenity", "java"]
6-
cover = ""
7-
summary = "Remember the META-INF config for Service Locators"
8-
+++
1+
---
2+
title: "Register Serenity Listener"
3+
date: 2023-07-22T20:03:04Z
4+
author: "emeraldjava"
5+
keywords: ["serenity", "java"]
6+
cover: ""
7+
summary: "Remember the META-INF config for Service Locators"
8+
slug: 2023-07-22-serenity
9+
---
910

1011
# Step 1 - Create the Listener
1112

content/post/2023/2023-12-29-github-worth.md renamed to src/content/blog/2023/2023-12-29-github-worth.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
+++
2-
title = "Github Worth"
3-
date = 2023-07-22T20:03:04+01:00
4-
author = "emeraldjava"
5-
keywords = ["github"]
6-
cover = ""
7-
summary = "The percieved value of my github repo!"
8-
+++
1+
---
2+
title: "Github Worth"
3+
date: 2023-12-09T20:03:04Z
4+
author: "emeraldjava"
5+
keywords: ["github"]
6+
cover: ""
7+
summary: "The percieved value of my github repo!"
8+
slug: 2023-12-29-git-worth
9+
---
910

1011
Using https://github-worth.vercel.app/ to determine the value of the [emeraldjava](https://github.com/emeraldjava) github empire.
1112

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Enable GitHUb Discussions"
3+
date: 2023-07-30T20:03:04Z
4+
author: "emeraldjava"
5+
keywords: ["github"]
6+
cover: ""
7+
summary: "The percieved value of my github repo!"
8+
slug: 2023-07-30-github-discuss
9+
---
10+
11+
emeraldjava/emeraldjava.github.io
12+
13+
https://giscus.app/
14+
15+
[45586619](https://github.com/settings/installations/45586619)
16+
17+
https://blog.puvvadi.me/posts/github-comments-hugo-giscus/
18+
19+
https://tangenttechnologies.ca/blog/hugo-themes/
20+
21+
https://www.justinjbird.me/2023/adding-comments-to-a-hugo-site-using-giscus/
22+
23+
24+
https://giscus.app/api/discussions?repo=emeraldjava%2Femeraldjava.github.io&term=Github+Worth&category=General&number=0&strict=false&first=15
25+
26+
https://zhauniarovich.com/post/2021/2021-06-giscus/
27+
https://github.com/zyrikby/website_related/tree/master
28+
29+
See https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository
30+
31+
gh api \
32+
-H "Accept: application/vnd.github+json" \
33+
-H "X-GitHub-Api-Version: 2022-11-28" \
34+
/repos/emeraldjava/emeraldjava.github.io
35+

0 commit comments

Comments
 (0)