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 Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
.vscode Add spell-checker and start fixups (#88) 2024-12-21 16:17:43 +01:00
a11y Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
archetypes add hugo (#6) 2024-12-11 13:35:55 -05:00
assets Set max width for images (#93) 2024-12-22 11:33:45 -05:00
content add itemstrings (#147) 2025-01-20 19:46:51 -05:00
layouts Fix comments (#137) 2025-01-12 23:19:32 -05:00
static Migrate "how to get a domain name for your server" (#146) 2025-01-20 16:24:21 -05:00
themes Add hugo-notice for notices/admonition shortcodes (#35) 2024-12-15 16:48:11 +01:00
.gitignore Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
.gitmodules Add hugo-notice for notices/admonition shortcodes (#35) 2024-12-15 16:48:11 +01:00
cspell.json Fix ~800 more spelling issues (#136) 2025-01-13 20:28:26 -05:00
hugo.toml Update hugo.toml (fix base URL) 2024-12-18 18:37:04 +01:00
license add favicon, update licensing 2024-12-11 14:47:27 -05:00
package-lock.json Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
package.json Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00
README.md Improve DX, add failing a11y tests (#142) 2025-01-20 12:40:05 -05:00

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