https://github.com/pkgw/website
My personal website.
https://github.com/pkgw/website
Last synced: 6 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/pkgw/website
- Owner: pkgw
- Created: 2018-10-07T03:11:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T18:37:19.000Z (over 1 year ago)
- Last Synced: 2025-03-05T19:33:48.014Z (over 1 year ago)
- Language: HTML
- Homepage: https://newton.cx/~peter/
- Size: 6.65 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PKGW’s Website
This is the source code for [my personal website](https://newton.cx/~peter/).
The HTML is generated by [Zola](https://www.getzola.org/), a great static site
generator tool.
Feel free to crib from this! The theme is of my own design. To generate the
site, just run
```
zola build
```
or
```
zola serve
```
to serve it locally.