forked from jimmitchell/mnml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
129 lines (129 loc) · 3.34 KB
/
plugin.json
File metadata and controls
129 lines (129 loc) · 3.34 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"version": "2.8.1",
"title": "mnml",
"description": "A minimal, simple and clean Micro.blog theme.",
"fields": [
{
"field": "defaultContentLanguage",
"label": "Site Language",
"type": "string",
"placeholder": "Preferred language code (e.g. en, de, fr, es)."
},
{
"field": "params.fediverse_creator",
"label": "Fediverse creator",
"type": "string",
"placeholder": "@username@mastodon.instance"
},
{
"field": "params.use_short_date",
"label": "Use a short date format",
"type": "boolean"
},
{
"field": "params.narrow_header",
"label": "Use a narrow site header",
"type": "boolean"
},
{
"field": "params.hide_avatar",
"label": "Hide header avatar",
"type": "boolean"
},
{
"field": "params.custom_avatar",
"label": "Custom avatar",
"type": "string",
"placeholder": "Enter a full URL to an image. Ignored if avatar is hidden."
},
{
"field": "params.pinned_category",
"label": "Pinned post category",
"type": "string",
"placeholder": "Category for the latest pinned post. Leave blank otherwise."
},
{
"field": "params.home_category",
"label": "Home page categories",
"type": "string",
"placeholder": "Home page categories. Leave blank for all posts."
},
{
"field": "params.show_full_post",
"label": "Show full posts on homepage",
"type": "boolean"
},
{
"field": "params.show_read_time",
"label": "Show read time on titled posts",
"type": "boolean"
},
{
"field": "params.enable_code_copy_button",
"label": "Enable copy button for code blocks",
"type": "boolean"
},
{
"field": "params.category_full_post",
"label": "Show full posts on category pages",
"type": "boolean"
},
{
"field": "params.show_categories",
"label": "Show categories on archives page",
"type": "boolean"
},
{
"field": "params.show_category_count",
"label": "Show post count for archive page categories",
"type": "boolean"
},
{
"field": "params.photos_category",
"label": "Photos category",
"type": "string",
"placeholder": "Set a single photo category. Leave blank for all images."
},
{
"field": "params.all_formats",
"label": "Display all image formats (jpg, png, webp, etc.).",
"type": "boolean"
},
{
"field": "params.masonry_layout",
"label": "Use photos masonry layout",
"type": "boolean"
},
{
"field": "params.full_width_photos",
"label": "Use a wider photos page",
"type": "boolean"
},
{
"field": "params.single_image",
"label": "Show first post image only",
"type": "boolean"
},
{
"field": "params.search_results",
"label": "Number of search results",
"placeholder": "Defaults to 5 if left blank.",
"type": "string"
},
{
"field": "params.hide_copyright",
"label": "Hide the footer copyright",
"type": "boolean"
},
{
"field": "params.footer_rss",
"label": "Add a RSS link in the footer",
"type": "boolean"
},
{
"field": "params.hide_credit",
"label": "Hide footer credits",
"type": "boolean"
}
]
}