Helios64 Hardware Detailed Info (#27)
* Add detailed hardware info for Helios64 - Button - Ethernet - Front Panel - GPIO - I2C - Jumper - LED - M.2 - PMIC - PWM Fan - RTC - SATA - SPI - UEXT - UPS - USB * Cosmetic upgrade and adapt to latest mkdocs-material version Co-authored-by: nurix <nurix@pnsnc.local> Co-authored-by: Aditya Prayoga <aditya@kobol.io>
This commit is contained in:
parent
d67bc27932
commit
5ba93f2c13
96 changed files with 1268 additions and 241 deletions
15
theme/partials/download.html
Normal file
15
theme/partials/download.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% import "partials/language.html" as lang with context %}
|
||||
|
||||
<a
|
||||
href="/download/"
|
||||
title="Download"
|
||||
class="md-source"
|
||||
>
|
||||
<div class="md-source__icon md-icon">
|
||||
{% set icon = "fontawesome/solid/sd-card" %}
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</div>
|
||||
<div class="md-source__repository">
|
||||
Download
|
||||
</div>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue