Module: Markwiki
- Defined in:
- lib/markwiki.rb,
lib/markwiki/init.rb,
lib/markwiki/version.rb
Defined Under Namespace
Constant Summary collapse
- CONFIG =
The default Markwiki skeleton, to be converted to JSON. Custom skeletons/configurations can be defined as Ruby Hashes or JSON
{ "files" => ["index.html", ".markwiki.cfg"], "css" => { "dir_name" => "css", "files" => ["styles.css"] }, "js" => { "dir_name" => "js", "files" => ["scripts.js"] }, "img" => { "dir_name" => "img", "files" => [] } }
- VERSION =
Current Markwiki version number
"0.0.3"