-
Notifications
You must be signed in to change notification settings - Fork 1
Home
mortendk edited this page Sep 13, 2022
·
5 revisions
Saga 11 flatfile cms
Saga11 is a cms for Webdesigners that wants to build websites with complete control of the markup for the perfect website
Its build on the 11ty framework with netlifycms enabled for online editing
- No Database - Flatfile based
- 100% Markup control
- Small tech stack (yeah right)
- Build for Web Designers
- Easy to hand down over developers
- Able to deploy on netlify/github pages or move to other host for simple sftp deployment
- Easy to build the site with no interfearence from a system
- At the end "its just html, css, js" :)
- 11ty
- Markdown, json & nunjucks.
- Github for storage
- Netlifycms
- Tailwind
- Alpinejs
0 get repo ;)
- install saga
npm install
- spin up the site
npm run start
- build the production site
npm run build
create .env
ELEVENTY_ENV="dev" #dev or prod
SITE_URL="http://localhost:8080"
Saga is build with netlify cms for online editing To make it work work locally