add a better ignore system when generating the site

This commit is contained in:
2024-08-20 00:35:38 -06:00
parent eca318835e
commit e51d597961
4 changed files with 26 additions and 3 deletions

View File

@@ -45,6 +45,10 @@ tldr = "clipboard-list"
todo = "circle-check"
warning = "triangle-alert"
[generate]
# Ignore these entries when generating the site.
ignore = [".git"]
[templates]
# The template directory name under the Obsidian vault. Default is ".dragonglass.tmpl".
directory = ".dragonglass.tmpl"