Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortendk/saga11
Saga eleven - A Static Website builder powered by 11ty and netlifycms, but at the end its just html, css & js
https://github.com/mortendk/saga11
11ty cms decap-cms eleventy html markdown netlifycms ssg static-site static-site-generator tailwindcss
Last synced: 9 days ago
JSON representation
Saga eleven - A Static Website builder powered by 11ty and netlifycms, but at the end its just html, css & js
- Host: GitHub
- URL: https://github.com/mortendk/saga11
- Owner: mortendk
- License: mit
- Created: 2021-08-25T20:47:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T17:09:29.000Z (6 months ago)
- Last Synced: 2024-10-31T11:51:35.636Z (16 days ago)
- Topics: 11ty, cms, decap-cms, eleventy, html, markdown, netlifycms, ssg, static-site, static-site-generator, tailwindcss
- Language: Liquid
- Homepage: https://saga11.dev
- Size: 102 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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 gitbranch2. Install Saga11
```
$ npm install
```3. Spin it up:
```
$ npm start
```🤖 go to the [admin interface admin](/admin)
💅 Theme : /src/theme-grunn/
can be renamed in package.json📜 content is in /src/content/
🎈 saga11 is build on top of [11ty](https://11ty.dev) & [decap cms](https://decapcms.org/)
🪲 bugs & comments [github](https://github.com/mortendk/saga11)
🗑 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 `
`sudo lsof -i :8081`
.