Skip to content

Instantly share code, notes, and snippets.

@9999years
Created May 28, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9999years/73211758ff94cb77891401d460a98e47 to your computer and use it in GitHub Desktop.
Save 9999years/73211758ff94cb77891401d460a98e47 to your computer and use it in GitHub Desktop.
Ideal static site generator

I want a static site generator that

  • Lets me write in Markdown, but with some syntax for injecting HTML I can't express in plain Markdown, like Hugo's shortcodes
  • Has a good pipeline for writing CSS in SASS, Javascript in Typescript, and ideally minifying / importing those assets into the page in different ways (i.e. inline OR linking) with low friction
  • Has a good templating language that I can configure on a per-page basis, customize (to add new functions / constructs), and import data to from YAML
  • Is actively developed with a decently-sized community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment