elasticdog / elasticdog-com

The source of my personal website

Home Page:https://www.elasticdog.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticDog.com

The source of my personal website.

File Structure

quartz/

A copy of the static-site generator Quartz, vendored and managed using git-subrepo.

quartz/content/

An Obsidian vault, where the source Markdown files live.

quartz/public/

The build output directory for Quartz, untracked by Git. The website files are automatically generated and deployed by Cloudflare Pages.

To generate and serve the website locally, run the following commands:

cd quartz/
npm install
npx quartz build --serve

Then open a web browser and visit http://localhost:8080/

About

The source of my personal website

https://www.elasticdog.com/

License:MIT License


Languages

Language:TypeScript 84.1%Language:SCSS 9.5%Language:JavaScript 6.4%Language:Dockerfile 0.1%