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

github.com/gohugoio/hugo-mod-bootstrap-scss-v4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-24 19:43:50 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-02-24 19:44:26 +0300
commitd1258f805650262353268f98e594ec2da525ec9b (patch)
tree1c19b49fb1b859cdc094aba59ea8e70f464d82eb
parentd19fdd6d1b839bda0e4ac029c3410c5b6f19c2bc (diff)
README updates
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 94cb787..11f966b 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
-This is a [Hugo Components](https://gohugo.io/hugo-modules/) that packages the Bootstrap v4 SCSS source ready to be used in Hugo.
+This is a [Hugo Components](https://gohugo.io/hugo-modules/) that packages the [Bootstrap v4](https://getbootstrap.com/docs/4.4/getting-started/introduction/) SCSS source ready to be used in Hugo.
You need the Hugo extended version and Go to use this component.
-
## Use
Add the component to your Hugo site's config:
-```
+```toml
[module]
[[module.imports]]
path = "github.com/gohugoio/hugo-bootstrap-scss-v4"
@@ -60,4 +59,9 @@ Or only what you need:
@import "bootstrap/spinners";
@import "bootstrap/utilities";
@import "bootstrap/print";
-``` \ No newline at end of file
+```
+
+
+## Versions
+
+This repository will be versioned following the minor and patch versions in the v4 series of Bootstrap. \ No newline at end of file