Toolkit: add forkawesome

This commit is contained in:
asonix 2021-01-31 15:42:58 -06:00
parent abf7377f0d
commit b01ee00541
9 changed files with 2864 additions and 1 deletions

View file

@ -3,7 +3,9 @@ use ructe::Ructe;
fn main() -> ructe::Result<()> {
let mut ructe = Ructe::from_env()?;
let mut statics = ructe.statics()?;
statics.add_files("static")?;
statics.add_files("static/css")?;
statics.add_files("static/js")?;
statics.add_files_as("static/fonts", "fonts")?;
statics.add_sass_file("scss/toolkit.scss")?;
ructe.compile_templates("templates")?;

12
toolkit/static/css/fork-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.