[Config] add favicon and manually sort pages

This commit is contained in:
Adrian Lucrèce Céleste 2018-07-17 22:13:57 -04:00
parent 6812e65d84
commit c186f8d3a1
No known key found for this signature in database
GPG Key ID: DCF1C96EDCB2052B
7 changed files with 14 additions and 1 deletions

View File

@ -20,6 +20,7 @@ theme:
icon: 'library_books'
feature:
tabs: true
favicon: assets/images/barrier.png
# Customization
extra:
@ -48,4 +49,16 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tilde
# pages
pages:
- Introduction: index.md
- Initial Setup: initial-setup.md
- Configure the Server: Configure-the-Server.md
- Filing an Issue: filing-an-issue.md
- Platforms:
- FreeBSD: platforms/freebsd.md
- Linux: platforms/linux.md
- macOS: platforms/macos.md
- Windows: platforms/windows.md