Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release latest changes to production #4001

Merged
merged 6 commits into from
Jan 9, 2025
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?

gem "nokogiri", "~> 1.17"
gem "nokogiri", "~> 1.18"

# So we can add custom element templates
gem 'slim', '~> 5.2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
Expand Down Expand Up @@ -105,7 +105,7 @@ DEPENDENCIES
jekyll-asciidoc
jekyll-feed (~> 0.17)
minima (~> 2.5)
nokogiri (~> 1.17)
nokogiri (~> 1.18)
slim (~> 5.2.1)
thread_safe (~> 0.3.5)
tzinfo (~> 2.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Compute Modules use the following Raspberry Pi SoCs:
.Compute Module 5
image::images/cm5.png[alt="Compute Module 5", width="60%"]

The Compute Module 5 (CM5) combines the internals of a Raspberry Pi 5 (the BCM2712 processor and 2GB, 4GB, or 8GB of RAM) with optional 0GB (Lite), 16GB, 32GB or 64GB of eMMC flash storage.
The Compute Module 5 (CM5) combines the internals of a Raspberry Pi 5 (the BCM2712 processor and 2GB, 4GB, 8GB, or 16GB of RAM) with optional 0GB (Lite), 16GB, 32GB or 64GB of eMMC flash storage.

CM5 uses the same form factor as CM4, featuring two 100-pin high density connectors.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more information, see xref:remote-access.adoc#ssh[set up an SSH server]. Onc
[[configuring-a-user]]
==== Configure a user manually

At the root of the first partion of your SD card (the filesystem labeled `bootfs`), create a file named `userconf.txt`.
At the root of the first partition of your SD card (the filesystem labeled `bootfs`), create a file named `userconf.txt`.

This file should contain a single line of text, consisting of `<username>:<password>`: your desired username, followed immediately by a colon, followed immediately by an *encrypted* representation of the password you want to use.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,15 @@ a|
^.^a|
.Raspberry Pi 5
image::images/5.jpg[alt="Raspberry Pi 5"]
| xref:processors.adoc#bcm2712[BCM2712] (2GB version uses xref:processors.adoc#bcm2712[BCM2712D0])
| xref:processors.adoc#bcm2712[BCM2712]
a|
2GB

4GB

8GB | 40-pin GPIO header
8GB

16GB | 40-pin GPIO header
a|
* 2× micro HDMI
* 2× USB 2.0
Expand Down
4 changes: 2 additions & 2 deletions jekyll-assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
}

#mobile-toggle:checked ~ #docs-content .toc {
height: 100vh;
height: 93vh;
max-width: 100vw;
}

Expand Down Expand Up @@ -1778,4 +1778,4 @@ ul#tab-container li.selected a {
display: block;
width: 100%;
}
}
}
Loading