-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
124 lines (118 loc) · 3.12 KB
/
_config.yml
File metadata and controls
124 lines (118 loc) · 3.12 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
# Sitewide configuration settings. Set `title` to the site title, which
# will be appended to the URL following {{page.title}} |
title: ThinkOpen Solutions Brasil
url: http://localhost:4000
baseurl:
permalink: /:categories/:title
markdown: rdiscount
exclude:
- .gitignore
- README.md
- ga-api-privatekey.p12
- Gemfile
- Gemfile.lock
languages: &languages
- name: 'Português'
value: 'pt-br'
#- name: 'English'
# value: 'en'
#- name: 'Español'
# value: 'es'
siteurl: 'http://www.thinkopensolutions.com.br'
email: 'comercial@tkobr.com'
searchurl: 'http://search.thinkopensolutions.com.br'
searchproxy: 'http://www.thinkopensolutions.com.br'
# Custom Collections
# Creates a globally accessible list of posts based on these specified metadata variables
jekyll_collect:
- topics
# Settings for Google Analytics post sorting
jekyll_ga:
host: 'insert_host'
port: 'insert_port'
service_account_email: 527118645338@developer.gserviceaccount.com
key_file: ga-api-privatekey.p12
key_secret: notasecret
profileID: ga:78051758
start: last month # Beginning of report
end: now # End of report
metric: ga:pageviews # Metric code
segment: # optional
filters: # optional
sort: true # Sort posts by this metric
# Advanced list sorting
jekyll_sort:
- src: posts
by: date
direction: down
dest: blogposts
include_categories:
- blog
- src: posts
by: title
direction: up
dest: glossary
include_categories:
- glossary
#Jekyll Asset Bundler
asset_bundler:
compress:
js: yui
css: yui
base_path: /bundles/
server_url:
remove_bundled: false
dev: true
markup_templates:
js: "<script type='text/javascript' src='{{url}}'></script>\n"
css: "<link rel='stylesheet' type='text/css' href='{{url}}' />\n"
# Prose settings
prose:
media: 'img'
rooturl: "_posts"
siteurl: "http://www.thinkopensolutions.com.br"
relativeLinks: "http://www.thinkopensolutions.com.br/resources/prose/relativeLinks.jsonp"
site:
tags: "http://www.thinkopensolutions.com.br/api/tags.jsonp"
metadata:
_posts/blog:
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "meta-title"
field:
element: "text"
label: "Meta Title"
value: ""
- name: "meta-description"
field:
element: "text"
label: "Meta Description"
value: ""
- name: "title-short"
field:
element: "text"
label: "Title Short"
value: ""
- name: "layout"
field:
element: "select"
label: "Select a layout"
placeholder: "Default"
options:
- name: "blog"
value: "blog"
selected: "blog"
- name: "comments"
field:
element: "select"
label: "Enable comments"
placeholder: "Default"
options:
- name: "yes"
value: "yes"
- name: "no"
value: "no"
selected: "yes"