Noobular — Wiki

Guides, structure, and governance for the Noobular site

Project overview

Noobular is a small modular site focused on learning, community resources, and lightweight tools. This wiki documents site purpose, structure, and contribution workflows.

Core principles

  • Simple, accessible content for beginners
  • Modular pages that can be reused across projects
  • Open contribution model with clear guidelines

Site structure

  • index.html — landing / overview
  • hoa.html — a themed page (design reference)
  • wiki.html — this file: documentation and governance
  • /assets/ — images, icons, fonts, styles
  • /docs/ — extended guides and references

Pages & content

Each page should be small, focused, and link back to the wiki for policies and conventions.

  • Use semantic HTML and clear headings
  • Keep styles scoped and minimal—prefer utility CSS or small scoped rules
  • Provide accessible navigation and alt text for images

How to contribute

  • Fork the repo, create a branch, and open a pull request
  • Follow formatting and linting rules in the repo
  • Write short, focused commits and include a descriptive PR message

Technical notes

  • Static site — no server-side runtime required
  • Prefer lightweight vanilla JS; avoid heavy frameworks
  • Images should be optimized and placed under /assets/images