Skip to content

Commit

Permalink
chore(cleanup): remove unused particles
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Nov 25, 2024
1 parent 065a480 commit fb079d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TODO
public
changes.md
response.json
data/dnb/samuisamui/*

# Created by https://www.toptal.com/developers/gitignore/api/node,hugo,phpstorm,sublimetext,visualstudiocode,vuejs,vue,sass
# Edit at https://www.toptal.com/developers/gitignore?templates=node,hugo,phpstorm,sublimetext,visualstudiocode,vuejs,vue,sass
Expand Down
6 changes: 0 additions & 6 deletions data/dnb/blocks/bootstrap5/config.toml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"deploy": "bin/deploy/live",
"release": "commit-and-tag-version --release-as patch --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease",
"release:minor": "commit-and-tag-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease",
"server": "run-p server:hugo",
"server:hugo": "./bin/hugo/server.js"
"server": "rm -rf ./public && hugo server trust && hugo config --format json > data/dnb/samuisamui/config.json && hugo server -D -E -F --disableFastRender --logLevel debug --tlsAuto --baseURL https://localhost/",
"server2": "rm -rf ./public && hugo server trust && hugo config --format json > data/dnb/samuisamui/config.json && hugo server -D -E -F --disableFastRender --logLevel debug --baseURL http://localhost/ --panicOnWarning"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit fb079d0

Please sign in to comment.