🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
Go to file
Miguel Pimentel e0f31f5576
Pull-Request [ariasae-9-20-2023] from Obsidian (#3)
* PUSH NOTE : Rhizome.md

* PUSH NOTE : Upcoming Concerts.md

* PUSH NOTE : Scry Your Tasks.md

* PUSH NOTE : Rhombic Dodecahedron d12.md

* PUSH NOTE : Rhizomatic Learning.md

* PUSH NOTE : Move Your Body.md

* PUSH NOTE : Markdown.md

* PUSH NOTE : Consistency.md

* PUSH NOTE : Meta.md

* PUSH NOTE : index.md

* PUSH NOTE : Chuckwalla.md
2023-09-20 14:22:32 -05:00
.github/workflows initial commit after fork 2023-09-19 10:47:25 -05:00
content Pull-Request [ariasae-9-20-2023] from Obsidian (#3) 2023-09-20 14:22:32 -05:00
docs docs: fix explorer example (#483) 2023-09-18 14:32:00 -07:00
quartz Merge branch 'v4' of https://github.com/jackyzha0/quartz 2023-09-19 12:31:57 -05:00
.gitattributes initial commit after fork 2023-09-19 10:47:25 -05:00
.gitignore initial commit after fork 2023-09-19 10:47:25 -05:00
.npmrc add engines field 2023-08-20 08:57:56 -07:00
.prettierignore fix notes 2023-08-07 23:57:24 -07:00
.prettierrc Use semi: false for prettier config 2022-05-02 08:57:25 -07:00
CODE_OF_CONDUCT.md run prettier 2023-07-22 17:27:41 -07:00
globals.d.ts run prettier 2023-07-22 17:27:41 -07:00
index.d.ts base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00
LICENSE initial commit after fork 2023-09-19 10:47:25 -05:00
package-lock.json feat: note transclusion (#475) 2023-09-13 11:28:53 -07:00
package.json feat: note transclusion (#475) 2023-09-13 11:28:53 -07:00
quartz.config.ts initial commit after fork 2023-09-19 10:47:25 -05:00
quartz.layout.ts hide reading-time, style footer 2023-09-19 12:30:40 -05:00
README.md update README 2023-09-19 12:53:00 -05:00
tsconfig.json run prettier 2023-07-22 17:27:41 -07:00

Forgetful Notes

Source code for Forgetful Notes—my digital garden of knowledge. It serves as a platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to.

Useful Commands

Command Description
npm i Install Dependencies
npx quartz update Update Quartz (core)
npx quartz build --serve Build and Serve Locally
npx quartz sync Save Local Changes to Repo
npx quartz build Build without Serving
npx quartz sync --help Find Help