-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
50 lines (42 loc) · 1.29 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
title: Informator WMiI UJ
email: [email protected]
description: Informator studenta Wydziału Matematyki i Informatyki UJ
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://informator.ksi.ii.uj.edu.pl"
github_username: KSIUJ
defaults:
- scope:
path: ""
values:
image: /assets/img/bg.jpeg
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-pwa-plugin
navigation:
- {file: "index.md", title: "Start"}
- {file: "faq.md", title: "FAQ"}
- {file: "o_informatorze.md", title: "O informatorze"}
external:
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/KSIUJ/informator"}
- {title: Edit, icon: edit, url: "https://informator.ksi.ii.uj.edu.pl/edit/"}
pwa:
enabled: true # Optional
sw_src_filepath: service-worker.js # Optional
sw_dest_filename: service-worker.js # Optional
dest_js_directory: assets/js # Required
precache_recent_posts_num: 5 # Optional
precache_glob_directory: / # Optional
precache_glob_patterns: # Optional
- "{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff}"
- index.html
- "pages/*.html"
precache_glob_ignores: # Optional
- sw-register.js
- "fonts/**/*"