projects

๐Ÿ“š LLM Wiki Site

Hugo/Markdown self-discovering knowledge base with scan, lint, full pipeline, Shadocs theme, and generated content model.

Root: /home/mc/llm-wiki-site
Role: Separate Hugo knowledge base built from Markdown content and a Python self-discovery pipeline.

This is not the operator wiki at wiki.moincraft.de. Keep it separate unless a public-safety review explicitly promotes a generated/research surface such as research.moincraft.de.

Shape#

  • Hugo site titled LLM Wiki with Shadocs module imports.
  • Mounts content, static, layouts, data, archetypes, and assets.
  • Goldmark unsafe rendering is enabled; only curated trusted content should use raw HTML.
  • Outputs include HTML, RSS, JSON for home/sections and taxonomy JSON.

Pipeline commands#

cd /home/mc/llm-wiki-site
WIKI_PATH=/home/mc/llm-wiki-site python3 scripts/wiki-pipeline.py --lint
WIKI_PATH=/home/mc/llm-wiki-site python3 scripts/wiki-pipeline.py --scan
WIKI_PATH=/home/mc/llm-wiki-site python3 scripts/wiki-pipeline.py --full
hugo --gc
hugo --minify --baseURL <url>/ --gc

--scan and --full mutate generated content/state; use --lint for content validation.

Sources: root AGENTS.md, llm-wiki-site/hugo.toml.