An open API service indexing awesome lists of open source software.

https://github.com/pkgw/website

My personal website.
https://github.com/pkgw/website

Last synced: 6 months ago
JSON representation

My personal website.

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.