-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (65 loc) · 1.73 KB
/
_config.yml
File metadata and controls
74 lines (65 loc) · 1.73 KB
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
65
66
67
68
69
70
71
72
73
74
theme: jekyll-theme-minimal
title: GiellaLT
description: <a href="/AboutGiellaLT.html">GiellaLT</a> provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more <a href="https://indigenous-langtech.uit.no">about Why</a>. See also <a href="/infra/GettingStarted.html"><b>How to get started</b><a/>, and our <a href="/Personvern.html">Privacy document</a>.
plugins:
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-gist
- jekyll-github-metadata
- jekyll-relative-links
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-default-layout
- jekyll-titles-from-headings
# HTML compression settings
compress_html:
clippings: all
comments: all
endings: all
ignore:
envs: [development]
blanklines: false
profile: false
startings: [html, head, body]
# SASS/SCSS compression
sass:
style: compressed
markdown: kramdown
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
syntax_highlighter_opts:
disable: true
# GitHub Pages kompatibilitet
repository: giellalt/giellalt.github.io
# Exclude problematic files from Jekyll processing
exclude:
- "infra/test-slidev.sh"
- "package.json"
- "package-lock.json"
- "node_modules/"
- "vendor/"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- ".git/"
- ".github/"
- ".gitignore"
- ".sass-cache/"
- ".jekyll-cache/"
- ".bundle/"
- "*-slidev/"
- "vendor/bundle/"
- "vendor/cache/"
- "vendor/gems/"
- "vendor/ruby/"
# Keep raw Slidev files accessible
keep_files:
- "*-slidev"