-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
113 lines (107 loc) · 2.11 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Site settings
title: Alternative Friday Factorio Fan Facts
url: "https://alt-f4.blog"
description: The community-driven follow-on to the beloved Factorio Friday Facts
encoding: utf-8
# author
author:
name: "Therenas"
email: "AlternativeFridayFacts@gmail.com"
url: "https://alt-f4.blog/about"
# Build settings
source: .
markdown: kramdown
highlighter: rouge
permalink: /:title/ #pretty
destination: ./_site
excerpt_separator: "<!--more-->"
sass:
style: compressed
sourcemap: never
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- submissions/
- run.sh
- run.bat
- TMP
# Plugins
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-polyglot
- jekyll-spaceship
- jekyll-sitemap
# Plugin Settings
paginate: 10
paginate_path: /page:num/
# Default Settings
# theme: minima
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
#Polyglot
languages:
- en
- cs
- de
- es
- fr
- it
- nl
# - pl
- pt-br
- ru
# - ua
- zh
default_lang: en
lang_from_path: true
parallel_localization: true
exclude_from_localization:
["./assets/*", "javascript", "images", "css", "README.md"]
jekyll-spaceship:
processors:
- table-processor
- mathjax-processor
- mermaid-processor
- media-processor
mathjax-processor:
src:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
config:
tex:
inlineMath:
- ["$", "$"]
- ['\(', '\)']
svg:
fontCache: "global"
mermaid-processor:
mode: default # mode value 'pre-fetch' for fetching image at building stage
css:
class: mermaid
syntax:
code: "mermaid!"
config:
theme: dark
src: https://mermaid.ink/svg/
media-processor:
default:
id: "media-{id}"
class: "media"
width: "80%"
height: 504
frameborder: 0
style: "max-width: 896px;"
allow: "encrypted-media; picture-in-picture"
show_drafts: true