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:
Manuel Ebert 2019-07-07 19:21:59 -07:00
parent 3a72313d06
commit b7e077be68
52 changed files with 1579 additions and 5621 deletions

23
mkdocs.yml Normal file
View 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