mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
83 lines
2.9 KiB
Markdown
83 lines
2.9 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
|
|
|
|
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).
|
|
|
|
## Screenshots
|
|
|
|
<img alt="Website Screenshot" src="screenshot.png" width="720px" />
|
|
|
|
## 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` |
|
|
| Sync Local Changes | `npx quartz sync` |
|
|
| Find Help | `npx quartz sync --help` |
|
|
|
|
## Style
|
|
|
|
### Fonts
|
|
|
|
| Use | Font |
|
|
| ------ | ----------------- |
|
|
| Header | [Schibsted Grotesk](https://fonts.google.com/specimen/Schibsted+Grotesk) |
|
|
| Body | [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+3) |
|
|
| Code | [IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) |
|
|
|
|
<!--
|
|
### Colors (format test)
|
|
|
|
<div style="color:">
|
|
|
|
| Variable | Color |
|
|
| --------- | ---------- |
|
|
| red | <span style="color:red;">red</span> |
|
|
| blue | <span style="background:blue;">blue</span> |
|
|
|
|
</div>
|
|
|
|
### Light Mode
|
|
|
|
| Variable | Color |
|
|
| --------- | ---------- |
|
|
| Light | \#faf8f8 |
|
|
| Lightgray | \#e5e5e5 |
|
|
| Gray | \#b8b8b8 |
|
|
| Darkgray | \#4e4e4e |
|
|
| Dark | \#2b2b2b |
|
|
| Secondary | \#284b63 |
|
|
| Terciary | \#84a59d |
|
|
| Highlight | \#8f9fa926 |
|
|
|
|
### Dark Mode
|
|
|
|
| Variable | Color |
|
|
| --------- | ---------- |
|
|
| Light | \#1e1e2e |
|
|
| Lightgray | \#6c7086 |
|
|
| Gray | \#a6adc8 |
|
|
| Darkgray | \#cdd6f4 |
|
|
| Dark | \#cdd6f4 |
|
|
| Secondary | \#a6e3a1 |
|
|
| Terciary | \#89dceb |
|
|
| Highlight | \#8f9fa926 |
|
|
-->
|
|
|
|
## License
|
|
|
|
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|