We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235bf5f commit 283196eCopy full SHA for 283196e
3 files changed
.gitattributes
@@ -1 +1,5 @@
1
* text=auto eol=lf
2
+
3
+# Include Markdown in language statistics
4
+*.md linguist-detectable=true
5
+*.md linguist-documentation=false
quartz.config.ts
@@ -7,7 +7,7 @@ import * as Plugin from "./quartz/plugins"
7
const config: QuartzConfig = {
8
configuration: {
9
pageTitle: "Chaotic Good Computing",
10
- pageTitleSuffix: "test",
+ pageTitleSuffix: "| CGC",
11
enableSPA: true,
12
enablePopovers: true,
13
analytics: {
quartz/project.json
@@ -55,7 +55,7 @@
55
},
56
"defaultConfiguration": "site",
57
"outputs": [ "{workspaceRoot}/public" ],
58
- "dependsOn": [ "vault:sync", "site:clean" ]
+ "dependsOn": [ "site:clean" ]
59
60
"check": {
61
"//": "Type checking and formatting validation",
0 commit comments