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

github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataraj Basappa <n5j.b5a@gmail.com>2018-08-22 00:37:31 +0300
committerNataraj Basappa <n5j.b5a@gmail.com>2018-08-22 00:37:31 +0300
commitadce3f53b98f9d641dc94a008c6c1b364a387f2b (patch)
treefc21699c2dca326a0dcf12a8f5e38969d729e5fb
parentb37238fc9cdb6b2828a12f1ea3d02819c2c1b165 (diff)
Corrected typo and npm commands
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c1fcc13..4a75aad 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Charaka (ಚರಕ)
-Minimalistic and Responsive blog theme for hugo. Uses css framework [Bluma](https://bulma.io/).
+Minimalistic and Responsive blog theme for hugo. Uses css framework [Bulma](https://bulma.io/).
![](https://github.com/natarajmb/charaka-hugo-theme/blob/master/images/screenshot.png)
@@ -73,7 +73,7 @@ You can go to localhost:1313 and this theme should be visible.
- Once you have activited the theme as above and running hugo in server mode
- Install [npm](https://www.npmjs.com/get-npm)
- Get inside checked-out theme directory and run `npm install`
-- Make required changes to style.scss and run `npm css-watch` to live update your changes
+- Make required changes to style.scss and run `npm run css-build && npm run css-watch` to live update your changes
## License