quartz/README.md
semanticdata adb33ee835 small changes
condensed license, update package-lock, add section to readme
2023-09-27 13:23:30 -05:00

32 lines
1.4 KiB
Markdown

<p align="right">
<img src="https://img.shields.io/github/languages/code-size/semanticdata/forgetful-notes" />
<img src="https://img.shields.io/github/repo-size/semanticdata/forgetful-notes" />
<img src="https://img.shields.io/github/commit-activity/t/semanticdata/forgetful-notes" />
<img src="https://img.shields.io/github/last-commit/semanticdata/forgetful-notes" />
<img src="https://img.shields.io/website/https/forgetfulnotes.com.svg" />
</p>
# 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.
- Created with [Quartz](https://github.com/jackyzha0/quartz/)
- Read the [Documentation](https://quartz.jzhao.xyz/)
- Join the [Discord Community](https://discord.gg/cRFFHYye7t)
## 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 |
## License
Source code is available under [MIT](LICENSE).