You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small flat-file CMS written in Java. Content is stored as plain-text files in a directory (no database). Users write markdown to create/edit pages, and pages are organized by tags. Authentication is cookie-based (username + MD5 password hash).