From 56f663db62afe9024bfc6f7999e266cda2981c40 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 18 Sep 2016 12:25:19 +0300 Subject: [PATCH] Update theme name --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 019d844..81e1f75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hugo Bootstrap v4 +# Hugo Bootstrap v4 Blog A simple [Hugo](https://gohugo.io) theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog). Still a work in progress. ![Screenshot](/screenshot@2x.png?raw=true "Screenshot") diff --git a/theme.toml b/theme.toml index 81b7a0f..1da1a08 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ # theme.toml template for a Hugo theme # See https://github.com/spf13/hugoThemes#themetoml for an example -name = "Hugo Bootstrap4 Blog" +name = "Hugo Bootstrap v4 Blog" license = "GPL-3.0" licenselink = "https://github.com/alanorth/hugo-theme-bootstrap4/blob/master/LICENSE.txt" description = "A simple Hugo theme based on the Bootstrap v4 blog example."