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",