diff --git a/content/project/ditty.md b/content/project/ditty.md new file mode 100644 index 0000000..ef60528 --- /dev/null +++ b/content/project/ditty.md @@ -0,0 +1,8 @@ +--- +title: ditty +summary: Audio player +tags: +- Go + +external_link: "https://git.sr.ht/~tslocum/ditty" +--- diff --git a/content/project/joker.md b/content/project/joker.md new file mode 100644 index 0000000..31b8d71 --- /dev/null +++ b/content/project/joker.md @@ -0,0 +1,8 @@ +--- +title: joker +summary: Playing card library +tags: +- Go + +external_link: "https://git.sr.ht/~tslocum/joker" +--- diff --git a/netlify.toml b/netlify.toml index ed9ab62..5803f2d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.60" + HUGO_VERSION = "0.62" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/themes/academic b/themes/academic index 361707f..242479c 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 361707f4fdcad5a2febc3f4a72b489ede49d2ed8 +Subproject commit 242479c5eddd8c2d04a401d8675702becf9577d0