-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (41 loc) · 1.49 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
#------------------------------------------------------------------------------
# General
#------------------------------------------------------------------------------
name: "JustUs Automatica"
description: "Free tech workshops and clinics for grassroots action."
language: "en"
url: https://justus.automatica.love
baseurl: ''
future: true
#------------------------------------------------------------------------------
# Markdown processor and code highlighting
#------------------------------------------------------------------------------
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
#------------------------------------------------------------------------------
# Pagination and friendly URLs
#------------------------------------------------------------------------------
paginate: 10
paginate_path: /page-:num
permalink: /:title
#------------------------------------------------------------------------------
# Social sharing, comments and RSS.
#------------------------------------------------------------------------------
enable-share: true
twitter: ""
github: ""
rss-feed-limit: 10
rss-show-full: false
#------------------------------------------------------------------------------
# Configuration, plugins, gems, etc..
#------------------------------------------------------------------------------
source: .
destination: ./_site
gems: ['jekyll-paginate']
sass:
style: :compressed
sass_dir: assets/css/