summaryrefslogtreecommitdiffstats
path: root/front_end/README.md
blob: 603583e90cfa170133a8ca18e075ffaba2677892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# HTML of lib.rs

This is a static site generator and [ructe](https://lib.rs/crates/ructe) templates for the lib.rs website.

## Usage

See [installation instructions for the crates.rs project](https://gitlab.com/crates.rs/crates.rs).

## Changing CSS

Styles are in a [separate project](https://gitlab.com/crates.rs/style) and need to be built before you compile this project.

## Adding templates

All `templates/*.rs.html` files are automatically included as templates in `front_end.rs`. [Documentation for the template syntax](https://docs.rs/ructe/0.4.0/ructe/Template_syntax/index.html).