Update something
This commit is contained in:
parent
93d02955ab
commit
141a698d86
7
favicon.svg
Normal file
7
favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 873 B After Width: | Height: | Size: 60 KiB |
@ -3,6 +3,8 @@ pubDatetime: 2024-10-18
|
||||
title: Back Again
|
||||
description: "Life is uncertain, but one thing remains constant- my need to keep my brain engaged."
|
||||
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.
|
||||
|
@ -4,4 +4,7 @@ pubDatetime: 2024-12-24
|
||||
description: Listless and needing focus, I found the perfect repo to build my skills.
|
||||
featured: true
|
||||
draft: true
|
||||
tags:
|
||||
- go
|
||||
- meta
|
||||
---
|
||||
|
@ -3,6 +3,8 @@ pubDatetime: 2024-12-28
|
||||
title: "Go Blueprint: An Easy Way to Scoffold Your Go Project"
|
||||
description: Melkeydev created a useful tool to get your project up and running.
|
||||
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.
|
||||
|
@ -2,6 +2,8 @@
|
||||
pubDatetime: 2024-04-01
|
||||
title: Go Project Structure for gURL
|
||||
description: Helpful Go tip.
|
||||
tags:
|
||||
- go
|
||||
---
|
||||
|
||||
Over the past week I've been working on changing the structure of gURL.
|
||||
|
@ -2,6 +2,8 @@
|
||||
pubDatetime: 2024-03-24
|
||||
title: "gURL: A cURL Wrapper Written in Go"
|
||||
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.
|
||||
|
@ -2,6 +2,8 @@
|
||||
pubDatetime: 2024-03-17
|
||||
title: "Hello, y'all"
|
||||
description: Introductions.
|
||||
tags:
|
||||
- meta
|
||||
---
|
||||
|
||||
This is a learning and accountability blog.
|
||||
|
9
src/content/blog/neovim-setup.md
Normal file
9
src/content/blog/neovim-setup.md
Normal 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
|
||||
---
|
@ -3,6 +3,9 @@ pubDatetime: 2024-04-23
|
||||
title: This Week's Update
|
||||
description: Brief note.
|
||||
featured: true
|
||||
tags:
|
||||
- updates
|
||||
- meta
|
||||
---
|
||||
|
||||
Things I have been up to while off LinkedIn:
|
||||
|
@ -13,12 +13,12 @@
|
||||
--color-border: 124, 173, 255;
|
||||
}
|
||||
html[data-theme="dark"] {
|
||||
--color-fill: 0, 1, 35;
|
||||
--color-text-base: 234, 237, 243;
|
||||
--color-accent: 97, 123, 255;
|
||||
--color-card: 33, 34, 83;
|
||||
--color-card-muted: 12, 14, 79;
|
||||
--color-border: 48, 63, 138;
|
||||
--color-fill: 53, 54, 64;
|
||||
--color-text-base: 233, 237, 241;
|
||||
--color-card: 75, 76, 89;
|
||||
--color-card-muted: 113, 85, 102;
|
||||
--color-border: 134, 67, 107;
|
||||
--color-accent: 210, 104, 120;
|
||||
}
|
||||
#sun-svg,
|
||||
html[data-theme="dark"] #moon-svg {
|
||||
@ -110,7 +110,7 @@
|
||||
}
|
||||
|
||||
.prose a {
|
||||
color:#D26878 !important;
|
||||
color:#d26878 !important;
|
||||
text-decoration: underline !important;
|
||||
text-decoration-style: solid !important;
|
||||
word-break: break-all;
|
||||
|
Loading…
x
Reference in New Issue
Block a user