Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patryk27/website

Source code for pwy.io
https://github.com/patryk27/website

home-page hugo nix

Last synced: 17 days ago
JSON representation

Source code for pwy.io

Awesome Lists containing this project

README

        

# pwy.io

This repository contains source code for [my website](https://pwy.io).

Powered by [Nix](https://nixos.org/).

## Building

```shell
$ nix build
```

## Running locally

```shell
$ nix run
# (and then open http://localhost:1313 in your browser)
```

## License

Copyright (c) 2019, Patryk Wychowaniec (`pwychowaniec @at@ pm.me`).

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see .