/Garden

My personal website.

Primary LanguageTypeScript

Garden

Introduction

This project utilizes Quartz, a tool enabling the conversion of an Obsidian vault into a static webpage. In my Garden, I will share insights and knowledge gleaned from the fields of Programming and Linguistics.

About Obsidian

Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/riceset/Garden.git
  2. Install Quartz:

  git clone https://github.com/jackyzha0/quartz.git
  cd quartz
  npm i
  npx quartz create
  1. Build Garden:
  npx quartz build --serve

Credits