-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
170 lines (154 loc) · 4.28 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Building FOSH following demand"
email: "[email protected]"
description: " Hi! This is the landing page for the Building FOSH followind demand project. Here you'll find news, results and information on how to collaborate with this project."
copyright: 'Copyright © 2019 FOSH All Rights Reserved.'
#======================================================
# baseurl & url must be changed for testing when forked
#======================================================
baseurl: "/"
url: "https://FOSH-following-demand.github.io"
#======================================================
#baseurl: "/"
#url: "http://localhost:4000"
#======================================================
#baseurl: "/FOSH-following-demand.github.io/"
#url: "https://amchagas.github.io"
#======================================================
# baseurl: "/amchagas/"
# url: "https://gooshie.github.io"
#======================================================
# baseurl & url must be changed for testing when forked
#======================================================
social:
- title: twitter
url: https://twitter.com/Chagas_am
- title: github
url: https://github.com/FOSH-following-demand
#- title: linkedin
# url:
highlighter: rouge
safe: False
# Build settings
markdown: kramdown
# theme: minima
# theme: jekyll-theme-leap-day
plugins:
- jekyll-feed
- jekyll-sitemap
# - jekyll-multiple-languages-plugin
exclude: [Rakefile, README.md]
t:
en:
home:
name: "Home"
url: "/en/home"
about:
name: "About"
url: "/en/about"
collaborating:
name: "Collaborating"
url: "/en/collaborating"
map:
name: "Map"
url: "/en/map"
survey:
name: "Survey"
url: "/en/survey"
building:
name: "Building"
url: "/en/building"
# end:
# name: "End"
# url: "/en/end"
pt:
home:
name: "Início"
url: "/pt/inicio"
about:
name: "Sobre"
url: "/pt/sobre"
collaborating:
name: "Colaboracao"
url: "/pt/colaboracao"
map:
name: "Mapa"
url: "/pt/mapa"
survey:
name: "Questionario"
url: "/pt/questionario"
building:
name: "Construindo"
url: "/en/building"
es:
home:
name: "Inicio"
url: "/es/inicio"
about:
name: "Sobre"
url: "/es/acerca"
collaborating:
name: "Colaboracion"
url: "/es/colaboracion"
map:
name: "Mapa"
url: "/es/mapa"
survey:
name: "Encuesta"
url: "/es/encuesta"
building:
name: "Construindo"
url: "/en/building"
# end:
# name: "End"
# url: "/en/end"
#language support
#languages: ["en", "pt_BR"]
#default_lang: "en"
#exclude_from_localization: ["javascript", "images", "css"]
#parallel_localization: true
#things that can be overwritten
# github: [metadata]
# encoding: UTF-8
# kramdown:
# input: GFM
# hard_wrap: false
# future: true
# jailed: false
# theme: jekyll-theme-primer
# gfm_quirks: paragraph_end
#things overwritten by github and Jekyll (should not be changed)
# lsi: false
# safe: true
# source: [your repo's top level directory]
# incremental: false
# highlighter: rouge
# gist:
# noscript: false
# kramdown:
# math_engine: mathjax
# syntax_highlighter: rouge
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/