Compare commits
3 Commits
efddd798e8
...
v4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38bb1a8347 | ||
|
|
6c97b34249 | ||
|
|
4f13b1d29d |
@@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
|
||||
*/
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "Quartz 4",
|
||||
pageTitle: "AEP Second Mind",
|
||||
pageTitleSuffix: "",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: {
|
||||
provider: "plausible",
|
||||
},
|
||||
locale: "en-US",
|
||||
locale: "ru-RU",
|
||||
baseUrl: "quartz.jzhao.xyz",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "modified",
|
||||
|
||||
@@ -7,10 +7,10 @@ export const sharedPageComponents: SharedLayout = {
|
||||
header: [],
|
||||
afterBody: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
},
|
||||
// links: {
|
||||
// GitHub: "https://github.com/jackyzha0/quartz",
|
||||
// "Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
//},
|
||||
}),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user