Rewrite site. Again. With JS and Vite
This commit is contained in:
@@ -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/`.
|
||||
|
||||
Reference in New Issue
Block a user