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@gmail.com>2017-07-29 18:55:16 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-29 18:55:16 +0300
commitf125dc7a9db0f7e9b5745a31c8fd35ff6f45d1dd (patch)
tree5546b5d49ba4ecc489410113630cbb4764d59301 /README.md
parentc686773d6a7821c224d586cd58c824be63602725 (diff)
Lower hljs code size, update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1dba890..3720a52 100644
--- a/README.md
+++ b/README.md
@@ -48,5 +48,5 @@ bundle install
scss-lint scss/journal.scss
# build stylesheet
-sass --scss --sourcemap=none themes/journal/scss/journal.scss themes/journal/static/css/journal.css
+sass --scss --sourcemap=none scss/journal.scss static/css/journal.css
```