Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ url: "https://makeabilitylab.github.io" # the base hostname & protocol for your
# For copy button on code
enable_copy_code_button: true

# Jekyll plugins. jekyll-sitemap generates /sitemap.xml (submittable to search
# engines) to help indexing. It ships with the github-pages gem and is on the
# GitHub Pages plugin whitelist, so it works under both the legacy build and the
# GitHub Actions build (#98).
plugins:
- jekyll-sitemap

# custom site variables
arduino_github_baseurl: "https://makeabilitylab.github.io/physcomp/"
comments: false
Expand Down
2 changes: 1 addition & 1 deletion advancedio/smoothing-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $$
S_{i} =
\begin{cases}
X_{1} & \text{if i = 1}\\
\alpha \cdot X_{i} + (1 - \alpha) \cdot S_{i-1} & \text{if i $>$ 1}
\alpha \cdot X_{i} + (1 - \alpha) \cdot S_{i-1} & \text{if i > 1}
\end{cases}
$$

Expand Down
9 changes: 6 additions & 3 deletions esp32/esp32-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ With your IDE set up, you're ready to start building ESP32 projects!

Head back to [Lesson 1: Introduction to the ESP32](esp32.md) to learn about the hardware, or jump straight to [Lesson 2: Blinking an LED](led-blink.md) if you're ready to write code.

<span class="fs-6">
[Back to: Introduction to the ESP32](esp32.md){: .btn .btn-outline }
</span>
<nav class="lesson-nav" aria-label="Lesson navigation">
<a href="esp32.html" class="nav-prev">
<div class="nav-label">&larr; Previous Lesson</div>
<div class="nav-title">Introduction to the ESP32</div>
</a>
</nav>
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://makeabilitylab.github.io/physcomp/sitemap.xml