-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
56 lines (49 loc) · 1.25 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
# Site settings
title: TileFusion
description: TileFusion is a highly efficient C++ macro kernel template library designed to elevate the level of abstraction in CUDA C for processing tiles.
baseurl: "/TileFusion"
url: "https://microsoft.github.io"
authors:
- name: "Ying Cao"
email: "[email protected]"
github: "lcy-seso"
- name: "Chengxiang Qi"
email: "[email protected]"
github: "KuangjuX"
mathjax:
enable: true # MathJax equations, e.g. true, false (default)
combo: "tex-mml-chtml"
tags: "none" # "none", "ams" (default), "all"
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"
# Build settings
markdown: kramdown
kramdown:
math_engine: mathjax
theme: minima
minima:
date_format: "%b %-d, %Y"
social_links:
- { platform: github, user_url: "https://github.com/microsoft/TileFusion" }
plugins:
- jekyll-feed
- jekyll-seo-tag
# Exclude from processing
exclude:
- 3rd-party
- .gitignore
# Navigation
header_pages:
- index.md
- docs/installation.md
- docs/index.md
- examples/index.md
- benchmarks/index.md
- docs/about.md
# Just the Docs configuration
aux_links:
"TileFusion on GitHub":
- "//github.com/microsoft/TileFusion"