1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-26 08:11:24 +00:00
This commit is contained in:
jackyzha0
2021-07-19 18:02:16 -04:00
parent d197e19142
commit 2563afe44a
12 changed files with 97 additions and 35 deletions

View File

@@ -2,7 +2,10 @@ baseURL = "https://quartz.jzhao.xyz/"
languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J"
pygmentsUseClasses = true
ignoreFiles = ["/content/templates/*"]
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
[markup]
[markup.tableOfContents]