diff --git a/config.toml b/config.toml index 21664ea..b21d547 100644 --- a/config.toml +++ b/config.toml @@ -4,20 +4,23 @@ title = "lostluck.dev" theme = "hugo-coder" summaryLength = 70 +[markup.goldmark.renderer] +unsafe = true + [permalinks] posts = "/:year/:month/:title/" code = "/:filename/" [params] author = "Robert Burke" - info = "Distributed Gopher Wrangler" + info = "Distributed Gopher Wrangler" description = "Robert Burke's personal website" keywords = "blog,developer,personal" avatarurl = "images/avatar.jpg" - faviconSVG = "/img/favicon.svg" - favicon_32 = "/img/favicon-32x32.png" - favicon_16 = "/img/favicon-16x16.png" + faviconSVG = "images/bath-solid.svg" + favicon_32 = "images/favicon-32x32.png" + favicon_16 = "images/favicon-16x16.png" since = 2020 @@ -97,6 +100,7 @@ summaryLength = 70 [[params.social]] name = "Twitter" icon = "fa-brands fa-twitter fa-2x" + # icon = "fa-solid fa-dumpster-fire fa-2x" weight = 6 url = "https://twitter.com/lostluck/" diff --git a/content/posts/new-look.md b/content/posts/new-look.md index 43e6166..edffdc7 100644 --- a/content/posts/new-look.md +++ b/content/posts/new-look.md @@ -51,7 +51,7 @@ which we've called Prism. From my experience on my eclipse trip, I can say with authority that prism are how you really play with and manipulate light. -I have an experiment I hope to launch soon, that I'll write about here. +I have a experiment I hope to launch soon, that I'll write about here. Learning and trying to express those lessons out in the open is powerful. I'd like to share, and get better at that. diff --git a/themes/hugo-coder/layouts/code/single.html b/layouts/code/single.html similarity index 78% rename from themes/hugo-coder/layouts/code/single.html rename to layouts/code/single.html index d00e3df..305044c 100644 --- a/themes/hugo-coder/layouts/code/single.html +++ b/layouts/code/single.html @@ -6,6 +6,6 @@
- Nothing to see here. Redirecting to the Go DocGo Doc + Nothing to see here. Redirecting to the Go Doc -