Skip to content

Commit a95ff8b

Browse files
committed
Added a template for blog entries, to be used as a starting point for blog posts
1 parent 3bc7406 commit a95ff8b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

entry.template

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Title: Title of Blog Entry Goes Here
2+
Author: Your Name <user@host.com>
3+
Tags: tags, separated, by, commas
4+
Time: YYYY-MM-DD HH:MM:SS
5+
--
6+
This is a template for blog entry. An entry should reside in a
7+
directory pointed by the variable $__config['blog_data_dir'] in
8+
the config.inc file. The extension of a blog entry must be .blog
9+
10+
A sample config.inc is placed in this direcotry by the name
11+
sample-config.inc. You can copy this file to config.inc and
12+
customize it.
13+

0 commit comments

Comments
 (0)