converted temporarily

This commit is contained in:
Krishna
2024-08-13 22:49:54 -05:00
parent d27c292736
commit 2499cae234
6 changed files with 14 additions and 9 deletions

4
content/index.md Normal file
View File

@@ -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.

1
deploy.sh Normal file
View File

@@ -0,0 +1 @@
scp ./public kbot@192.168.1.24:/home/kbot/warehouse

View File

@@ -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",
},

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",
GitHub: "https://github.com/quan-thecreator",
"Matrix": "https://matrix.to/#/@lanre:envs.net",
},
}),
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB