summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-03-02 21:03:04 -0500
committerBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-03-02 21:03:04 -0500
commit7ad98afac7691d07586824a1e9d3007e6866e7da (patch)
treeeca60e327822ecc80bfe2411fc971ad118770436
parent5bad58753828243a7f609c4b4094fb70c842480b (diff)
Set thumbnail using image from within builablog static directory
I should probably make the project read these sorts of assets from the BlogDir instead.
-rw-r--r--drafts/projects/buildablog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/drafts/projects/buildablog.md b/drafts/projects/buildablog.md
index ff47402..1393ec9 100644
--- a/drafts/projects/buildablog.md
+++ b/drafts/projects/buildablog.md
@@ -3,7 +3,7 @@ name = "buildablog"
host_url = "https://github.com/BrandonIrizarry/buildablog"
synopsis = "The SSG used to build this site."
stack = ["Go", "HTML", "CSS"]
-thumbnail = ""
+thumbnail = "static/github-white.svg"
date = 2025-03-01
+++