dev.luanti.org/.gitignore
Mark Wiemer 8b5abbb581
Some checks are pending
Build with Hugo / build (push) Waiting to run
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
Improve DX, add failing a11y tests (#142)
* Add a11y test (failing)

* Test on local build, document scripts, sort package.json

* Update dev guide

* Use local hugo to build site

* Fixup CI pipeline

* Document local vs global Hugo, role of Node

* Use hugo-bin instead of hugo-extended

* Update readme

* Revert "Update readme"

This reverts commit f368bcbb9c.

* Revert "Use hugo-bin instead of hugo-extended"

This reverts commit 618d49d3ca.
2025-01-20 12:40:05 -05:00

20 lines
264 B
Plaintext

# Generated files by hugo
/public/
/resources/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
# Node
node_modules
# A11y checker
test-results