https://github.com/z2oh/jaday.io
Personal website. https://jaday.io
https://github.com/z2oh/jaday.io
Last synced: 3 months ago
JSON representation
Personal website. https://jaday.io
- Host: GitHub
- URL: https://github.com/z2oh/jaday.io
- Owner: z2oh
- Created: 2016-08-19T19:22:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T07:21:36.000Z (4 months ago)
- Last Synced: 2025-01-26T07:24:17.518Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 5.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## [jaday.io](https://jaday.io)
Repository layout:
- `/tools/bssg` - bespoke static site generator for [jaday.io](https://jaday.io)
- `/www` - web content for [jaday.io](https://jaday.io)`.github/workflows/deploy.yml` triggers on pushes to `main`. This workflow runs `cargo run` in the `/tools/bssg` directory to generate the site from the sources in `/www`. The built site is then pushed to the `gh-pages` branch, where it is deployed by GitHub pages and accessible at [jaday.io](https://jaday.io).