Skip to content
mortendk edited this page Sep 13, 2022 · 5 revisions

Saga 11 flatfile cms

What is this

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

Core Values

  • 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" :)

Tech stack:

  • 11ty
  • Markdown, json & nunjucks.
  • Github for storage
  • Netlifycms
  • Tailwind
  • Alpinejs

Quick start

0 get repo ;)

  1. install saga
npm install
  1. spin up the site
npm run start

http://localhost:8080

  1. build the production site
npm run build

Setup local dev

create .env

ELEVENTY_ENV="dev" #dev or prod
SITE_URL="http://localhost:8080"

CMS -Netlify CMS

Saga is build with netlify cms for online editing To make it work work locally

http://localhost:8080/admin/