Skip to content

Commit 8049210

Browse files
author
bootc-dev Bot
committed
Sync common files from infra repository
Synchronized from bootc-dev/infra@f214d52. Signed-off-by: bootc-dev Bot <[email protected]>
1 parent 82efb39 commit 8049210

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
# This is the main site!
1+
# Common synchronized files
22

3-
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/).
4-
- Zola [Installation instructions](https://www.getzola.org/documentation/getting-started/installation/)
5-
- Juice [Installation info](https://juice.huhu.io/#installation) - Note that I've explicitly dropped the git history and VCS info from the theme directory.
6-
7-
Under the hood, Zola uses [Tera](https://keats.github.io/tera/) for templating.
8-
9-
## Structure
10-
11-
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`.
12-
13-
The `templates` directory extends elements from the theme, which is stored in, appropriately, `themes/juice`.
14-
15-
## Building
16-
17-
Once you've installed Zola, proceed as follows:
18-
19-
```bash
20-
cd site
21-
zola serve
22-
```
23-
24-
Go to the URL for the webserver (likely `localhost:1111`) to explore the site.
25-
26-
You can also use `zola build` to build it once to the `public` directory if you so choose.
3+
Files placed in this repository are automatically
4+
synchronized (via a pull request) to all repositories
5+
in the bootc-dev organization.

0 commit comments

Comments
 (0)