No description
Find a file
Yann Esposito (Yogsototh) defbbe9b07
Revert "minor change to support csp"
This reverts commit 2ca511b5e7.
2024-08-15 22:37:22 +02:00
_site Revert "minor change to support csp" 2024-08-15 22:37:22 +02:00
bb/brut Revert "minor change to support csp" 2024-08-15 22:37:22 +02:00
h/img cleanup 2024-07-26 00:47:52 +02:00
src added figure + doc improvements 2024-08-12 16:24:58 +02:00
.envrc direnv 2022-09-26 14:12:28 +02:00
.gitignore Added better size rules 2022-10-24 17:05:36 +02:00
bb.edn updated to improve uploading website 2023-11-13 11:26:43 +01:00
deploy.sh updated to improve uploading website 2023-11-13 11:26:43 +01:00
flake.lock updated to improve uploading website 2023-11-13 11:26:43 +01:00
flake.nix Try to use a shell.nix 2022-09-26 14:10:24 +02:00
README.md forgot to mention src/ 2024-07-26 00:49:22 +02:00
shell.nix clean trailing whitespaces 2024-07-26 00:51:37 +02:00

BRUT

A Brutalist and Minimalist CSS framework.

Originally forked from Min

License

MIT licensed.

Building the latest BRUT

If you have nix installed.

nix develop

Then

./build.sh

If you don't have nix you need to manually install:

Develop

nix develop

all tasks

bb tasks

Details

bb.edn             ⇒ babashka commands and tasks
src/               ⇒ the less files that compile to the CSS
bb/
  brut/
     build_css.clj ⇒ clojure code that build the CSS
     site.clj      ⇒ clojure code that build the BRUT website
h/img/             ⇒ images for the site