feat: add Sveltia CMS for mobile posting - #21
Merged
Conversation
Adds /admin with Sveltia CMS (Decap-compatible, no OAuth backend needed). Supports creating/editing posts with image uploads from mobile browser. - admin/index.html: loads Sveltia CMS from CDN - admin/config.yml: configured for _posts collection with existing front matter fields (title, subtitle, tags, cover-img, comments) - Images upload to assets/img/uploads/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Moves media_folder/public_folder into the posts collection with slug template vars so images land in assets/img/YYYY-MM-DD-post-title/ instead of a flat uploads folder. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/adminpage powered by Sveltia CMS — a Decap CMS-compatible editor that works with GitHub auth natively (no OAuth backend needed)_postscollection and front matter fieldsHow to use
https://jlbrooks.tech/adminin any browser (including mobile)masterNotes
assets/img/uploads/(flat folder, not per-post). Could scope per-post later if desired.admin/config.yml/adminpage is excluded from search engines vianoindexTest plan
/adminafter deploy, confirm Sveltia UI loads🤖 Generated with Claude Code