quartz/content/Forgetful Notes.md
Miguel Pimentel 32bbe73410
Pull-Request [ariasae-11-28-2023] from Obsidian (#41)
* PUSH NOTE : Zola Portfolio.md

* PUSH NOTE : Zola Minimal.md

* PUSH NOTE : Obsidian Starter Vault.md

* PUSH NOTE : Mabuya.md

* PUSH NOTE : Forgetful Notes.md

* PUSH NOTE : unlock-firefox-sidebar.md

* PUSH NOTE : on-burning-out.md

* PUSH NOTE : hello-world.md

* PUSH NOTE : monkey-brain.md

* PUSH NOTE : SSD NVMe Comparison.md

* PUSH NOTE : Emmet Cheat Sheet.md

* PUSH NOTE : Aurora Borealis Sighting.md

* PUSH NOTE : Zola.md

* PUSH NOTE : Meta.md

* PUSH NOTE : Tools.md

* PUSH NOTE : Inspirations.md

* PUSH NOTE : index.md

* PUSH NOTE : Digital Garden.md

* PUSH NOTE : Words I Like.md

* PUSH NOTE : About.md
2023-11-28 09:00:21 -06:00

47 lines
2.3 KiB
Markdown

---
title: 🌱 Forgetful Notes
date: 2023-09-19
updated: 2023-11-24
source: https://github.com/semanticdata/forgetful-notes
compartir: true
category: Projects
---
## Introduction
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).
[Demo](https://forgetfulnotes.com/) | [Source](https://github.com/semanticdata/forgetful-notes)
## Screenshots (outdated)
<img alt="Website Screenshot" src="https://raw.githubusercontent.com/semanticdata/forgetful-notes/main/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
| Used in: | Font Family | Previous Used |
| -------- |:--------------------------------------------------------:|:------------------------------------------------------------------------:|
| Headers | [Bitter](https://fonts.google.com/specimen/Bitter) | [Schibsted Grotesk](https://fonts.google.com/specimen/Schibsted+Grotesk) |
| Body | [Bitter](https://fonts.google.com/specimen/Bitter) | [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+3) |
| Code | [Fira Mono](https://fonts.google.com/specimen/Fira+Mono) | [IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) |
## 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.