Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasn/ng-blog
Blog Engine based on AngularJS
https://github.com/matthiasn/ng-blog
Last synced: 14 days ago
JSON representation
Blog Engine based on AngularJS
- Host: GitHub
- URL: https://github.com/matthiasn/ng-blog
- Owner: matthiasn
- License: apache-2.0
- Created: 2013-10-24T19:02:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T20:54:17.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T04:02:22.513Z (7 months ago)
- Language: CSS
- Size: 1.2 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ng-blog
=======This is ng-blog, a blog engine based on AngularJS for creating a self-hosted blog. It borrows from Octopress in the way that it
* can be hosted anywhere, not bound to any provider
* there is no database involved, only static files are served, which scales beautifully
* articles are written in markdownHowever, a few things are substantially different:
* the pages themselves are not static, instead ng-blog is a single page application based on AngularJS
* it comes with an authoring tool with a live preview
* it is easy to extend, any custom directive can be used directly in the markdown