mirror of
https://github.com/t2linux/wiki.git
synced 2026-08-16 05:18:11 -07:00
feat: migrate to Zensical
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
# Moved
|
||||
|
||||
Moved to [postinstall.md](postinstall.md)
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
# Moved
|
||||
|
||||
Moved to [wifi-bluetooth.md](wifi-bluetooth.md)
|
||||
+20
-3
@@ -1,13 +1,30 @@
|
||||
# To build the documentation use `build.py`
|
||||
# To build the documentation use Zensical
|
||||
|
||||
site_name: t2linux wiki
|
||||
site_author: the t2linux.org contributors
|
||||
site_url: https://t2linux.org/
|
||||
copyright: "© 2021-2024 t2linux.org CC-BY-SA-4.0"
|
||||
copyright: "© 2021-2025 t2linux.org CC-BY-SA-4.0"
|
||||
|
||||
theme:
|
||||
palette:
|
||||
scheme: slate
|
||||
- media: "(prefers-color-scheme)"
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
name: Switch to light mode
|
||||
|
||||
# Palette toggle for light mode
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
|
||||
# Palette toggle for dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to system preference
|
||||
name: material
|
||||
custom_dir: theme
|
||||
font: false
|
||||
|
||||
+7
-2
@@ -1,5 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block announce %}
|
||||
Join our <a href="https://discord.com/invite/68MRhQu">Discord Server</a>
|
||||
{% endblock %}
|
||||
<style>
|
||||
.announce-text {
|
||||
color: var(--md-typeset-color);
|
||||
}
|
||||
</style>
|
||||
<span class="announce-text">Join our <a href="https://discord.com/invite/68MRhQu">Discord Server</a></span>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user