🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
Go to file
2023-09-30 08:18:24 -05:00
.github/workflows Update deploy.yml 2023-09-22 11:43:30 -05:00
content Pull-Request [ariasae-9-29-2023] from Obsidian (#15) 2023-09-29 14:43:32 -05:00
docs feat: add transformations for latex in oxhugofm (#510) 2023-09-29 11:35:26 -07:00
quartz fix darkmode toggle, search positions 2023-09-29 19:05:25 -05:00
.gitattributes rgb to hex colors 2023-09-21 17:49:02 -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
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 small changes 2023-09-27 13:23:30 -05:00
package-lock.json Quartz sync: Sep 29, 2023, 2:23 PM 2023-09-29 14:23:05 -05:00
package.json feat(explorer): improve accessibility and consistency (+ bug fix) (#488) 2023-09-20 13:55:29 -07:00
quartz.config.ts rem recent notes section, impacted style 2023-09-30 08:18:24 -05:00
quartz.layout.ts rem recent notes section, impacted style 2023-09-30 08:18:24 -05:00
README.md rem recent notes section, impacted style 2023-09-30 08:18:24 -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
npm update Update Dependencies
npx quartz update Update Quartz (core)
npx quartz build Build only
npx quartz build --serve Build and Serve
npx quartz sync Save Local Changes to Repo
npx quartz sync --help Find Help

Style

Fonts

Use Font
Header Schibsted Grotesk
Body Source Sans Pro
Code IBM Plex Mono
  • Header: Schibsted Grotesk
  • Body: Source Sans Pro
  • Code IBM Plex Mono

Light Mode

Variable Color
Light #faf8f8
Lightgray #e5e5e5
Gray #b8b8b8
Darkgray #4e4e4e
Dark #2b2b2b
Secondary #284b63
Terciary #84a59d
Highlight #8f9fa926
  • Light: #faf8f8
  • Lightgray: #e5e5e5
  • Gray: #b8b8b8
  • Darkgray: #4e4e4e
  • Dark: #2b2b2b
  • Secondary: #284b63
  • Tertiary: #84a59d
  • Highlight: #8f9fa926

Dark Mode

Variable Color
Light #1e1e2e
Lightgray #6c7086
Gray #a6adc8
Darkgray #cdd6f4
Dark #cdd6f4
Secondary #a6e3a1
Terciary #89dceb
Highlight #8f9fa926
  • Light: #1e1e2e
  • Lightgray: #6c7086
  • Gray: #a6adc8
  • Darkgray: #cdd6f4
  • Dark: #cdd6f4
  • Secondary: #a6e3a1
  • Tertiary: #89dceb
  • Highlight: #8f9fa926

License

Source code is available under MIT.