New post and theme updates

This commit is contained in:
tiff 2025-01-05 01:27:41 -05:00
parent 93d02955ab
commit 4b5f9a7462
9 changed files with 32 additions and 7 deletions

View File

@ -3,6 +3,8 @@ pubDatetime: 2024-10-18
title: Back Again title: Back Again
description: "Life is uncertain, but one thing remains constant- my need to keep my brain engaged." description: "Life is uncertain, but one thing remains constant- my need to keep my brain engaged."
featured: false featured: false
tags:
- personal
--- ---
> This is going to be a brief post; I have not gathered my thoughts on my current career situation, however that will come. > This is going to be a brief post; I have not gathered my thoughts on my current career situation, however that will come.

View File

@ -4,4 +4,7 @@ pubDatetime: 2024-12-24
description: Listless and needing focus, I found the perfect repo to build my skills. description: Listless and needing focus, I found the perfect repo to build my skills.
featured: true featured: true
draft: true draft: true
tags:
- go
- meta
--- ---

View File

@ -3,6 +3,8 @@ pubDatetime: 2024-12-28
title: "Go Blueprint: An Easy Way to Scoffold Your Go Project" title: "Go Blueprint: An Easy Way to Scoffold Your Go Project"
description: Melkeydev created a useful tool to get your project up and running. description: Melkeydev created a useful tool to get your project up and running.
featured: true featured: true
tags:
- go
--- ---
Starting a new Go project is cumbersome; you have to create multiple directories with subdirectories, different modules depending on the thing you're building, and more. Starting a new Go project is cumbersome; you have to create multiple directories with subdirectories, different modules depending on the thing you're building, and more.

View File

@ -2,6 +2,8 @@
pubDatetime: 2024-04-01 pubDatetime: 2024-04-01
title: Go Project Structure for gURL title: Go Project Structure for gURL
description: Helpful Go tip. description: Helpful Go tip.
tags:
- go
--- ---
Over the past week I've been working on changing the structure of gURL. Over the past week I've been working on changing the structure of gURL.

View File

@ -2,6 +2,8 @@
pubDatetime: 2024-03-24 pubDatetime: 2024-03-24
title: "gURL: A cURL Wrapper Written in Go" title: "gURL: A cURL Wrapper Written in Go"
description: Moving on from frontend to something new. description: Moving on from frontend to something new.
tags:
- go
--- ---
Briefly: I am writing a CLI tool that fetches info from GitHub's REST API as a wrapper around cURL. Briefly: I am writing a CLI tool that fetches info from GitHub's REST API as a wrapper around cURL.

View File

@ -2,6 +2,8 @@
pubDatetime: 2024-03-17 pubDatetime: 2024-03-17
title: "Hello, y'all" title: "Hello, y'all"
description: Introductions. description: Introductions.
tags:
- meta
--- ---
This is a learning and accountability blog. This is a learning and accountability blog.

View File

@ -0,0 +1,9 @@
---
pubDatetime: 2025-01-05
title: "Neovim Setup"
description: Switching from VS Code to Neovim was difficult but worth it.
featured: true
draft: true
tags:
- neovim
---

View File

@ -3,6 +3,9 @@ pubDatetime: 2024-04-23
title: This Week's Update title: This Week's Update
description: Brief note. description: Brief note.
featured: true featured: true
tags:
- updates
- meta
--- ---
Things I have been up to while off LinkedIn: Things I have been up to while off LinkedIn:

View File

@ -13,12 +13,12 @@
--color-border: 124, 173, 255; --color-border: 124, 173, 255;
} }
html[data-theme="dark"] { html[data-theme="dark"] {
--color-fill: 0, 1, 35; --color-fill: 53, 54, 64;
--color-text-base: 234, 237, 243; --color-text-base: 233, 237, 241;
--color-accent: 97, 123, 255; --color-card: 75, 76, 89;
--color-card: 33, 34, 83; --color-card-muted: 113, 85, 102;
--color-card-muted: 12, 14, 79; --color-border: 134, 67, 107;
--color-border: 48, 63, 138; --color-accent: 210, 104, 120;
} }
#sun-svg, #sun-svg,
html[data-theme="dark"] #moon-svg { html[data-theme="dark"] #moon-svg {
@ -110,7 +110,7 @@
} }
.prose a { .prose a {
color:#D26878 !important; color:#d26878 !important;
text-decoration: underline !important; text-decoration: underline !important;
text-decoration-style: solid !important; text-decoration-style: solid !important;
word-break: break-all; word-break: break-all;