Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanpz/rypz.io
My personal website
https://github.com/ryanpz/rypz.io
ssg zola
Last synced: about 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/ryanpz/rypz.io
- Owner: ryanpz
- License: other
- Created: 2024-10-07T00:34:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T03:00:57.000Z (3 months ago)
- Last Synced: 2024-10-21T06:13:55.620Z (3 months ago)
- Topics: ssg, zola
- Language: CSS
- Homepage: https://rypz.io
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rypz.io
My personal website
## Building
This project is built using [zola](https://www.getzola.org/). The following `make` targets are provided for convenience:
- `build`: builds the whole site in a deployment-ready `./public` directory
- `serve`: serves the site locally at `0.0.0.0:8085` with live reloadingThese targets are configured to use the [official zola container images](https://github.com/getzola/zola/pkgs/container/zola). If you're using a container tool that isn't `podman`, you can configure `make` to use a different one by defining `CONTAINER_RUNNER` in a `.env` file placed in this repo's root ([example](./.env.example)).
## License
[LICENSE](./LICENSE)
Source code: BSD Zero Clause License (0BSD)
Written work: CC-BY-SA-4.0