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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme L. Leite Marques <glmarques.info@gmail.com>2020-04-09 18:50:32 +0300
committerGitHub <noreply@github.com>2020-04-09 18:50:32 +0300
commit28f26c053e471c66f247385c709637a9194658ce (patch)
treef567627c6ce730462278a7fc73f4f3c903c459fb /README.md
parent37632a7d08b8ce5ea07b1b5c12e0001a9b3a3b40 (diff)
docs: add customization instructions (#110)
* Update README.md with CSS customization instructions. * add zh-cn translation and more Co-authored-by: reuixiy <reuixiy@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 439c0fa..96d3905 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,14 @@ For users of other systems, see: https://gohugo.io/getting-started/installing/
~/blog $ hugo server -D
```
+## Customize MemE
+
+MemE uses SCSS via [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/) to generate CSS instead of static CSS file and provides a [`_custom.scss`](https://github.com/reuixiy/hugo-theme-meme/blob/master/assets/scss/custom/_custom.scss) for customization.
+
+Just create a `~/blog/assets/scss/custom/_custom.scss` and add your own styles into this file. Your `_custom.scss` will override `~/blog/themes/meme/assets/scss/custom/_custom.scss` and your custom CSS will be applied correctly.
+
+Actually, you can override any template of theme in Hugo, see this *unofficial mirror* page: https://gohugobrasil.netlify.com/themes/customizing/
+
## Update MemE
```sh