98 lines
2.2 KiB
YAML
98 lines
2.2 KiB
YAML
# Project information
|
|
site_name: 'Kobol Wiki'
|
|
site_description: 'Kobol Wiki'
|
|
site_author: 'Kobol Team'
|
|
site_url: 'https://wiki.kobol.io'
|
|
|
|
# Repository
|
|
repo_name: 'Kobol GitHub Repo'
|
|
repo_url: 'https://github.com/helios-4'
|
|
edit_uri: ''
|
|
|
|
# Copyright
|
|
copyright: 'Copyright © Kobol Innovations Pte. Ltd. 2020'
|
|
|
|
# Documentation and theme
|
|
theme:
|
|
name: 'material'
|
|
language: 'en'
|
|
favicon: './img/favicon.png'
|
|
logo: './img/kobol_logo.png'
|
|
custom_dir: 'theme'
|
|
palette:
|
|
primary: 'teal'
|
|
accent: 'pink'
|
|
font:
|
|
text: 'Roboto'
|
|
code: 'Roboto Mono'
|
|
|
|
|
|
# Options
|
|
extra:
|
|
social:
|
|
- type: 'home'
|
|
link: 'https://kobol.io'
|
|
- type: 'github'
|
|
link: 'https://github.com/helios-4'
|
|
- type: 'facebook'
|
|
link: 'https://facebook.com/kobol.io'
|
|
- type: 'twitter'
|
|
link: 'https://twitter.com/kobol_io'
|
|
- type: 'rss-square'
|
|
link: 'https://blog.kobol.io'
|
|
disqus: 'kobol-wiki'
|
|
sd_release:
|
|
latest: '19/11/2019'
|
|
|
|
# Google Analytics
|
|
google_analytics:
|
|
- 'UA-96982596-2'
|
|
- 'auto'
|
|
|
|
# Plugins
|
|
plugins:
|
|
- search
|
|
- git-revision-date
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- admonition
|
|
- meta
|
|
- codehilite:
|
|
guess_lang: False
|
|
- toc:
|
|
permalink: True
|
|
- lightgallery
|
|
|
|
# Page naming
|
|
nav:
|
|
- 欢迎: 'index.md'
|
|
- Helios64:
|
|
- 介绍: 'helios64/intro.md'
|
|
- Helios4:
|
|
- 介绍: 'helios4/intro.md'
|
|
- 套件组装: 'helios4/kit.md'
|
|
- 下载: 'helios4/download.md'
|
|
- 安装: 'helios4/install.md'
|
|
- 操作系统:
|
|
- Arch Linux : 'helios4/arch.md'
|
|
- Armbian : 'helios4/armbian.md'
|
|
- FreeBSD : 'helios4/freebsd.md'
|
|
- Syncloud : 'helios4/syncloud.md'
|
|
- U-Boot (bootloader) : 'helios4/uboot.md'
|
|
- 软件:
|
|
- Mdadm (RAID) : 'helios4/mdadm.md'
|
|
- NextCloud : 'helios4/nextcloud.md'
|
|
- OpenMediaVault : 'helios4/omv.md'
|
|
- 硬件:
|
|
- 概览 : 'helios4/hardware.md'
|
|
- CESA (硬件加密) : 'helios4/cesa.md'
|
|
- GPIO : 'helios4/gpio.md'
|
|
- I2C (OLED) : 'helios4/i2c.md'
|
|
- LED : 'helios4/led.md'
|
|
- PWM (Fan) : 'helios4/pwm.md'
|
|
- SDIO (SD 卡) : 'helios4/sdcard.md'
|
|
- SPI (NOR 闪存) : 'helios4/spi.md'
|
|
- Wake-on-LAN : 'helios4/wol.md'
|
|
- 文档: 'helios4/docs.md'
|
|
- 关于我们: 'about.md'
|