Revise Readme's instructions for CSS generation

This commit is contained in:
Stavros Polymenis 2017-10-03 22:53:19 +01:00
parent dee77a3d49
commit 655e4d57d9

View File

@ -56,7 +56,7 @@ The web server's configuration is optionally controlled by [web.toml](web.toml)
Run `logarion_webserver` and open a browser to <http://localhost:3666>.
To post a new article visit <http://localhost:3666/new.note>.
Optionally install a [sass](http://sass-lang.com/) compiler, like [sassc](http://sass-lang.com/libsass#sassc), and then run `sassc share/sass/main.sass > share/static/main.css`, to generate a stylesheet in `share/static/main.css`, using `share/sass/main.sass`.
Optionally install a [Sass](http://sass-lang.com/) compiler, like [sassc](http://sass-lang.com/libsass#sassc), and then run `make theme-dark` or `make theme-light`, to generate a stylesheet as `share/static/main.css`, using the respective Sass files in `share/sass/`.
## See also