-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
93 lines (85 loc) · 2.13 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
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
title: RubyVE
name: RubyVE
tagline: Grupo de Usuarios Ruby de Venezuela
connect:
twitter: https://twitter.com/rubyve
gplus: https://plus.google.com/communities/106213524853304399957
ggoogle: https://groups.google.com/forum/#!forum/rubyve
github: https://github.com/ruby-ve
irc: irc://irc.freenode.net/#rubyve
temario: https://docs.google.com/spreadsheet/ccc?key=0AlFW4ZKapXzcdDlpLXk4QjdNaHlDSGh5cURSV1JtX3c&hl=en&forcehl=1#gid=1
analytics:
google:
id: UA-19430884-2
domain: ruby.org.ve
exclude:
- README.md
- Gemfile
- Gemfile.lock
- CC-LICENSE
- LAYON-LICENSE
markdown: redcarpet
highlighter: pygments
permalink: pretty
host: 0.0.0.0
port: 3000
baseurl: ""
url: http://ruby.org.ve
lsi: false
gems:
- jekyll-sitemap
- jemoji
prose:
rooturl: '_posts'
siteurl: 'https://ruby-ve.github.io/'
media: 'assets'
metadata:
_posts:
- name: 'layout'
field:
element: 'hidden'
value: 'post'
- name: "title"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "author"
field:
element: "text"
label: "Author Full Name"
value: ""
placeholder: "Pedro Perez"
type: "text"
- name: "author_twitter"
field:
element: "text"
label: "Author Twitter Handle"
value: ""
placeholder: "rubyve"
type: "text"
- name: "description"
field:
element: "text"
label: "Description"
value: ""
placeholder: "Add a post description under 155 characters."
type: "text"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
alterable: true
options:
- name: "Comunidad"
value: "comunidad"
- name: "Hangout"
value: "hangout"
- name: "Ruby Tuesdays"
value: "ruby-tuesdays"
- name: "Reunión"
value: "reunión"
- name: "Anuncio"
value: "anuncio"