Go to file
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.
2022-03-04 04:12:43 +00:00
.github Fix fetchData 2022-03-04 02:25:30 +00:00
assets Remove unnecessary scrollbars 2022-03-04 04:12:43 +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 Add attribute property to scripts from jsdelivr 2022-03-04 03:34:45 +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
config.toml fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05: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
screenshot.png add screenshot to readme 2022-02-23 12:28:25 -05:00

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