0
0
Fork 0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
Gibheer 59a6f72fd0 ignore the .rbx 2011-09-13 14:35:23 +02:00
images added an image dir, just to support images a little bit 2011-08-10 19:52:47 +02:00
models the creation of a new blog was borked, as the set_tags wanted @post 2011-08-11 13:02:59 +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 added some flags for the feed, so that it works more correctly 2011-08-11 13:25:04 +02:00
.gitignore ignore the .rbx 2011-09-13 14:35:23 +02:00
.rvmrc initial commit 2011-06-24 09:25:34 +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
README added a readme 2011-06-26 08:21:48 +02:00
Rakefile make an initial setup with the console, so that the passwords do not 2011-08-10 19:49:02 +02:00
admin.rb the creation of a new blog was borked, as the set_tags wanted @post 2011-08-11 13:02:59 +02:00
config.ru compress everything with gzip 2011-08-10 20:05:45 +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
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

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.