lib/runeblog.rb in runeblog-0.1.1 vs lib/runeblog.rb in runeblog-0.1.2
- old
+ new
@@ -128,10 +128,11 @@
Dir.chdir(dir)
x = RuneBlog::Default
create_dir('custom')
create_dir('assets')
# FIXME dump method??
- dump("", "publish")
+ pub = "user: xxx\nserver: xxx\ndocroot: xxx\npath: xxx\nproto: xxx\n"
+ dump(pub, "publish") # FIXME publish
dump(x::BlogHeader, "custom/blog_header.html")
dump(x::BlogTrailer, "custom/blog_trailer.html")
dump(x::PostTemplate, "custom/post_template.html")
dump("Initial creation", "last_published")
Dir.chdir(up)