https://github.com/zlosynth/zlosynth.github.io
Website of the project.
https://github.com/zlosynth/zlosynth.github.io
Last synced: about 1 year ago
JSON representation
Website of the project.
- Host: GitHub
- URL: https://github.com/zlosynth/zlosynth.github.io
- Owner: zlosynth
- License: cc-by-sa-4.0
- Created: 2020-07-10T09:28:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T21:37:59.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:18:44.795Z (over 1 year ago)
- Language: Shell
- Homepage: https://zlosynth.com
- Size: 41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CONTENT
Awesome Lists containing this project
README
# zlosynth.com
This repository contains source code of the website,
[zlosynth.com](https://zlosynth.com).
Sources for generated content are kept under the `src/` directory.
Static and generated content is kept under the `docs/` directory. This directory is then served as the website.
``` sh
# Rebuild the contents
make build
# Preview the website locally
make serve
```
# License
Software used to generate this website is distributed under the terms of the MIT
License. See [LICENSE-SOFTWARE](LICENSE-SOFTWARE) for details.
The content of this website is distributed under the terms of Creative Commons
BY-SA too. See [LICENSE-CONTENT](LICENSE-CONTENT) for details.