Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@manomano.com>2021-04-02 12:33:27 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 12:33:27 +0300
commit32b5d7cac5d0844ccac36cbbdaf8ec036fd25c97 (patch)
tree230e84a977bebbfe31d7428aa4303638a95c4bd1 /README.md
parent68ab82b83d934b5fcb94fe8da1e54f6a76dcf8f7 (diff)
feat: use pure CSSHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
index ebc229f..7c5c23a 100644
--- a/README.md
+++ b/README.md
@@ -36,17 +36,3 @@ A few parameters should be adjusted in the site config:
Both highlight theme and lib can be overridden. Just drop your build in the `static/js` directory, and the theme file in the `static/css` directory.
Note that the theme has to be named `highlight.css`.
-
-### Customize styles
-
-sass is required to build the theme css file. If [bundler](http://bundler.io/) is installed on your system:
-
-```bash
-bundle install
-
-# test your changes
-scss-lint scss/journal.scss
-
-# build stylesheet
-sass --scss --sourcemap=none scss/journal.scss static/css/journal.css
-```