2026-02-19 16:57:54 -08:00
|
|
|
# leecat.art
|
|
|
|
|
|
|
|
|
|
Lee Cattarin's personal website, v2. Built on Eleventy.
|
|
|
|
|
|
2026-05-04 08:35:44 -07:00
|
|
|
## Pulling from git repo with NPM
|
|
|
|
|
|
|
|
|
|
Apparently this works differently in WSL vs Linux? Fuck me, I guess.
|
|
|
|
|
|
|
|
|
|
### WSL2
|
|
|
|
|
|
|
|
|
|
> "@zachleat/heading-anchors": "https://github.com/lee0c/heading-anchors/tarball/main",
|
|
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
|
|
|
|
|
|
> "@zachleat/heading-anchors": "github:lee0c/heading-anchors"
|