From b1db1f963765bbb1e348b2bf394a42b34d7ba0bb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 19 Sep 2016 10:26:58 +0300 Subject: [PATCH] Change theme name to "hugo-theme-bootstrap4-blog" This reflects the target usage better, and pays homage to the fact that it was based on the Bootstrap v4 Alpha blogging example: http://v4-alpha.getbootstrap.com/examples/blog/ --- exampleSite/config.toml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3ac48e9..2f34891 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,7 +3,7 @@ baseurl = "http://replace-this-with-your-hugo-site.com/" languageCode = "en-us" title = "Hugo Bootstrap v4 Blog" -theme = "hugo-theme-bootstrap4" +theme = "hugo-theme-bootstrap4-blog" [permalinks] post = "/:year/:month/:title/" diff --git a/package.json b/package.json index 7aef91f..e658347 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "hugo-theme-bootstrap4", + "name": "hugo-theme-bootstrap4-blog", "version": "0.0.1", "description": "A Bootstrap v4 theme for the Hugo static site generator.", "repository": { "type": "git", - "url": "https://github.com/alanorth/hugo-theme-bootstrap4.git" + "url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git" }, "scripts": { "build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css",