forked from TheBigRoomXXL/tinyfeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 762 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
29 lines (29 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: tinyfeed documentation
site_url: https://feed.lovergne.dev/
repo_url: https://github.com/thebigroomxxl/tinyfeed
site_author: TheBigRoomXXL
copyright: MIT
theme:
name: readthedocs
logo: img/logo.svg
markdown_extensions:
- admonition
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Usage: usage.md
- Daemon mode: daemon.md
- Pipelining: pipelining.md
- Configuration: configuration.md
- Customization:
- Styling: styling.md
- Scripting: scripting.md
- Templating: templating.md
- Workflows:
- Cron: cron.md
- Docker: docker.md
- Systemd: systemd.md
- OpenRC: openrc.md
- Github Action and Page: github.md
- OPML Export: opml.md