Skip to content

Commit

Permalink
fix: formatting, mike walton style
Browse files Browse the repository at this point in the history
  • Loading branch information
vintrocode committed Oct 25, 2023
1 parent 574c7f4 commit a84fea2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ import * as Plugin from "./quartz/plugins"

const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "🥽 Plastic Labs",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
baseUrl: "plasticlabs.ai",
ignorePatterns: ["private", "templates"],
theme: {
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
code: "IBM Plex Mono",
header: "Spectral",
body: "Spectral",
code: "Ubuntu Mono",
},
colors: {
lightMode: {
Expand Down
Binary file modified quartz/static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed quartz/static/og-image.png
Binary file not shown.

0 comments on commit a84fea2

Please sign in to comment.