lib/runeblog.rb in runeblog-0.1.32 vs lib/runeblog.rb in runeblog-0.1.33
- old
+ new
@@ -136,9 +136,12 @@
create_dir('custom')
create_dir('assets')
pub = "user: xxx\nserver: xxx\ndocroot: xxx\npath: xxx\nproto: xxx\n"
dump(pub, "publish")
dump("", "tagpool")
+# live = Livetext.new
+# Livetext.parameters = [RuneBlog.blog, 0]
+# meta = live.process_text(x::BlogHeader)
dump(x::BlogHeader, "custom/blog_header.html")
dump(x::BlogTrailer, "custom/blog_trailer.html")
dump("Initial creation", "last_published")
Dir.chdir(up)
@views << RuneBlog::View.new(arg)