-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
132 lines (109 loc) · 4.77 KB
/
Copy path_config.yml
File metadata and controls
132 lines (109 loc) · 4.77 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# remote_theme: pmarsceill/just-the-docs
# Use the locally-installed just-the-docs gem (0.12.0, see Gemfile) instead of
# remote_theme: same theme version, but no network fetch / theme resolution at
# build time. Part of the Jekyll 4 build-speed work (issue #81).
theme: just-the-docs
# Fixed at 0.2.8 because of: https://github.com/makeabilitylab/physcomp/issues/9
# remote_theme: pmarsceill/just-the-docs@v0.2.8
# For "Just the Docs" configuration options, see:
# - https://pmarsceill.github.io/just-the-docs/docs/configuration/
title: Physical Computing
description: An open-source interactive textbook for learning physical computing, including Arduino, ESP32, sensors, and signal processing. By the Makeability Lab at UW.
tagline: Learn Arduino, ESP32, sensors, and more with this open-source interactive textbook for physical computing.
# Turn on incremental building to reduce overall build time (still in beta)
# See: https://jekyllrb.com/docs/configuration/incremental-regeneration/
incremental: true
# Search is enabled by default (follows just-the-docs defaults).
search_enabled: true
# Sass (jekyll-sass-converter 3.x / dart-sass under Jekyll 4):
# quiet_deps: silence the @import / darken() deprecation warnings emitted by
# the just-the-docs theme's own SCSS (not our code).
# sourcemap: don't emit .css.map files into _site.
sass:
quiet_deps: true
sourcemap: never
# site.url: https://jonfroehlich.github.io/physcomp
# Make absolute paths work with GitHub pages
# See: https://stackoverflow.com/a/19173888/388117
baseurl: /physcomp
url: "https://makeabilitylab.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# For copy button on code
enable_copy_code_button: true
# Jekyll plugins. These were previously auto-enabled by the github-pages gem;
# after moving to Jekyll 4 (issue #81) they are declared explicitly here and in
# the Gemfile's :jekyll_plugins group.
# jekyll-sitemap -> /sitemap.xml (submittable to search engines)
# jekyll-relative-links -> rewrites internal .md links to .html
# jekyll-include-cache -> just-the-docs uses {% include_cached %}
# jekyll-seo-tag -> just-the-docs head dependency
plugins:
- jekyll-sitemap
- jekyll-relative-links
- jekyll-include-cache
- jekyll-seo-tag
# custom site variables
arduino_github_baseurl: "https://makeabilitylab.github.io/physcomp/"
comments: false
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/physcomp-logo-800w.jpg"
defaults:
- scope:
path: ""
values:
image: /assets/images/physcomp-og-card.jpg
# Added this excerpt_separator due to the following:
# https://blog.slaks.net/2013-08-09/jekyll-tag-was-never-closed/
# excerpt_separator: ""
# Enable support for hyphenated search words:
# search_tokenizer_separator: /[\s/]+/
# For the auto-generated table of contents, set the levels to include in the TOC
kramdown:
toc_levels: "1..3"
# Callouts are now supported as part of v.0.4.0.rc4
# See: https://just-the-docs.github.io/just-the-docs/docs/configuration/#callouts
# See: https://just-the-docs.github.io/just-the-docs/docs/ui-components/callouts/
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
tip:
title: Tip
color: green
note:
title: Note
color: purple
information:
title: Information
color: yellow
warning:
title: Warning
color: red
# Aux links for the upper right navigation
aux_links:
"Makeability Lab":
- "https://makeabilitylab.cs.washington.edu"
# Heading anchor links appear on hover over h1-h6 tags in page content
# allowing users to deep link to a particular heading on a page.
#
# Supports true (default) or false/nil
heading_anchors: true
# Footer content appears at the bottom of every page's main content
footer_content: "All content is <a href=\"https://github.com/makeabilitylab/physcomp\">open source</a> and produced by the <a href=\"https://makeabilitylab.cs.washington.edu\">Makeability Lab</a> and Professor <a href=\"https://github.com/jonfroehlich\">Jon E. Froehlich</a>. Found an error? File a <a href=\"https://github.com/makeabilitylab/physcomp/issues\">GitHub Issue</a>."
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: G-2M632VWSRH