From eee10f2284ba142d447c6145760d7bdbecd4f97f Mon Sep 17 00:00:00 2001 From: semanticdata Date: Mon, 30 Oct 2023 10:24:39 -0500 Subject: [PATCH] add screenshot --- README.md | 16 ++++++++++------ screenshot.png | Bin 0 -> 159040 bytes 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 screenshot.png diff --git a/README.md b/README.md index c5d13447d..21e220352 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ This is the source code for [Forgetful Notes](https://forgetfulnotes.com)—my d 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 + +Website Screenshot + ## Useful Commands | Description | Command | @@ -21,7 +25,7 @@ It is powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](h | 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` | +| Sync Local Changes | `npx quartz sync` | | Find Help | `npx quartz sync --help` | ## Style @@ -30,13 +34,13 @@ It is powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](h | Use | Font | | ------ | ----------------- | -| Header | Schibsted Grotesk | -| Body | Source Sans Pro | -| Code | IBM Plex Mono | +| 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) | +