Home

jolheiser.com @ddc11dfe18800328dc98556b76663c45a8eea78b - 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
# jolheiser.com

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

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

Eleventy is potentially even too much, but it made generating the SVGs and looping links easier.

Links are sourced from [package.json](package.json).

## Dev

```bash
yarn install # Install deps
yarn dev     # Serve locally and watch for changes
yarn build   # Build dist
```