|
| 1 | +# https://zensical.org/docs/setup/basics/ |
| 2 | +[project] |
| 3 | +edit_uri = "" |
| 4 | +repo_name = "br3ndonland/template-python" |
| 5 | +repo_url = "https://github.com/br3ndonland/template-python" |
| 6 | +site_description = "Documentation for the template-python GitHub repo" |
| 7 | +site_dir = "public" |
| 8 | +site_name = "template-python docs" |
| 9 | +site_url = "" |
| 10 | +use_directory_urls = false |
| 11 | + |
| 12 | +[project.markdown_extensions.admonition] |
| 13 | + |
| 14 | +[project.markdown_extensions.pymdownx.details] |
| 15 | + |
| 16 | +[project.markdown_extensions.pymdownx.inlinehilite] |
| 17 | + |
| 18 | +[project.markdown_extensions.pymdownx.magiclink] |
| 19 | +user = "br3ndonland" |
| 20 | +repo = "template-python" |
| 21 | +repo_url_shorthand = true |
| 22 | + |
| 23 | +[project.markdown_extensions.pymdownx.snippets] |
| 24 | + |
| 25 | +[project.markdown_extensions.pymdownx.superfences] |
| 26 | + |
| 27 | +[project.markdown_extensions.pymdownx.tasklist] |
| 28 | +clickable_checkbox = false |
| 29 | +custom_checkbox = true |
| 30 | + |
| 31 | +[project.markdown_extensions.toc] |
| 32 | +permalink = true |
| 33 | +toc_depth = 3 |
| 34 | + |
| 35 | +[project.theme] |
| 36 | +features = [ |
| 37 | + "announce.dismiss", # https://zensical.org/docs/setup/header/#announcement-bar |
| 38 | + "content.action.view", # https://zensical.org/docs/setup/repository/#content-actions |
| 39 | + "content.code.annotate", # https://zensical.org/docs/authoring/code-blocks/#code-annotations |
| 40 | + "content.code.copy", # https://zensical.org/docs/authoring/code-blocks/#code-copy-button |
| 41 | + "header.autohide", # https://zensical.org/docs/setup/header/#automatic-hiding |
| 42 | + "navigation.instant", # https://zensical.org/docs/setup/navigation/#instant-navigation |
| 43 | + "navigation.instant.prefetch", # https://zensical.org/docs/setup/navigation/#instant-prefetching |
| 44 | + "navigation.top", # https://zensical.org/docs/setup/navigation/#back-to-top-button |
| 45 | +] |
| 46 | +font = false |
| 47 | +language = "en" |
| 48 | +variant = "modern" |
| 49 | + |
| 50 | +# https://zensical.org/docs/setup/logo-and-icons/ |
| 51 | +[project.theme.icon] |
| 52 | +logo = "octicons/book-24" |
| 53 | +repo = "octicons/mark-github-16" |
| 54 | + |
| 55 | +# https://zensical.org/docs/setup/colors/ |
| 56 | +[[project.theme.palette]] |
| 57 | +accent = "cyan" |
| 58 | +media = "(prefers-color-scheme: dark)" |
| 59 | +primary = "cyan" |
| 60 | +scheme = "slate" |
| 61 | +toggle.icon = "lucide/moon" |
| 62 | +toggle.name = "Switch to light mode" |
| 63 | + |
| 64 | +[[project.theme.palette]] |
| 65 | +accent = "cyan" |
| 66 | +media = "(prefers-color-scheme: light)" |
| 67 | +primary = "cyan" |
| 68 | +scheme = "default" |
| 69 | +toggle.icon = "lucide/sun" |
| 70 | +toggle.name = "Switch to dark mode" |
0 commit comments