Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahnok/blag
A very simple blogging platform written in ruby
https://github.com/tahnok/blag
Last synced: about 1 month ago
JSON representation
A very simple blogging platform written in ruby
- Host: GitHub
- URL: https://github.com/tahnok/blag
- Owner: tahnok
- License: gpl-3.0
- Created: 2013-09-22T02:53:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T00:41:33.000Z (over 11 years ago)
- Last Synced: 2023-03-11T15:53:17.264Z (almost 2 years ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blag
A very simple blogging platform written in ruby, designed mostly for journaling
Blag works very simply. It transforms files ending in .md in the posts folder
into a blog. Filenames correspond to blog post titles, and blog posts are
sorted by that title. This lends itself to titling blog posts
like 20130924_title.mdYou can create a new post by running `rake blog`
## Help
rake blog[title] # combines new and generate
rake development # run blag with rerun to reload whenever the code changes
rake generate # generate posts.json from markdown files in posts/
rake new[title] # make a new post, optionally passing in filename/title
rake server # Run the blag platform## Author
[Wesley Ellis](http://about.tahnok.me)
## License
GPLv3. See `LICENSE`