Skip to content

Commit 52d1046

Browse files
committed
Update package.json, themes/FixIt, assets/scss
1 parent 50118a8 commit 52d1046

8 files changed

Lines changed: 4 additions & 16 deletions

File tree

assets/images/.gitkeep

Whitespace-only changes.

assets/scss/_custom.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/scss/_override.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/scss/override.scss

Lines changed: 0 additions & 4 deletions
This file was deleted.

i18n/.gitkeep

Whitespace-only changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "hugo-fixit-bundle-gitmodule",
33
"version": "0.0.0",
4-
"description": "This is a quick start template for Hugo theme [FixIt](https://github.com/hugo-fixit/FixIt) and [fixit-bundle](https://github.com/hugo-fixit/fixit-bundle) components. It uses Git submodule feature to load the theme.",
5-
"private": true,
4+
"description": "This is a quick start template for Hugo theme [FixIt](https://github.com/hugo-fixit/FixIt) and [fixit-bundle](https://github.com/hugo-fixit/fixit-bundle) components. It uses Git module feature to load the theme and component.",
5+
"private": "true",
66
"main": "index.js",
77
"scripts": {
88
"build": "hugo --gc --minify --logLevel info",
99
"server": "hugo server -D -E -F -M -N -O --disableFastRender --bind 0.0.0.0 -b http://localhost:1313 --ignoreCache --logLevel info",
1010
"server:production": "npm run server -- --environment production",
11-
"update:themes": "git submodule update --remote --merge -- ./themes/** && git add themes/ && git commit -m ':arrow_up: Chore(deps): update theme and components version'",
11+
"update:themes": "git submodule update --remote --merge && git add ./themes/ && git commit -m ':arrow_up: Chore(deps): update theme and components version'",
1212
"new": "hugo new content",
1313
"prepare": "git submodule update --init --recursive"
1414
},

static/images/.gitkeep

Whitespace-only changes.

themes/FixIt

Submodule FixIt updated 54 files

0 commit comments

Comments
 (0)