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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-07-07 16:04:16 +0300
committerGitHub <noreply@github.com>2022-07-07 16:04:16 +0300
commit8aebbc2230bd32d0df06882f83a39ecfc854de7c (patch)
tree7e6fb3b7320b873d2c33fefadfb46349237b8539
parentfe463804c0dd40aaf150e9da94a3ea435d5867bc (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9dd1357..6ecb8cb 100644
--- a/README.md
+++ b/README.md
@@ -633,7 +633,7 @@ Bilberry uses SCSS for styling and NPM with [Laravel Mix](https://laravel-mix.co
To change any colors or fonts, you have to follow these steps:
-1. In your site's `cd themes/bilberry-hugo-theme` directory, execute `npm install`.
+1. In your site's `themes/bilberry-hugo-theme` directory, execute `npm install`.
2. Modify the `assets/sass/_variables.scss` file to customize your colors.
If you want to change the header's color, only edit the `$base-color` variable.
3. Use `npm run dev` for development and preview purposes and `npm run production` when you're done with the changes.