mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Moving from sphinx to mkdocs
Cleaning up docs Lighter side bar Landing page refresh Add JSON-LD and semantic tags
This commit is contained in:
parent
3a72313d06
commit
b7e077be68
52 changed files with 1579 additions and 5621 deletions
23
mkdocs.yml
Normal file
23
mkdocs.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
site_name: jrnl
|
||||
theme:
|
||||
name: readthedocs
|
||||
custom_dir: docs/theme
|
||||
static_templates:
|
||||
- index.html
|
||||
extra_css:
|
||||
- https://fonts.googleapis.com/css?family=Open+Sans:300,600
|
||||
- assets/theme.css
|
||||
- assets/highlight.css
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
repo_url: https://github.com/jrnl-org/jrnl/
|
||||
site_author: Manuel Ebert
|
||||
site_description: Never Worry about Money Again.
|
||||
nav:
|
||||
- Overview: overview.md
|
||||
- Quickstart: installation.md
|
||||
- Basic Usage: usage.md
|
||||
- Encryption: encryption.md
|
||||
- Import and Export: export.md
|
||||
- Advanced Usage: advanced.md
|
||||
- Recipes: recipes.md
|
Loading…
Add table
Add a link
Reference in a new issue