This is the source code for [Forgetful Notes](https://forgetfulnotes.com)—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.
It is powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](https://obsidian.md). You can read the [Documentation](https://quartz.jzhao.xyz/), and join the [Discord Community](https://discord.gg/cRFFHYye7t).
## Useful Commands
| Description | Command |
| -------------------------- | -------------------------- |
| Install Dependencies | `npm i` |
| Update Dependencies | `npm update` |
| Update Quartz (core) | `npx quartz update` |
| Build only | `npx quartz build` |
| Build and Serve | `npx quartz build --serve` |
| Save Local Changes to Repo | `npx quartz sync` |
| Find Help | `npx quartz sync --help` |
## Style
### Fonts
| Use | Font |
| ------ | ----------------- |
| Header | Schibsted Grotesk |
| Body | Source Sans Pro |
| Code | IBM Plex Mono |
### Colors (format test)
| Variable | Color |
| --------- | ---------- |
| red | red |
| blue | blue |
## License
Source code is available under [MIT](LICENSE).