Quartz sync: Jun 17, 2025, 7:25 AM

This commit is contained in:
Liz 2025-06-17 07:25:17 -04:00
parent 460503ae62
commit 391a2b962b
4 changed files with 11 additions and 9 deletions

View File

@ -2,6 +2,8 @@
title: Welcome to my digital garden
---
This is under contstruction. I finally got Quartz working!
# This is a heading
This is under construction. I finally got Quartz working!
![Under Construction gif](https://binarycdn.b-cdn.net/under-construction.gif)

View File

@ -16,7 +16,7 @@ const config: QuartzConfig = {
provider: "",
},
locale: "en-US",
baseUrl: "binarydigitlol.github.io",
baseUrl: "liz.computer",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
theme: {
@ -24,8 +24,8 @@ const config: QuartzConfig = {
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
code: "IBM Plex Mono",
body: "",
code: "Roboto Mono",
},
colors: {
lightMode: {

View File

@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
Contact: "https://letterbird.co/liz",
Links: "https://binarydigit.lol",
},
}),
}

View File

@ -13,10 +13,10 @@ export default ((opts?: Options) => {
const links = opts?.links ?? []
return (
<footer class={`${displayClass ?? ""}`}>
<p>
<p><small>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
</p>
<a href="https://quartz.jzhao.xyz/">Quartz</a> © {year}
</small></p>
<ul>
{Object.entries(links).map(([text, link]) => (
<li>