-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
executable file
·51 lines (42 loc) · 993 Bytes
/
_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
title: Fagutvalget
subtitle: ved Institutt for Informatikk
description: |
Fagutvalget ved Institutt for Informatikk leverer hver høst kursevaluering,
og administrerer ellers bokskap ved Ole-Johan Dahls hus. Vi kan også kontaktes
angående kritikkverdige forhold ved instituttet, enten det er faglig eller
administrativt.
author: FUI
logo: FUI-hvit.png
github: "https://github.com/fui"
url: "https://ififui.no"
urlimg: "https://ififui.no/static/img/"
language: "nb"
markdown: kramdown
exclude:
- .sass-cache
- vendor
- README.md
- Gemfile
- Gemfile.lock
plugin:
- jekyll-paginate
- jekyll-gist
- jekyll-redirect-from
defaults:
- scope:
path: ""
type: "referater"
values:
show_meta: false
comments: false
author: FUI
collections:
posts:
permalink: /:collection/:path/
referater:
output: true
permalink: /:collection/:path/
paginate: 6
per_page: 6
paginate_path: "/referater/side:num/"
# vim: set ft=ansible: