Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.87 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.87 KB

Luanti Documentation

Hosted by GitHub Pages, generated with Hugo.

Theme: hugo-book

See /content for content.

See About 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: Fixes formatting of the codebase
    • 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:links: Tests validity of all links in the site. WIP, ref #177
    • test:spelling: Reports all apparent spelling errors. WIP, ref #83 for details.
  • dependencies
    • hugo-extended: Static site generator that turns Markdown and shortcodes into HTML
  • devDependencies