# 🌱 Forgetful Notes ![code size](https://img.shields.io/github/languages/code-size/semanticdata/forgetful-notes) ![repository size](https://img.shields.io/github/repo-size/semanticdata/forgetful-notes) ![commits](https://img.shields.io/github/commit-activity/t/semanticdata/forgetful-notes) ![last commit](https://img.shields.io/github/last-commit/semanticdata/forgetful-notes) ![is website up?](https://img.shields.io/website/https/forgetfulnotes.com.svg) [Forgetful Notes](https://forgetfulnotes.com) is 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. [![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](https://forgetfulnotes.com/) [![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)](https://forgetful-notes.vercel.app/) ## ✨ Features - Fast Natural-Language Search - Bidirectional Backlinks - Floating Link Previews - Admonition-style Callouts - Markdown Links and Wikilinks Support - Latex Support ## ⚑ Quick start ### 1. Clone repo ```sh git clone https://github.com/semanticdata/forgetful-notes.git ``` ### 2. Install dependencies ```sh pnpm install ``` ### 3. Run the project locally ```sh pnpm start ``` ## πŸ‘¨πŸΌβ€πŸ’» Useful Commands ### Update Quartz ```sh npm run update ``` ### Sync changes ```sh npm run sync ``` ### Read about a command ```sh npx quartz --help ``` ## 🎨 Customization You can add custom CSS code within `/quartz/styles/custom.scss`. You will then need to uncomment line 4 of `/quartz/styles/base.scss` to have it take effect. | Used in: | Font Family | Previous Font | | --- | :-: | :-: | | Headers | [Bitter](https://fonts.google.com/specimen/Bitter) | [Schibsted Grotesk](https://fonts.google.com/specimen/Schibsted+Grotesk) | | Body | [Poppins](https://fonts.google.com/specimen/Poppins) | [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) | ## πŸ› οΈ Technology The site uses various technologies cobbled together. Here's a few of them: - [Quartz](https://github.com/jackyzha0/quartz): a fast, batteries-included static-site generator. - [Prettier](https://github.com/prettier/prettier): an opinionated code formatter. - [Sass](https://github.com/sass/sass): makes CSS fun! - [TypeScript](https://github.com/microsoft/TypeScript): superset of JavaScript that compiles to clean JavaScript output. All content for the site is written in _Markdown_ within [Obsidian](https://obsidian.md/)β€”an extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the [GitHub Publisher](https://github.com/ObsidianPublisher) plugin. ## Β© License Source code in this repository is available under the [MIT License](LICENSE).