meewgumi 55ef676d7d
pre codeblock horizontal scroll
This allows divs containing preformatted codeblocks to scroll horizontally. For an example of the non-scrolling current behavior, look at the shell script on [this note page](https://digital-garden-jekyll-template.netlify.app/your-first-note) with browser <1100px. The div containing a preformatted block is not resizing with the grid, which is preventing the backlinks box from being visible. This is also a problem on mobile devices, since horizontal scrolling of the body is not allowed.

This fix, `display: grid`, allows the div.highlight element to resize along with the grid container, fixing both the responsive backlink box issue and horizontal scrolling of the codeblock for browser widths <600px.
2021-05-30 05:10:24 +00:00
2021-04-03 17:49:30 -04:00
2020-11-18 09:01:26 -05:00
2021-05-30 05:10:24 +00:00
2020-07-07 00:29:28 -04:00
2020-05-19 22:59:37 -04:00
2020-11-22 13:03:28 -05:00
2020-05-19 22:59:37 -04:00
2020-05-19 22:59:37 -04:00
2020-11-24 23:11:10 +00:00
2020-07-21 21:28:07 -04:00
2020-09-26 11:38:53 -04:00

Netlify Status

Digital garden Jekyll template

Use this template repository to get started with your own digital garden.

I wrote a tutorial explaining how to set it up: Setting up your own digital garden with Jekyll

Preview the template here: https://digital-garden-jekyll-template.netlify.app/

  • Based on Jekyll, a static website generator
  • Supports Roam-style double bracket link syntax to other notes
  • Creates backlinks to other notes automatically
  • Features link previews on hover
  • Includes graph visualization of the notes and their links
  • Features a simple and responsive design
  • Supports Markdown or HTML notes
Screen Shot 2020-05-19 at 23 05 46

License

Source code is available under the MIT license.

Description
Digital Garden template + Search functionality.
Readme MIT 2.2 MiB
Languages
HTML 47.7%
SCSS 34.1%
Ruby 18.2%