mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16: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
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -17,6 +17,7 @@ develop-eggs
|
|||
.installed.cfg
|
||||
lib
|
||||
lib64
|
||||
.python-version
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
@ -28,10 +29,8 @@ Icon
|
|||
_build
|
||||
_sources
|
||||
_static
|
||||
*.html
|
||||
objects.inv
|
||||
searchindex.js
|
||||
docs/_themes/jrnl/static/css/jrnl.css
|
||||
|
||||
# MS Visual Studio (PyTools)
|
||||
obj
|
||||
|
@ -43,8 +42,6 @@ obj
|
|||
env/
|
||||
env*/
|
||||
|
||||
docs/_themes/jrnl/static/less/3L.less
|
||||
|
||||
# PyCharm Project files
|
||||
.idea/
|
||||
|
||||
|
@ -53,3 +50,4 @@ exp/
|
|||
|
||||
_extras/
|
||||
*.sublime-*
|
||||
site/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue