my second brain and digital garden https://ar.falsy.cat/
Go to file
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
.github Fix fetchData 2022-03-04 02:25:30 +00:00
assets Fix fetchData 2022-03-04 02:25:30 +00:00
content rtl docs 2022-02-17 10:49:41 -05:00
data feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
layouts Fix fetchData 2022-03-04 02:25:30 +00:00
static add base structure 2021-07-18 09:35:42 -04:00
.gitignore Fix fetchData 2022-03-04 02:25:30 +00:00
.hugo_build.lock fix: explicitly set root as current directory to fix ignore files 2022-02-28 07:14:55 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-12-23 13:37:29 -08:00
LICENSE.txt add base structure 2021-07-18 09:35:42 -04:00
Makefile feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
README.md add screenshot to readme 2022-02-23 12:28:25 -05:00
config.toml fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05:00
screenshot.png add screenshot to readme 2022-02-23 12:28:25 -05:00

README.md

Quartz

Host your second brain and digital garden for free. Quartz features

  1. Extremely fast full-text search by pressing /
  2. Display for backlinks of each note
  3. Fully customizable local graph view
  4. Endlessly powerful page and theme customization using CSS
  5. Automatically generated tag and section lists of content
  6. Beautiful link previews

“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming

🔗 Get Started: https://quartz.jzhao.xyz/

Quartz Example ScreenshotQuartz Example Screenshot