Skip to content

mark-wiemer/dev.luanti.org

 
 

Repository files navigation

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

About

New Luanti wiki (WIP)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 78.9%
  • TypeScript 15.0%
  • SCSS 6.1%