Family wiki content
Find a file
dratspiker bf726b3ff6 Delete .gitea/issue_template/tech-troubleshooting.yaml
Signed-off-by: dratspiker <matt@speicherville.com>
2026-03-07 16:15:37 +00:00
.gitea/issue_template Delete .gitea/issue_template/tech-troubleshooting.yaml 2026-03-07 16:15:37 +00:00
README.md Move wiki content to wiki repo, add README describing setup 2026-03-07 11:13:50 -05:00

Speicher Family Wiki

Family documentation and how-to guides, served by Forgejo's built-in wiki feature.

Where things live

What Where
Wiki content Wiki tab (stored in speicher-family.wiki.git)
Issue templates .gitea/issue_template/ in this repo
Help requests New issue

How the wiki works

Forgejo keeps wiki content in a separate git repo (speicher-family.wiki.git) from the main repo. The main repo holds issue templates and this README.

Wiki structure

All wiki pages use a flat file structure (no subdirectories):

File Purpose
Home.md Landing page
_Sidebar.md Navigation sidebar on every page
_Footer.md Footer on every page
*.md Wiki pages (filename becomes page title)
assets/ Images

Hyphens in filenames become spaces in page titles (e.g., Calendar-System.md → "Calendar System").

Editing wiki content

Quick edits: Use the Edit button on any wiki page in Forgejo.

Bulk edits via git:

SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock \
  git clone ssh://git@git.dratspiker.com:222/dratspiker/speicher-family.wiki.git

cd speicher-family.wiki
# edit files...
git add . && git commit -m "Update wiki" && git push

Note: _Sidebar.md and _Footer.md can only be edited via git, not the web UI page list.

Issue templates

  • help-request.yaml — General help requests
  • tech-troubleshooting.yaml — Structured tech troubleshooting (device type, category, steps tried)