Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Nov 16, 2023
1 parent 47f1d28 commit 6f44555
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

<p align="center">
<a href="https://github.com/sponsors/jackyzha0">
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

7 changes: 6 additions & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 6f44555

Please sign in to comment.