Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/bloglessjs
"A blog with no backend!" "Lolwut?"
https://github.com/connor4312/bloglessjs
Last synced: 1 day ago
JSON representation
"A blog with no backend!" "Lolwut?"
- Host: GitHub
- URL: https://github.com/connor4312/bloglessjs
- Owner: connor4312
- Created: 2013-12-28T15:40:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-31T05:41:14.000Z (almost 11 years ago)
- Last Synced: 2024-10-25T22:21:34.977Z (18 days ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Blogless
This is a personal project - a blog with no backend! It takes a public git repo full of markdown files, then parses them and sets up a blog application, completely on the client side. It's quite simple to set up: include the script in your page, set the configs, and you're ready to go. It can even be embedded in specific elements of the page, meaning you can put a Blogless blog wherever you'd like.##Stack
Blogless is built in Coffeescript, and makes use of:* Require.js
* [db.js](https://github.com/aaronpowell/db.js) for local storage of data.
* [Ember.js](https://github.com/emberjs/ember.js) for applicationy stuff.
* The Github API##FAQ
**Q**: Why would anyone use this?
**A**: This could be used in systems where you don't have access to a backend or database. Or it could simply be used on sites where a blog is needed, and you don't want to spend a lot of time setting one up.
**Q**: How good is the SEO?
**A**: Nonexistent. This is a very specific application, built more for academic purposes than anything else.
**Q**: Load times?
**A**: The blog takes a few seconds to load initially, as it brings in required scripts and such. Afterwards, it's quite snappy.
##License
MIT license. Do what you want, don't sue me.##Contributing
Submit PRs, write code that doesn't kill too many babies.