versioning

master
Barne Kleinen 3 years ago
parent f7ddaf1cc6
commit be04679fa3

@ -59,4 +59,4 @@ theme = "hugo-hero-theme"
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$'] allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$'] osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs] [security.funcs]
getenv = ['^(GITHUB_REF|DRONE_COMMIT_REF|HUGO_)'] getenv = ['^(GITHUB_|DRONE_COMMIT_REF|HUGO_)']

@ -3,6 +3,13 @@
push: push:
git submodule foreach --recursive 'git push' git submodule foreach --recursive 'git push'
git push origin master git push origin master
commit:
cd themes/hugo-hero-theme/
git add .
git commit -m $(message)
cd ../..
git add .
git commit -m $(message)
open: open:
open http://localhost:1313/seuh2022 open http://localhost:1313/seuh2022
hugo : open hugo : open

Loading…
Cancel
Save