From aa71c686897f25fc61ecf1064e1891846940802d Mon Sep 17 00:00:00 2001 From: semanticdata Date: Sat, 30 Sep 2023 08:24:29 -0500 Subject: [PATCH] update README --- README.md | 51 ++++++++++++--------------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 248192649..6adb02f30 100644 --- a/README.md +++ b/README.md @@ -8,42 +8,34 @@ # 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. +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. -- Created with [Quartz](https://github.com/jackyzha0/quartz/) -- Read the [Documentation](https://quartz.jzhao.xyz/) -- Join the [Discord Community](https://discord.gg/cRFFHYye7t) +- Powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](https://obsidian.md). +- Read the [Documentation](https://quartz.jzhao.xyz/). +- Join the [Discord Community](https://discord.gg/cRFFHYye7t). ## Useful Commands -| Command | Description | +| Description | Command | | -------------------------- | -------------------------- | -| `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 | +| 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 | - -- Header: Schibsted Grotesk -- Body: Source Sans Pro -- Code IBM Plex Mono - ### Light Mode @@ -58,16 +50,6 @@ Source code for Forgetful Notes—my digital garden of knowledge. It serves as a | Terciary | \#84a59d | | Highlight | \#8f9fa926 | - -- Light: \#faf8f8 -- Lightgray: \#e5e5e5 -- Gray: \#b8b8b8 -- Darkgray: \#4e4e4e -- Dark: \#2b2b2b -- Secondary: \#284b63 -- Tertiary: \#84a59d -- Highlight: \#8f9fa926 - ### Dark Mode | Variable | Color | @@ -81,15 +63,6 @@ Source code for Forgetful Notes—my digital garden of knowledge. It serves as a | 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](LICENSE).