0
0
Fork 0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
Gibheer d6f230d15f added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
models initial page for the blog itself and the admin panel 2011-06-24 13:28:19 +02:00
public added javascript support 2011-06-25 07:33:58 +02:00
views added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
.gitignore add settings.rb to ignorelist 2011-06-26 08:12:12 +02:00
.rvmrc initial commit 2011-06-24 09:25:34 +02:00
Gemfile added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
Gemfile.lock added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
README added a readme 2011-06-26 08:21:48 +02:00
Rakefile initial page for the blog itself and the admin panel 2011-06-24 13:28:19 +02:00
admin.rb added a settings hash to put into the sinatra instances 2011-06-24 14:29:59 +02:00
config.ru added javascript support 2011-06-25 07:33:58 +02:00
libs.rb added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
page.rb added compass support and imported our old styles 2011-06-26 08:45:33 +02:00
seeds.rb added textile support for the post content 2011-06-26 08:08:52 +02:00
settings.rb.example added an example settings file 2011-06-26 08:08:15 +02:00

README

zero-blog
=========

After using jekyll for some time we decided, that it was not what we were looking
for. The idea itself was good, but it made writing blogs without a larger screen
impossible.

That's why we write our own blog system now. It stores the posts in a database
and will have an admin panel. That way, it's possible to write an entry from the
phone too.

Until now, it does not have many features apart from using datamapper and it
will likely not be the blog system you are looking for, without making some
changes for yourself, like the structure for the posts or the design. But maybe
you can build another system out of it.