You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Claudio Yanes dc9b421e21 Remove unnecessary scrollbars
The margin property can escape the parent node and move it alongside
its child. This happens with singlePage div and the body, resulting in
scrollbars appearing as the body has the size of the viewport but
does not align with it. This phenomenon can be always observed
in the vertical axis and it can also be observed in the horizontal axis
when the viewport it’s not wide enough (mostly in mobile).

Using paddings prevents this “extra space” from scraping and displacing
the body.

Also, the value 100vw does not take into account the space taken by the
vertical scrollbar, thus making the body wider than the actual viewport,
producing a horizontal scrollbar.
3 years ago
.github Fix fetchData 3 years ago
assets Remove unnecessary scrollbars 3 years ago
content rtl docs 3 years ago
data feat: dynamically fetch indices 3 years ago
layouts Add attribute property to scripts from jsdelivr 3 years ago
static add base structure 3 years ago
.gitignore Fix fetchData 3 years ago
.hugo_build.lock fix: explicitly set root as current directory to fix ignore files 3 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 3 years ago
LICENSE.txt add base structure 3 years ago
Makefile feat: dynamically fetch indices 3 years ago
README.md add screenshot to readme 3 years ago
config.toml fix relative pathing for dynamic fetch 3 years ago
screenshot.png add screenshot to readme 3 years ago

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