Home

jolheiser.com @16603d9f93a3f02b2f49578f6470b6fa3a9db4e3 - 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
28
29
30
31
# jolheiser.com

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

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

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

## Dev

### Tools

```
nix develop
```

If nix isn't available:

#### Build Deps
- [Go](https://go.dev)
- [tailwind-ctp](https://git.jojodev.com/jolheiser/tailwind-ctp) (TailwindCSS standalone CLI with Catppuccin support)

#### Dev Deps
- [tailwind-ctp-intellisense](https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense)
- [HTML LSP](https://github.com/vscode-langservers/vscode-html-languageserver-bin) or similar

### Building

```bash
go generate
```