Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patryk27/website
- Owner: Patryk27
- License: gpl-3.0
- Created: 2020-10-18T16:46:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:04:06.000Z (29 days ago)
- Last Synced: 2024-10-16T20:20:05.139Z (28 days ago)
- Topics: home-page, hugo, nix
- Language: HTML
- Homepage: https://pwy.io
- Size: 57.8 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .