From d1258f805650262353268f98e594ec2da525ec9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 24 Feb 2020 17:43:50 +0100 Subject: README updates --- README.md | 12 ++++++++---- 1 file 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 -- cgit v1.2.3