diff --git a/README.md b/README.md index 4b4731c9b9e14..565cdd0782b6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -# Quartz v4 +# Plastic Labs Blog + +This repository contains the content and code for [Plastic Labs's Blog](https://blog.plasticlabs.ai). +Due to the nature of our team and our obsession with PKM software we are using +[Quartz](https://quartz.jzhao.xyz) as our blog engine to stick to some of our +existing obsidian workflows. + +Some of the docs for Quartz are kept and are below if you are interested. + +## Quartz v4 > “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming @@ -11,7 +20,7 @@ Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility [Join the Discord Community](https://discord.gg/cRFFHYye7t) -## Sponsors +### Sponsors

diff --git a/content/_index.md b/content/_index.md index 8b657b08a2fdc..6c81d4467d5a7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,6 +11,6 @@ On this journey we realized that AI tools need a framework for securely and priv ## Blog -[[Theory-of-Mind Is All You Need]] +[[Theory-of-Mind is All You Need]] [[Open-Sourcing Tutor-GPT]] diff --git a/quartz.layout.ts b/quartz.layout.ts index 427c466f8fcba..7c2cc1df68b9b 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -32,7 +32,12 @@ export const defaultContentPageLayout: PageLayout = { return false } return true - } + }, + sortFn: (a, b) => { + return new Date(b.file.frontmatter.date) - new Date(a.file.frontmatter.date) + }, + mapFn: undefined, + order: ["filter", "sort", "map"] })), ], right: [