0.3.0 • Published 6 years ago
lunchlady v0.3.0
lunchlady
A stupid-simple backend-less CMS built on NodeJS.
How to Set Up
- Install Lunchlady via NPM
npm install -g lunchlady.- OR: sync to this repo and run
npm install && tsc && npm link, which will point thelunchladycommand to your locally-compiled version.
- OR: sync to this repo and run
- Run
lunchladyand selectInitialize Blog- Lunchlady will retrieve the
sloppy-joerepo and prompt you to give your site a title.
- Lunchlady will retrieve the
- Back out, and your site will automatically be saved.
- Run
npm installto retrieve all the npm dependencies forsloppy-joe - To start your local blog server, from the
sloppy-joefolder, runnpm run start.
How to add an entry.
- Create a blog entry as an HTML file and place it in the
public/contentfolder, where you'll finddummy-entry.htmlcurrently place-holding for your blog. - Run
lunchladyand selectManage Content - Select or create a new section.
- Select
New Article