-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from chalin/chalin-im-move-redirects-to-static…
…-2024-07-24 [cleanup] Move _redirects from public to static
- Loading branch information
Showing
6 changed files
with
25 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
{ | ||
"scripts": { | ||
"_build": "npm run _hugo-dev --", | ||
"_hugo": "hugo --cleanDestinationDir", | ||
"_hugo-dev": "npm run _hugo -- -e dev -DF", | ||
"_serve": "npm run _hugo-dev -- serve --minify --disableFastRender", | ||
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"", | ||
"build:production": "npm run _hugo -- --minify", | ||
"build": "npm run _build --", | ||
"clean": "rm -Rf node_modules public/* resources", | ||
"make:public": "mkdir -p public && git init -b main public", | ||
"serve": "npm run _serve --", | ||
"test": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"bulma": "^0.9.4", | ||
"hugo-extended": "^0.111.3" | ||
} | ||
}, | ||
"spelling": "cSpell:ignore bulma -" | ||
} |
File renamed without changes.