ERB.new("--`mkmatter new --type=page` will run you through making a jekyll page.\n--Given the above options/flags you can either output the 'front matter'\n--to STDOUT, or to a file. \n--outputs your front matter, or whether to mark it as published.\n\n--`mkmatter new post` will run you through making a jekyll post.\n--Given the above options/flags you can modify how the script\n--outputs your front matter, and whether to mark it as published,\n--or as a draft and move it into `_drafts`.\n--<%= Paint['NOTES', 'green', :bold] %>:\n----By default Jekyll will publish a post if `published` is omitted in\n----the front matter. So if you omit `--publish` you will publish,\n----so you have to explicitly use --no-publish to set \n----`<%= HighLine.color('published', :yellow) %>: <%= HighLine.color('false', :yellow, :bold) %>`\n\n--`mkmatter new --type=LAYOUT_TYPE` will run you through making a page using a custom\n--layout type. This is useful for making a page that is not a post or a page. \n--\n--Examples of this include:\n----A bulma-clean-theme showcase page (--type=showcase)\n----A bulma-clean-theme recipe page (--type=recipe)\n----A bulma-clean-theme products page (--type=products)\n--<%= Paint['OPTIONS', 'green', :bold] %>:\n\n"
).result