diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..965f8a7 --- /dev/null +++ b/content/index.md @@ -0,0 +1,4 @@ +--- +title: Welcome to the Warehouse +--- +Welcome to the warehouse of the Thoughs of 0x6d617273756c746f72, Prime of the Faith, ranked Hacker on HTB, Director of Quorium, and the founder of a bunch of defunct projects on github. Average internet nerd/sysadmin/programmer. Move on, to either his cursed musings or with your day. diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..d15516d --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +scp ./public kbot@192.168.1.24:/home/kbot/warehouse diff --git a/quartz.config.ts b/quartz.config.ts index b6abbb2..3efcded 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,22 +8,22 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 Quartz 4.0", + pageTitle: " 0x6d617273756c746f72", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, locale: "en-US", - baseUrl: "quartz.jzhao.xyz", + baseUrl: "warehouse.ayyalasomayajula.net", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", theme: { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", + header: "VT323", + body: "JetBrains Mono", code: "IBM Plex Mono", }, colors: { @@ -43,9 +43,9 @@ const config: QuartzConfig = { lightgray: "#393639", gray: "#646464", darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", + dark: "#20C20E", + secondary: "#20C20E", + tertiary: "#20C20E", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#b3aa0288", }, diff --git a/quartz.layout.ts b/quartz.layout.ts index 4a78256..5f44da3 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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", + GitHub: "https://github.com/quan-thecreator", + "Matrix": "https://matrix.to/#/@lanre:envs.net", }, }), } diff --git a/quartz/static/icon.png b/quartz/static/icon.png index b6656a7..cbe8718 100644 Binary files a/quartz/static/icon.png and b/quartz/static/icon.png differ diff --git a/quartz/static/og-image.png b/quartz/static/og-image.png index f132145..45f5c02 100644 Binary files a/quartz/static/og-image.png and b/quartz/static/og-image.png differ