Add customized CSS theme for bootstrap
This commit is contained in:
parent
082fdeebdd
commit
5d4a7a4155
11 changed files with 279 additions and 191 deletions
10
README.md
10
README.md
|
|
@ -13,6 +13,16 @@ nix develop
|
|||
go build .
|
||||
```
|
||||
|
||||
## Building Custom Theme
|
||||
|
||||
We're using a customized Bootstrap theme for this site. You'll need to build the SCSS into CSS:
|
||||
|
||||
```
|
||||
nix develop
|
||||
cd scss
|
||||
scss custom.scss > ../htmlpage/static/css/bootstrap.css
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
You'll need a number of environment variables for configuring things;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue