forked from pointbar/contribs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (62 loc) · 1.73 KB
/
_config.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
daktary:
home: /daktary/contribs/examples
meta:
title: 'Daktary: A dead simple kind of blog'
description: 'For writers who want a very simple tool for writing and publishing her numerics contents, Daktary unlike to wordpress help us to keep focus and to present a readable contents for readers.'
ghRepos:
- label: daktary-contribs
account: daktary
repo: contribs
folder: examples
- label: Vincent Ferries
account: vferries
repo: blog
folder: _posts
branch: gh-pages
- label: multibao
account: multibao
repo: contributions
folder: contributions
- label: Les traducteurs agiles
account: les-traducteurs-agiles
repo: les-traducteurs-agiles.github.io
folder: _posts
dkCss: assets/css/daktary.css
dkImgPath: assets/img
dk404: https://raw.githubusercontent.com/daktary/contribs/master/assets/img/error404.png
prose:
rooturl: 'examples'
media: 'media'
metadata:
contributions:
- name: "author"
field:
element: "text"
label: "Author"
value: "author"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "description"
field:
element: "textarea"
label: "Description"
value: ""
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Agile"
value: "agile"
- name: "Collaboratif"
value: "collaboratif"
- name: "Scopyleft"
value: "scopyleft"
- name: "Meteor"
value: "meteor"
- name: "Lean"
value: "lean"