https://github.com/scripting/drummercms
A shell for Old School to connect it with Drummer. Released so other outliners can hook up to Old School for blogging.
https://github.com/scripting/drummercms
Last synced: 5 days ago
JSON representation
A shell for Old School to connect it with Drummer. Released so other outliners can hook up to Old School for blogging.
- Host: GitHub
- URL: https://github.com/scripting/drummercms
- Owner: scripting
- License: mit
- Created: 2021-08-24T15:37:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:47:25.000Z (about 1 year ago)
- Last Synced: 2024-11-13T19:40:33.305Z (6 months ago)
- Language: JavaScript
- Size: 706 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-drummer - Github repo - Code and templates for drummerCMS. (Official)
README
# drummerCms
A shell for Old School to connect it with Drummer. Released so other outliners can hook up to Old School for blogging.
### Overview
As promised, here's the open source release of drummerCMS. It's the app that gets called when you build a blog from within Drummer.
It's a small shell for the much larger oldSchoolBlog package to connect it with Drummer. Released so other outliners can hook up to Old School for blogging.
You'll see there's not much there. It builds a config struct for the blog. It can do this because it knows where the user's blog.opml file is located. It would likely be in a different location for another product.
The heart of the app is initBlogConfig.
An example of a blog.opml file.
The repo is open, use the Issues section to discuss.
### Updates
See the worknotes.md page.