H1 Header
Subtitle class for a fancy tagline
Responsive
Resize your browser to see how the page responds to different screen sizes. Breakpoints are
phone | 768px | tablet | 1024px | laptop
- Under 1024px Hamburger menu icon appears, left TOC hidden & moved to menu
- Under 768px right TOC hidden; current version of this template does not place it in menu
H3 Header
Top Buttons
Click the buttons at the top to view/edit source code on GitHub, and to toggle the theme between light, dark, and default modes. The chosen theme persists across page views.
Scrollspy
See it highlight your position on the page to the right.
Abbreviations
Hover over the abbreviations. See python-markdown doc.
The HTML specification is maintained by the W3C.
Admonitions
See python-markdown docs for usage.
An admonition without a title.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
An ‘info’ admonition with title
The quick brown fox jumps over the lazy log.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Code
A client connects to a server using an SSH URI such as
ssh://[user@]<server-hostname><some-path>
The square brackets [user@] indicate that part is optional. If the username on the client and the server are the same, this can be omitted. The <server-hostname> is the server’s domain name or IP address; it might be, for example, the name of a server in your home myHomelab.local, or it might be an external website like example.com:
ssh://ted@example.com/path/to/project.git
Tables
| Startup page | |
|---|---|
Raspberry Pi Device |
Raspberry Pi 5 |
Operating System |
Raspberry Pi OS (64-bit) Raspberry Pi OS (other) >> Raspberry Pi OS Lite (64-bit) |
Storage |
Select the micro SD card |
Attribute Lists
If you view our source you will notice the use of attribute lists such as
{: #someid .someclass somekey='some value' }
To add class, id, and other info to HTML tags. See python-markdown doc for usage.
To suggest an edit or correction to this page, please click the "Edit this page" button below or at the top to access the source file on GitHub.
