-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (51 loc) · 1.22 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
title: Studentkjellernes personalforening
name: Studentkjellernes personalforening
description: Samarbeidsforening for studentkjellerne ved Universitetet i Oslo. Samtlig betalt personell ved kjellerne er ansatt hos oss.
locale: 'nb-NO'
timezone: Europe/Oslo
url: 'https://spf.no'
# Social sites
social:
type: Organization
links:
- 'https://www.linkedin.com/company/studentkjellernes-personalforening/'
author:
github: SPF-UiO
# Set up Google Analytics
analytics:
provider: 'google-gtag'
google:
tracking_id: 'UA-4482117-3'
# See Gemfile for source
theme: minimal-mistakes-jekyll
# What should we include and exclude?
include:
- _pages
- _redirects
defaults:
# _pages (our pages)
- scope:
path: '_pages'
type: pages
values:
layout: 'single'
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# we don't have any like these
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji