-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (37 loc) · 1.06 KB
/
Copy path_config.yml
File metadata and controls
43 lines (37 loc) · 1.06 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
# Jekyll / GitHub Pages (publish from Settings → Pages → Branch: main, folder /docs)
# Fix baseurl to match your repo name if different.
title: "First Principles"
description: "Beta 1.0 — Interactive Unity graphing calculator and derivative-driven platformer — documentation"
url: "https://gamegenesis.github.io"
baseurl: "/First-Principles"
markdown: kramdown
highlighter: rouge
permalink: pretty
# Kramdown options (LaTeX \(…\) / \[…\] is passed through for MathJax in _includes/custom-head.html)
kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
# Minima 3.x navigation (adds top links on the generated site)
header_pages:
- index.md
- privacy-policy.md
- setup.md
- gameplay.md
- first-principles-business.md
- math-concepts.md
- competition-math.md
- amc-10-12.md
- engineering-math.md
- architecture.md
- ci.md
- troubleshooting.md
# Minima skin (optional): dark, classic, solarized, solarized-dark
# minima:
# skin: dark
exclude:
- Gemfile
- Gemfile.lock
- README.md