Home

jolheiser.com @d68349edb6ad77bb4dd50cba08e5c5e1e046d512 - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / README.md
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# jolheiser.com

My [personal website](https://jolheiser.com).

Uses [tailwind](https://tailwindcss.com/) (with [catppuccin btw](https://github.com/catppuccin/tailwindcss)) and [templ](https://github.com/a-h/templ) as a simple static page generator. 

Links are sourced from [links.yaml](links.yaml).

## Dev

### Tools

```
nix develop
```

If nix isn't available:
- [Go](https://go.dev)
- [templ](https://github.com/a-h/templ)
- [tailwind-ctp](https://git.jojodev.com/jolheiser/tailwind-ctp) (TailwindCSS standalone CLI with Catppuccin support)


### Building

```bash
go generate
```