Skip to content

Commit 283196e

Browse files
committed
fix: re-add missing private files
1 parent 235bf5f commit 283196e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
* text=auto eol=lf
2+
3+
# Include Markdown in language statistics
4+
*.md linguist-detectable=true
5+
*.md linguist-documentation=false

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as Plugin from "./quartz/plugins"
77
const config: QuartzConfig = {
88
configuration: {
99
pageTitle: "Chaotic Good Computing",
10-
pageTitleSuffix: "test",
10+
pageTitleSuffix: "| CGC",
1111
enableSPA: true,
1212
enablePopovers: true,
1313
analytics: {

quartz/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"defaultConfiguration": "site",
5757
"outputs": [ "{workspaceRoot}/public" ],
58-
"dependsOn": [ "vault:sync", "site:clean" ]
58+
"dependsOn": [ "site:clean" ]
5959
},
6060
"check": {
6161
"//": "Type checking and formatting validation",

0 commit comments

Comments
 (0)