-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
60 lines (47 loc) · 1.21 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
theme: jekyll-theme-cayman
title: Digital Systems Design Lab
description: Labs
footer-links:
dribbble:
email: [email protected]
github: https://github.com/stanford-ppl/spatial-lang
page-img: "/img/spatial.jpg"
font:
enable: true
# Global font settings used on <body> element.
global:
# external: true will load this font family from host.
external: true
family: "Fira Code"
# Font settings for Headlines (h1, h2, h3, h4, h5, h6)
# Fallback to `global` font settings.
headings:
external: true
family: "Fira Code"
# Font settings for posts
# Fallback to `global` font settings.
posts:
external: true
family: "Fira Code"
# Font settings for Logo
# Fallback to `global` font settings.
# The `size` option use `px` as unit
logo:
external: true
family: "Fira Code"
# Font settings for <code> and code blocks.
codes:
external: true
family: "Fira Code"
# font:
# # The normal (roman) font face to use.
# # Style can be specified to pick a specific face.
# normal:
# family: "Fira Code"
# style: Retina
# # The bold font face
# bold:
# family: "Fira Code"
# # The italic font face
# italic:
# family: "Fira Code"