0
0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
2011-08-10 20:03:55 +02:00
images added an image dir, just to support images a little bit 2011-08-10 19:52:47 +02:00
models the pagination was wrong and posts disappeard 2011-08-10 19:49:28 +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 - fixed an error an creating a post with tags 2011-08-10 09:45:39 +02:00
.gitignore ignore the pictures 2011-08-10 20:03:55 +02:00
.rvmrc initial commit 2011-06-24 09:25:34 +02:00
admin.rb - fixed an error an creating a post with tags 2011-08-10 09:45:39 +02:00
config.ru added an image dir, just to support images a little bit 2011-08-10 19:52:47 +02:00
Gemfile make an initial setup with the console, so that the passwords do not 2011-08-10 19:49:02 +02:00
Gemfile.lock make an initial setup with the console, so that the passwords do not 2011-08-10 19:49:02 +02:00
libs.rb added tag support for models 2011-07-27 18:03:53 +02:00
page.rb added the atom feed 2011-08-09 22:18:34 +02:00
Rakefile make an initial setup with the console, so that the passwords do not 2011-08-10 19:49:02 +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.