Skip to content

Commit

Permalink
update index page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiaagarwal committed Mar 30, 2024
1 parent 444db2c commit 1b829ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
title: Welcome to Quartz
title: Welcome to my notes :)
---

This is a blank Quartz installation.
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
I tend to spend hours at a time going on wild goose chases to answer the weird questions I have. I decided to start cataloguing them. This intends to be a public repository of all the things I've discovered in my short time on this world. Enjoy :)
2 changes: 1 addition & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
priority: ["git", "frontmatter", "filesystem"],
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting({
Expand Down

0 comments on commit 1b829ee

Please sign in to comment.