This repository is cloned from the Quartz repository and has been modified according to our needs.
To run the website locally, use:
npm run dev
- Always use the Obsidian format. If you have installed any plugins that support Obsidian, it may break.
Warning
Do not install any plugins in the Obsidian Vault.
- When writing a code block, make sure to include the title and language in the following format:
csharp title="Welcome.cs"
- Always include the following frontmatter at the top of every blog:
---
title: title of the blog
tags:
- tags
created: 2025-02-18 // creating date
---
- If you paste any images into Obsidian, make sure to move the image into the
images
folder located in thecontent
folder.