0
0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
2011-08-09 14:59:55 +02:00
models added tag support for models 2011-07-27 18:03:53 +02:00
public * changed the links to relative paths 2011-07-19 20:22:50 +02:00
rake read, create and everything else with tags 2011-08-09 14:59:55 +02:00
views read, create and everything else with tags 2011-08-09 14:59:55 +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
admin.rb read, create and everything else with tags 2011-08-09 14:59:55 +02:00
config.ru added javascript support 2011-06-25 07:33:58 +02:00
Gemfile added syntax highlighting for code 2011-07-19 19:14:10 +02:00
Gemfile.lock gem updates 2011-08-09 11:08:44 +02:00
libs.rb added tag support for models 2011-07-27 18:03:53 +02:00
page.rb don't use the pool at this place (why is it even there?) 2011-07-27 18:03:17 +02:00
Rakefile added minimalystic support for importing old blog entries from jekyll 2011-07-19 19:14:32 +02:00
README added a readme 2011-06-26 08:21:48 +02:00
seeds.rb add more posts to the seed 2011-07-15 19:17:48 +02:00
settings.rb.example added syntax highlighting for code 2011-07-19 19:14:10 +02:00

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.