Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/flatg-website
The simple flat file blog engine.
https://github.com/goliatone/flatg-website
Last synced: 4 days ago
JSON representation
The simple flat file blog engine.
- Host: GitHub
- URL: https://github.com/goliatone/flatg-website
- Owner: goliatone
- License: mit
- Created: 2013-07-23T17:39:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T04:50:33.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T09:09:28.678Z (27 days ago)
- Language: JavaScript
- Homepage: http://flat-g.com
- Size: 336 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# FlatG
![FlatG website](https://raw.github.com/goliatone/flatg-website/master/app/assets/images/flat-g-logo-128.png)Source for [FlatG][]'s website.
## Development
`sudo npm install && bower install`## Bower
>Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.To register FlatG in the [bower](http://bower.io/) [registry](http://sindresorhus.com/bower-components/):
`bower register FlatG git://github.com/goliatone/FlatG.git`#### NOTES:
- Use rsync to deploy builds. [Grunt][a] [tasks][b]
- Refine build process and only export theme, rebuild assets and bundle together.[FlatG]: http://flat-g.com
[a]: https://github.com/jedrichards/grunt-rsync
[b]: https://npmjs.org/package/grunt-rsync-2