mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
Quartz sync: Jun 17, 2025, 7:25 AM
This commit is contained in:
parent
460503ae62
commit
391a2b962b
@ -2,6 +2,8 @@
|
|||||||
title: Welcome to my digital garden
|
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!
|
||||||
|
|
||||||

|

|
@ -16,7 +16,7 @@ const config: QuartzConfig = {
|
|||||||
provider: "",
|
provider: "",
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "binarydigitlol.github.io",
|
baseUrl: "liz.computer",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
@ -24,8 +24,8 @@ const config: QuartzConfig = {
|
|||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
typography: {
|
typography: {
|
||||||
header: "Schibsted Grotesk",
|
header: "Schibsted Grotesk",
|
||||||
body: "Source Sans Pro",
|
body: "",
|
||||||
code: "IBM Plex Mono",
|
code: "Roboto Mono",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
lightMode: {
|
lightMode: {
|
||||||
|
@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
links: {
|
||||||
GitHub: "https://github.com/jackyzha0/quartz",
|
Contact: "https://letterbird.co/liz",
|
||||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
Links: "https://binarydigit.lol",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
@ -13,10 +13,10 @@ export default ((opts?: Options) => {
|
|||||||
const links = opts?.links ?? []
|
const links = opts?.links ?? []
|
||||||
return (
|
return (
|
||||||
<footer class={`${displayClass ?? ""}`}>
|
<footer class={`${displayClass ?? ""}`}>
|
||||||
<p>
|
<p><small>
|
||||||
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
||||||
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
|
<a href="https://quartz.jzhao.xyz/">Quartz</a> © {year}
|
||||||
</p>
|
</small></p>
|
||||||
<ul>
|
<ul>
|
||||||
{Object.entries(links).map(([text, link]) => (
|
{Object.entries(links).map(([text, link]) => (
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user