Migrated developer wiki. WIP. Subject to change.
Find a file
wsor4035 690a49e17a
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
add itemstrings (#147)
2025-01-20 19:46:51 -05:00
.github
.vscode
a11y
archetypes
assets
content
layouts
static
themes
.gitignore
.gitmodules
cspell.json
hugo.toml
license
package-lock.json
package.json
README.md

Luanti Developer Wiki

Hosted by GitHub Pages, generated with Hugo.

Theme: hugo-book

See /content for content.

See About This Site for more information

package.json

package.json dependencies and scripts are described here for readability:

  • scripts
    • build: Builds the site to ensure changes are valid
    • build:ci: Builds the site but fails if any warnings are detected. Used in our CI pipeline.
    • format:fix: Fixes formatting of the package.json file
    • start: Builds and serves the site at http://localhost:1313 with Hugo.
    • test:a11y: Builds and serves the site, then uses Playwright and axe to test accessibility
    • test:a11y:tests: Not meant for independent use, only as part of test:a11y
    • test:spelling: Reports all apparent spelling errors. WIP, ref #83 for details.
  • depdendencies
    • hugo-extended: Static site generator that turns Markdown and shortcodes into HTML
  • devDependencies