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
- Create a new
.mdfile under_wiki/(nested folders are encouraged). - Set
title,summary, andpillarin the YAML front matter. Write summaries from a lore angle. - Optionally set
relatedto a list of internal paths for the “Related” strip. - When adapting notes or external wikis, strip gameplay and keep only setting-relevant material (see conventions).
- Build locally with
bundle exec jekyll serveand 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).