Lore wiki — setting and story, not stats or game mechanics.

Lore

Getting started

How this site is built and how to add lore wiki articles.

The Cyberpunk Vault is a static site generated with Jekyll and published on GitHub Pages. Articles live in the wiki collection (_wiki/) and follow WIKI_CONVENTIONS.md at the repository root—including the rule that this is a lore wiki, not a video game wiki (no stats, mechanics guides, or quest walkthroughs).

Add a page

  1. Create a new .md file under _wiki/ (nested folders are encouraged).
  2. Set title, summary, and pillar in the YAML front matter. Write summaries from a lore angle.
  3. Optionally set related to a list of internal paths for the “Related” strip.
  4. When adapting notes or external wikis, strip gameplay and keep only setting-relevant material (see conventions).
  5. Build locally with bundle exec jekyll serve and confirm links in the sidebar.

Local preview

bundle install
bundle exec jekyll serve --livereload

Open the site at http://localhost:4000/cyberpunk-vault/ (include your baseurl).