Rewrite site. Again. With JS and Vite

This commit is contained in:
2026-08-11 02:35:44 -04:00
parent a433a534a7
commit 7e9e744f0d
46 changed files with 1657 additions and 1523 deletions
+18 -11
View File
@@ -1,18 +1,25 @@
# PaulW.XYZ
Paul's personal website.
## Third-Party Licenses
Any trademarks listed on this site are the property of their respective owners. This site neither endorses nor is affiliated with any of the owners. Any source code available on any of the pages is without warranty of any kind and the use of such is at your own risk.
### Fonts
Any trademarks listed on this site are the property of their respective owners.
This site neither endorses nor is affiliated with any of the owners.
Any source code available on any of the pages is without warranty of any kind.
Use it at your own risk.
[Hack](https://github.com/source-foundry/Hack)
- © 2018 Source Foundry Authors
- MIT License
Direct dependency notices are documented in
[the license page](/licenses/).
[Cantarell](https://github.com/davelab6/cantarell)
- © 2009-2010, [Understanding Limited](mailto:dave@understandinglimited.com)
- Open Font License, Version 1.1
## Development
[EB Garamond](https://github.com/georgd/EB-Garamond)
- © 2010-2013 [Georg Duffner](http://www.georgduffner.at)
- Open Font License, Version 1.1
The source for this site is hosted at <https://git.paulw.xyz/paul/www>.
```sh
bun install
bun run dev
```
Run `bun run check` to validate generated pages and `bun run build` to create
the production site in `dist/`.