mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +01:00
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/
This commit is contained in:
parent
9bb8294089
commit
b1db1f9637
@ -3,7 +3,7 @@
|
|||||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Hugo Bootstrap v4 Blog"
|
title = "Hugo Bootstrap v4 Blog"
|
||||||
theme = "hugo-theme-bootstrap4"
|
theme = "hugo-theme-bootstrap4-blog"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:title/"
|
post = "/:year/:month/:title/"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-theme-bootstrap4",
|
"name": "hugo-theme-bootstrap4-blog",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/alanorth/hugo-theme-bootstrap4.git"
|
"url": "https://github.com/alanorth/hugo-theme-bootstrap4-blog.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css",
|
"build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css",
|
||||||
|
Loading…
Reference in New Issue
Block a user