mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
update font used
This commit is contained in:
parent
070c003fb7
commit
7d5b4276ba
13
README.md
13
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
[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.
|
||||
|
||||
[](https://semanticdata.github.io/eleventy-notes/) [](https://eleventy-notes-chi.vercel.app)
|
||||
[](https://forgetfulnotes.com/) [](https://forgetful-notes.vercel.app/)
|
||||
|
||||
## 📑 Table of Contents
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
- [📑 Table of Contents](#-table-of-contents)
|
||||
- [⚡ Quick start](#-quick-start)
|
||||
- [✨ Features](#-features)
|
||||
- [📄 Background](#-background)
|
||||
- [👨🏼💻 Useful Commands](#-useful-commands)
|
||||
- [🎨 Customization](#-customization)
|
||||
- [📁 Folder Structure](#-folder-structure)
|
||||
@ -48,12 +47,6 @@ pnpm start
|
||||
- Markdown Links and Wikilinks Support
|
||||
- Latex Support
|
||||
|
||||
## 📄 Background
|
||||
|
||||
Forgetful Notes is created using [Quartz](https://github.com/jackyzha0/quartz), hosted on [GitHub](https://github.com/), deployed with [GitHub Pages](https://pages.github.com/), and facilitated by the GitHub [Publisher](https://github.com/ObsidianPublisher) plugin for [Obsidian](https://obsidian.md/).
|
||||
|
||||
The website has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of _Static Site Generators_ was a game changer. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), [Zola](https://www.getzola.org/), and most recently [11ty](https://11ty.dev).
|
||||
|
||||
## 👨🏼💻 Useful Commands
|
||||
|
||||
**Install dependencies**
|
||||
@ -109,7 +102,7 @@ You can add custom CSS code within `/quartz/styles/custom.scss`. You will then n
|
||||
| Used in: | Font Family | Previous Font |
|
||||
| --- | :-: | :-: |
|
||||
| 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) |
|
||||
| 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) |
|
||||
|
||||
## 📁 Folder Structure
|
||||
@ -206,6 +199,8 @@ Here's some of them:
|
||||
|
||||
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.
|
||||
|
||||
The website has gone through many changes. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), [Zola](https://www.getzola.org/), and most recently [11ty](https://11ty.dev).
|
||||
|
||||
## © License
|
||||
|
||||
Source code in this repository is available under the [MIT License](LICENSE).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user