Skip to content

Commit

Permalink
Quartz sync: Jan 5, 2024, 9:25 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jan 5, 2024
1 parent a8b733c commit e3e9455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion content/notes/postgres on zfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tags:
title: Running bare metal PostgreSQL on ZFS
cover: https://img.ellie.wtf/i/74b97825c93824bf34b2fac6982d43a51ea62914ce9c8f8f7e3459b2ba78cd4b.png
---

I'm setting up new [[postgresql | postgres]] servers for [[atuin | Atuin]]! We're going with a hot replica this time, and making things _much_ more reliable. Atuin has had no outages or database issues in a couple of years, but I don't want to push my luck.

You might also be interested in the [[hetzner k3s]] setup I did for the Atuin api images
Expand Down
2 changes: 1 addition & 1 deletion content/notes/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: PostgreSQL
tags:
- postgresql
- infra
updated: 03/01/2024
updated: 2024/01/05 21:25
---
Some postgres snippets! Just a reference page for the things I forget a lot.

Expand Down
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: QuartzConfig = {
},
baseUrl: "ellie.wtf",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
defaultDateType: "modified",
theme: {
typography: {
header: "Schibsted Grotesk",
Expand Down Expand Up @@ -47,7 +47,7 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: ["frontmatter", "git", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.SyntaxHighlighting(),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
Expand Down

0 comments on commit e3e9455

Please sign in to comment.