-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (38 loc) · 772 Bytes
/
_config.yml
File metadata and controls
40 lines (38 loc) · 772 Bytes
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
exclude:
- gradle
- kotlin-js-store
- src
highlighter: rouge
incremental: false
lsi: false
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
safe: true
title: Tix
plugins:
- jekyll-include-cache
# Minimal Mistakes Setup
# A sample configuration file can be found here -
# https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
atom_feed:
hide: true
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
toc: true
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/ncipollo/tix-core"
minimal_mistakes_skin: dark
repository: "ncipollo/tix-core"