mortendk / saga11

Saga eleven - A Static Website builder powered by 11ty and netlifycms, but at the end its just html, css & js

Home Page:https://saga11.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saga eleven - A Static Website builder powered by 11ty and netlifycms

HTML + MarkDown = πŸ’œ

⚠️ This is Beta software

Fair warning this is still in beta - but your probably a geek so you know this ;)

Quick start

  1. Enviroment setup
$ npm  run setup

open the /.env for port settings and gitbranch

  1. Install Saga11
$ npm install
  1. Spin it up:
$ npm  start

πŸ€– go to the admin interface admin

πŸ’… Theme : /src/theme-grunn/ can be renamed in package.json

πŸ“œ content is in /src/content/

🎈 saga11 is build on top of 11ty & decap cms

πŸͺ² bugs & comments github

πŸ—‘ Cleanup the build folder

$ npm run cleanup

Admin access online

https://docs.netlify.com/visitor-access/identity/

Static Sites FTW

Saga11 is a system to build static websites

The taget audience is webdesigners that wants complete control over the markup, and that wants a true seperation of settings, content and output

Theres no fancy libraries or SPA or anything else. Its just a website HTML + CSS + a tiny bit of JS

Figma Resources

Overview of all components https://www.figma.com/file/3lgQNUa3Y5TvV2V0XaQKoL/Saga-11?node-id=4266%3A924

Kill portnumber

if the portnumbers are in use all kinds of errors comes out :/ 8081 / 3791 sudo lsof -i :3791

kill -9 <PID>

sudo lsof -i :8081

.

About

Saga eleven - A Static Website builder powered by 11ty and netlifycms, but at the end its just html, css & js

https://saga11.dev

License:MIT License


Languages

Language:Liquid 69.8%Language:CSS 21.1%Language:JavaScript 9.1%