Skip to content

Commit

Permalink
rm cruft, move code layout out of theme,
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Oct 21, 2024
1 parent 6513d03 commit d210891
Show file tree
Hide file tree
Showing 46 changed files with 12 additions and 5,554 deletions.
12 changes: 8 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i class=\"fa-brands fa-golang\"></i> 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

Expand Down Expand Up @@ -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/"

Expand Down
2 changes: 1 addition & 1 deletion content/posts/new-look.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i class="fa-brands fa-golang"></i> 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/lostluck.dev{{substr .RelPermalink 0 -1}}">
</head>
<body>
Nothing to see here. Redirecting to the Go Doc<a href="https://pkg.go.dev/lostluck.dev{{substr .RelPermalink 0 -1}}">Go Doc</a>
Nothing to see here. Redirecting to the <a href="https://pkg.go.dev/lostluck.dev{{substr .RelPermalink 0 -1}}">Go Doc</a>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions static/images/bath-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 0 additions & 25 deletions themes/hugo-coder/exampleSite/content/about.md

This file was deleted.

25 changes: 0 additions & 25 deletions themes/hugo-coder/exampleSite/content/about.pt-br.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions themes/hugo-coder/exampleSite/content/contact.md

This file was deleted.

6 changes: 0 additions & 6 deletions themes/hugo-coder/exampleSite/content/contact.pt-br.md

This file was deleted.

57 changes: 0 additions & 57 deletions themes/hugo-coder/exampleSite/content/posts/emoji-support.md

This file was deleted.

57 changes: 0 additions & 57 deletions themes/hugo-coder/exampleSite/content/posts/emoji-support.pt-br.md

This file was deleted.

10 changes: 0 additions & 10 deletions themes/hugo-coder/exampleSite/content/posts/external-post.md

This file was deleted.

10 changes: 0 additions & 10 deletions themes/hugo-coder/exampleSite/content/posts/external-post.pt-br.md

This file was deleted.

Loading

0 comments on commit d210891

Please sign in to comment.