Skip to content

Commit ba97752

Browse files
committed
add lektor-atom config file. creativecommons#75
1 parent 9533d5a commit ba97752

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

configs/atom.ini

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[blog]
2+
name = CC technical blog
3+
source_path = /
4+
url_path = /feed.xml
5+
blog_summary_field = description
6+
items = site.query('/blog/entries')
7+
item_title_field = title
8+
item_body_field = body
9+
item_author_field = author
10+
item_date_field = pub_date
11+
item_model = blog-post

0 commit comments

Comments
 (0)