jekyll-theme-cs50 icon indicating copy to clipboard operation
jekyll-theme-cs50 copied to clipboard

allow for an offline mode whereby assets are embedded in HTML

Open dmalan opened this issue 6 years ago • 0 comments

  • [ ] CSS
  • [ ] JS
  • [ ] images base64-encoded, a la data-uri with Asciidoctor, https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#images
  • [ ] webfonts

  • https://github.com/GSI/jekyll_image_encode
  • https://github.com/rubys/nokogumbo

As via a :post_render hook, https://jekyllrb.com/docs/plugins/hooks/.

dmalan avatar Mar 19 '19 22:03 dmalan