Home

jolheiser.com @82a84f0c62b0a1dddf9e7e7e464680a002439dcb - 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
32
# 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.jsonnet](links.jsonnet).

## Dev

### Tools

```
nix develop
```

If nix isn't available:

#### Build Deps
- [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)

#### 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
```