-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
102 lines (82 loc) · 3.56 KB
/
_config.yml
File metadata and controls
102 lines (82 loc) · 3.56 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
# 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
remote_theme: just-the-docs/just-the-docs@v0.8.1
# 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: A learning resource for prototyping interactive digital-physical systems
# Turn on incremental building to reduce overall build time (still in beta)
# See: https://jekyllrb.com/docs/configuration/incremental-regeneration/
incremental: true
# Google Gemini suggested I try this to reduce build time, which is often 20 secs
# or longer on my desktop (AMD Ryzen 7 3800X 8-Core Processor 3.90 GHz with 32 GB RAM)
cache: true
# Gemini also suggested I disable search for local builds
# Note: Search is enabled by default (and this follows just-the-docs defaults)
search_enabled: true
# 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://just-the-docs.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# For copy button on code
enable_copy_code_button: true
# 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/logo.png"
# 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/]+/
# 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":
- "//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