-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (51 loc) · 1.01 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
# main text of home
name: Oslo Software Architecture
bio: Det største arkitekturmiljøet i Norge
description: The homepage of OSWA.
url: https://oswa.no
timezone: Europe/Oslo
analytics-google: 'UA-143762434-1'
permalink: /:title/
markdown: kramdown
highlighter: rouge
title: Oslo Software Architecture
email: [email protected]
# Social Media accounts
# facebook: myfacebook
twitter: OsloSWA
#instagram: OsloSWA
# pinterest: OsloSWA
# linkedin: OsloSWA
# youtube: OsloSWA
# spotify: OsloSWA
github: OsloSWA
# lanyrd: OsloSWA
# stackoverflow: 00000/OsloSWA
# medium: OsloSWA
# vimeo: OsloSWA
plugins_dir: ./_plugins
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-paginate
collections:
sections:
output: false
pages:
output: true
permalink: /:name.html
# Exclude from processing.
exclude:
- package.json
- package-lock.json
- package-scripts.js
- generator.js
- Gemfile
- Gemfile.lock
- node_modules
- README.md
sass:
sass_dir: _sass
style: :compressed