my second brain and digital garden https://ar.falsy.cat/
Go to file
Claudio Yanes 1313bd9779 Move css and js to appropriate files
Having the CSS and JS in the html template produces pages larger
than necessary, as each page need to contain all the js/css.
Separating them in appropriate files allow the browser to just download
them once and use them for all the pages. This is even more effective
with an aggressive cache policy for the js and css, something that can
be done without fear thanks to the implemented cache-busting.
Also, having then in separate files allows us to use Hugo pipelines
for minimizing the code.
2022-03-04 02:07:51 +00:00
.github bump hugo-obsidian to support root 2022-02-28 07:30:59 -08:00
assets Move css and js to appropriate files 2022-03-04 02:07:51 +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 Move css and js to appropriate files 2022-03-04 02:07:51 +00:00
static add base structure 2021-07-18 09:35:42 -04:00
.gitignore feat: dynamically fetch indices 2022-02-15 19:39:14 -05: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