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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 16:11:50 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-13 10:27:07 +0300
commitfd00fd32fd062de72be851d8f6b379249af28c65 (patch)
treee8a027436b65e651375c048d2389fcf820bbd165 /README.md
parent9b9257731ec0f16084f65d5d107684f5b56c27cb (diff)
Switch to Hugo.
Also add the upstream favicons.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 52fac642f..04589bcca 100644
--- a/README.md
+++ b/README.md
@@ -27,20 +27,20 @@ npm i bootstrap-icons --save
## Development
-Clone the repo, install dependencies, and start the Jekyll server locally.
+Clone the repo, install dependencies, and start the Hugo server locally.
```
git clone https://github.com/twbs/icons/
cd icons
-bundle install
-bundle exec jekyll s
+npm i
+npm run docs-serve
```
Then open `http://localhost:4000` in your browser.
## Publishing
-Docs are published via an npm script that builds the Jekyll site, creates a temporary Git repo, and force pushes that to our `gh-pages` branch. This circumvents issues with GitHub Pages not accepting third party plugins and symlinked directories.
+Docs are published via an npm script that builds the Hugo site, creates a temporary Git repo, and force pushes that to our `gh-pages` branch. This circumvents issues with GitHub Pages not working with Hugo.
```
npm run publish