Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.62 KB

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