- Share your foam/obsidian/markdown notes in a simple and intuitive way ! Support [[roamlike link]]
This template use mkdocs, mkdocs-material, mkdocs-roamlinks-plugin and many mkdocs plugins.
- fork this repository , go to repo
setting -> action -> workflow permissionschange toread and write permissions - copy
.github mkdocs.yml requirements.txtto your repo, and createdocsdirectory - add your documents to
docs,docs/index.mdis the main page of the website - open
mkdocs.yml, modifysite_nameto your website name, this file is the setting of website, visit link below to get more information(for example, you may want to change language to en)
- push to github, ps: before push to github, you may want to preview your website locally, please view deploy locally
- go to github setting, open github page, choose
gh-pagesbranch, wait a moment, then visithttp://<your-github-username.github.io/<your-repo>, for example:jackiexiao.github.io/blog/ - Done! That's all! Have fun!
Thx to Github Action, it make deploy a blog so easy, all you need todo is modify and push your file
The simplest way: Enter your local repo directory, make sure your python > 3.6
pip install -U -r requirements.txt
mkdocs serve
Then visit http://127.0.0.1:8000/
This template will convert roam/obsidian/foam like links to web support links
| origin | convert |
|---|---|
[Git Flow](git_flow.md) |
[Git Flow](../software/git_flow.md) |
[[Git Flow]] |
[Git Flow](../software/git_flow.md) |
![[image.png]] |
 |
[[#Heading identifiers]] |
[Heading identifiers in HTML](#heading-identifiers-in-html) |
[[Git Flow#Heading]] |
[Git Flow](../software/git_flow.md#heading) |
