mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 00:57:21 -04:00

* feat: basic github style alerts support * feat: implement github style alert * chore: re-generate css * chore: add missing prettier config * docs: add alerts instructions to markdown * chore: revert "docs: add alerts instructions to markdown" This reverts commit3a70540e0b
. * chore: redo "docs: add alerts instructions to markdown"" This reverts commit8399373747
. * chore(build): bump hugo version
13 lines
390 B
TOML
13 lines
390 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
|
|
|
# Always trigger a rebuild, even if the files haven't changed.
|
|
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
|
ignore = "false"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.138.0"
|
|
GO_VERSION = "1.22.3"
|
|
NODE_VERSION = "22.2.0"
|