diff options
Diffstat (limited to 'templates/generic/blog-post.org')
-rw-r--r-- | templates/generic/blog-post.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/generic/blog-post.org b/templates/generic/blog-post.org new file mode 100644 index 0000000..10a394b --- /dev/null +++ b/templates/generic/blog-post.org @@ -0,0 +1,15 @@ +#+TITLE: Title Goes Here +#+AUTHOR: Your Name +#+DATE: %<%Y-%m-%d> +#+FILETAGS: :blog: +#+OPTIONS: toc:nil html-postamble:nil + +* Introduction + +* Main Content + +* Conclusion + +# Local Variables: +# org-export-with-toc: nil +# End: |