Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,12 @@ projects:
labels: [theme]
category: theming
- name: Zettelkasten
mkdocs_theme: zettelkasten-solarized-light
mkdocs_plugin: [zettelkasten]
github_id: buvis/mkdocs-zettelkasten
mkdocs_theme: zettelkasten
mkdocs_plugin: zettelkasten
shadowed: [mkdocs_theme]
github_id: buvis/zettelkasten
pypi_id: mkdocs-zettelkasten
labels: [theme]
labels: [theme, plugin]
category: theming
- name: Cluster
mkdocs_theme: cluster
Expand Down Expand Up @@ -257,6 +258,12 @@ projects:
pypi_id: mkdocs-shadcn
labels: [theme, plugin]
category: theming
- name: Cwd
mkdocs_theme: cwd
github_id: catwatchdog/mkdocs-cwd
pypi_id: mkdocs-cwd
labels: [theme]
category: theming

- name: automacdoc
github_id: AlexandreKempf/automacdoc
Expand Down
Loading