https://github.com/bootc-dev/bootc-dev.github.io
Website
https://github.com/bootc-dev/bootc-dev.github.io
Last synced: 5 months ago
JSON representation
Website
- Host: GitHub
- URL: https://github.com/bootc-dev/bootc-dev.github.io
- Owner: bootc-dev
- Created: 2025-03-13T16:27:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-28T22:03:56.000Z (5 months ago)
- Last Synced: 2026-01-29T13:21:25.042Z (5 months ago)
- Language: HTML
- Size: 367 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbootc-dev%2Fbootc-dev.github.io?ref=badge_shield)
# This is the main site!
This site is built using [Zola](https://www.getzola.org/), a static site generator built with Rust. The theme is [Juice](https://www.getzola.org/themes/juice/).
- Zola [Installation instructions](https://www.getzola.org/documentation/getting-started/installation/)
- Juice [Installation info](https://juice.huhu.io/#installation) - Note that I've explicitly dropped the git history and VCS info from the theme directory.
Under the hood, Zola uses [Tera](https://keats.github.io/tera/) for templating.
## Structure
The site lives in the `site` directory. Content like pages or blog posts live in, appropriately, `content`. Any kind of image like screenshots would live in `static`.
The `templates` directory extends elements from the theme, which is stored in, appropriately, `themes/juice`.
## Building
Once you've installed Zola, proceed as follows:
```bash
cd site
zola serve
```
Go to the URL for the webserver (likely `localhost:1111`) to explore the site.
You can also use `zola build` to build it once to the `public` directory if you so choose.
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbootc-dev%2Fbootc-dev.github.io?ref=badge_large)