Skip to content

Commit 8466278

Browse files
committed
feat: add intro
1 parent 06ba96b commit 8466278

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

content/posts/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Introduction"
3+
date: 2024-11-07T23:50:00-04:00
4+
5+
---
6+
7+
8+
# Introduction
9+

content/templates/post.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{title}}"
3+
date: "{{date}}"
4+
tags:
5+
- seed
6+
---

quartz.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ import * as Plugin from "./quartz/plugins"
88
*/
99
const config: QuartzConfig = {
1010
configuration: {
11-
pageTitle: "🪴 Quartz 4.0",
11+
pageTitle: "Les notes de Fares",
1212
enableSPA: true,
1313
enablePopovers: true,
1414
analytics: {
1515
provider: "plausible",
1616
},
17-
locale: "en-US",
17+
locale: "fr-FR",
1818
baseUrl: "serafdev.github.io",
1919
ignorePatterns: ["private", "templates", ".obsidian"],
2020
defaultDateType: "created",
2121
theme: {
2222
fontOrigin: "googleFonts",
2323
cdnCaching: true,
2424
typography: {
25-
header: "Schibsted Grotesk",
26-
body: "Source Sans Pro",
25+
header: "IBM Plex Sans",
26+
body: "IBM Plex Sans",
2727
code: "IBM Plex Mono",
2828
},
2929
colors: {

quartz.layout.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
88
afterBody: [],
99
footer: Component.Footer({
1010
links: {
11-
GitHub: "https://github.com/jackyzha0/quartz",
12-
"Discord Community": "https://discord.gg/cRFFHYye7t",
11+
GitHub: "https://github.com/serafdev",
1312
},
1413
}),
1514
}

0 commit comments

Comments
 (0)