Create a site with mkdocs
mkdocs creates a HTML site from markdown.
This is compatible with Obsidian
- Create a new project in PyCharm
- install the package
mkdocs-material
- create an empty mkdocs project
- add a few .md files in docs
- to see a live preview in your browser
- update build settings in
mkdocs.yml
- build when done
more details can be found on the MkDocs-material tutorial
website python mkdocs markdown
web development