You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
849 B
33 lines
849 B
site_name: "Org-Roam: Roam + Org-Mode = ♥" |
|
repo_url: https://github.com/jethrokuan/org-roam/ |
|
edit_uri: edit/master/doc/ |
|
copyright: "Copyright (C) 2020 Jethro Kuan and contributors" |
|
docs_dir: doc |
|
nav: |
|
- Home: index.md |
|
- A Tour of Org-Roam: tour.md |
|
- Installation: installation.md |
|
- Configuration: configuration.md |
|
- Ecosystem: ecosystem.md |
|
- Similar Packages: comparison.md |
|
- "Appendix: Note-taking Workflow": notetaking_workflow.md |
|
- "Appendix: Graph Setup": graph_setup.md |
|
markdown_extensions: |
|
- admonition |
|
- pymdownx.betterem: |
|
smart_enable: all |
|
- pymdownx.caret |
|
- pymdownx.critic |
|
- pymdownx.details |
|
- pymdownx.mark |
|
- pymdownx.smartsymbols |
|
- pymdownx.superfences |
|
- pymdownx.tasklist: |
|
custom_checkbox: true |
|
- pymdownx.tilde |
|
|
|
theme: |
|
name: 'material' |
|
palette: |
|
primary: 'deep purple' |
|
accent: 'deep purple'
|
|
|