Skip to content

Commit dbfb89b

Browse files
committed
Add color scheme to custom.css
1 parent 66ceea5 commit dbfb89b

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

assets/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.hextra-nav-container {
2+
background-image: linear-gradient(to right, #9300D9, #DB9D24);
3+
}
4+
5+
h1, h2, h3, h4, h5, h6 {
6+
background-image: linear-gradient(to right, #9300D9, #DB9D24);
7+
-webkit-background-clip: text;
8+
background-clip: text;
9+
color: transparent;
10+
-webkit-text-fill-color: transparent;
11+
}
12+
13+

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ toc: false
33
---
44

55
# Hi, I'm Cole Brooks
6+
67
I'm a fullstack developer with production experience building and scaling infrastructure across the stack: from embedded
78
systems, to backend architecture, to modern frontend development. As a founding engineer at a biomedical startup, I
89
helped design and ship HIPAA compliant software now used by medical professionals and major sports franchises. I focus

content/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: about
66
## About Me
77

88
## Tools I Use
9-
I think I tend to be less opinionated about developement tools than others, and consequently, I like to use a little bit of everything. I like to think that I can find something useful in just about about any piece of kit. Here's a list of the tools I enjoy using, and what I use them for.
9+
I tend to be less opinionated about developement tools than many others, and consequently, I use a little bit of everything. I'd like to think I can find something useful in just about about any piece of kit. Here's a list of the main tools I enjoy using, and my thoughts on them.
1010

1111
### Hardware
12-
I fell in love with **ThinkPads** as a kid when my mom had an R51e. That was the first computer either of my parents had owned, and I still remember loving the aesthetic: so chunky, so black, so *serious* looking. It was imposing, something that was clearly for getting some work done. It ended up becoming my first computer and I ran it with an ExpressCard wireless adapter for quite a while. Naturally, I did my entire college degree on a ThinkPad X220 that I picked up on eBay with a broken back panel for $70. Today I use a **P1 Gen 4** and an **X1 Nano**.
12+
I fell in love with **ThinkPads** as a kid when my mom unboxed a brand new R51e. That was the first computer either of my parents had owned, and I still remember loving the aesthetic: so chunky, so black, so *serious* looking. It was imposing, something that was clearly meant for getting some work done. It ended up becoming my first computer and I ran it with an ExpressCard wireless adapter for quite a while. Naturally, I did my entire college degree on a ThinkPad X220 that I picked up on eBay with a broken back panel for $70. Today I use a **P1 Gen 4** and an **X1 Nano**.
1313

1414
### OS
1515
Currently **Ubuntu 24.04** out of convenience, but I've used pretty much everything. I used Arch for quite a while, then Tumbleweed, Fedora periodically, and then installed Ubuntu and just never really felt the need to switch again. It just works. I have some gross GNOME configuration that makes it behave a bit more like I had i3 configured so I can still live mostly on the keyboard. I did end up testing an M2 MacBook Pro for a month or so a while back and I surprisingly enjoyed it. In the future I'd like to give Qubes a shot since I've heard good things about it.

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ url = "https://github.com/colebrooks"
4747
[menu.main.params]
4848
icon = "github"
4949

50+
[params.theme]
51+
default = "dark"
52+
displayToggle = false
53+
5054
[params.navbar]
5155
displayTitle = true
5256
displayLogo = false

0 commit comments

Comments
 (0)