-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
105 lines (93 loc) · 2.55 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
# Dependencies
markdown: kramdown
# Permalinks
permalink: pretty
# Setup
title: Slovenia RUG
description: Slovenia Ruby User Group
url: http://www.rug.si
encoding: utf-8
social:
meetup: http://www.meetup.com/RubySlovenia/
facebook: https://www.facebook.com/groups/RubySlovenia/
github: https://github.com/RubySlovenia
slack: https://join.slack.com/t/rubyslovenia/shared_invite/zt-2sedgruvo-gT0KbZbJegW~rK3Jmln~Lg
email: [email protected]
newsletter:
archive: http://us8.campaign-archive2.com/home/?u=fb83f064e1568f91a529d959f&id=4ac5bafc63
meetup:
archive: http://www.meetup.com/RubySlovenia/events/past/
authors:
mrfoto:
name: Miha Rekar
url: http://mr.si/
email: [email protected]
otobrglez:
name: Oto Brglez
url: http://otobrglez.opalab.com/
email: [email protected]
zigomir:
name: Žiga Vidic
url: https://twitter.com/zigomir
email: [email protected]
jurgen:
name: Matic Jurglič
url: http://codeandtechno.com
email: [email protected]
knagode:
name: Klemen Nagode
url: http://www.klemen.info
email: [email protected]
lenartr:
name: Lenart Rudel
url: https://www.linkedin.com/in/lenartr/
email: [email protected]
danes:
name: Dane Šoba
url: https://si.linkedin.com/in/dane-šoba-9a70073
email: [email protected]
antonpot:
name: Marko Potočnik
url: https://twitter.com/mapotocnik
email: [email protected]
darkobodnaruk:
name: Darko Bodnaruk
url: https://twitter.com/darkobodnaruk
email: [email protected]
predkambrij:
name: Alojzij Blatnik
url: https://github.com/predkambrij
szlend:
name: Simon Žlender
url: https://github.com/szlend
zprima:
name: Primož Žnidar
url: https://github.com/zprima
email: [email protected]
xpepermint:
name: Kristijan Sedlak
url: https://github.com/xpepermint
mfilej:
name: Miha Filej
url: http://miha.filej.net
email: [email protected]
kcrnivec:
name: Krištof Črnivec
url: https://blog.crnivec.com/
email: [email protected]
paginate: 9
# defaults
sass:
style: expanded # nested|expanded|compact|compressed
deploy_style: compressed # nested|expanded|compact|compressed
# "deploy_style:" is used only for building the site
# (ie: not using the --watch flag)
compile_in_place: false # true|false
# If true, compiles sass directly into your jekyll source directory
# As well as your destination directory
sass_dir: assets/css
plugins:
- jekyll-mentions
- jemoji
- jekyll-sitemap
- jekyll-paginate