-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.yml
88 lines (60 loc) · 2.72 KB
/
theme.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: simple
desription: "OpooPress simple theme"
# artifact: "org.opoo.press.themes:opoopress-theme-simple"
# url-release: "http://repo.opoopress.com/releases/org/opoo/press/themes/opoopress-theme-simple/"
# url-snapshot: "http://repo.opoopress.com/snapshots/org/opoo/press/themes/opoopress-theme-simple/"
# The renderer/template engine of this theme.
# Default template engine is FreeMarker, set this value to 'org.opoo.press.renderer.FreeMarkerRenderer' or comment below.
# renderer: "org.opoo.press.renderer.FreeMarkerRenderer"
#######################
# theme variables #
#######################
# ----------------------- #
# main settings #
# ----------------------- #
# Subscribe RSS address.
subscribe_rss: /atom.xml
# Navigation menu items.
navs: {"Blog": "/", "Archives": "/archives/", "Sample Page": "/sample-page.html", "About": "/about/"}
# The template file of new post. default 'new_post.ftl'
# new_post_template: new_post.ftl
# The template file of new page. default 'new_page.ftl'
# new_page_template: new_page.ftl
# The title prefix of category page.
# category_page_title_prefix: "Category: "
# The template file of the category page, default 'category.ftl'
# category_page_template: category.ftl
# The title prefix of tag page.
# tag_page_title_prefix: "Tag: "
# The template file of the tag page, default 'tag.ftl'
# tag_page_template: tag.ftl
# ----------------------------#
# FreeMarker Configuration #
# ----------------------------#
# FreeMarker auto import templates. 'i18n/messages.ftl' for current theme.
# freemarker.auto_import_templates: {i18n: "i18n/messages.ftl"}
# FreeMarker auto include template.
# "freemarker.auto_include_templates": ["global_template1.ftl", "global_template2.ftl"]
# Freemarker TemplateModel
freemarker.template.TemplateModel: {titlecase: "org.opoo.press.template.TitleCaseModel"}
# merge or recursive, default value is merge
freemarker.render_method: merge
# true or false, default value is true
freemarker.macro_layout: false
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
#######################
# Directories #
#######################
# Asset folder, this folder is where you can put your static resources of your theme, such as images, css files, javascript files.
# Default value is 'assets'.
# asset_dir: assets
# Source folder, this folders is where you can put your content of your theme, such as home index page, archive index page, etc.
# Default value is 'sources'
# source_dir: sources
# Template folder, this folder is where you can put template files of your theme..
# Default value is 'templates'.
# template_dir: templates
# Plugins folder, this folder is where you can put plugin jar files of your theme.
# plugin_dir: plugins