0
Minion
4y

what are you all using for static site generations? like I am planning todo a collection of links/resources/knowledge for personal use. Would do it with markdown and heard about https://www.11ty.dev/docs/ and jekyll, can you recommend me some others?

Comments
  • 0
    Building my own
  • 1
    Well, I can recommend Jekyll, VuePress, Gridsome, or Docsify (last one cannot perform SSR). Last three contain component magic, so you even can go far with interactivity.
    You may find Read the Docs extra useful for side project's documentation hosting.
  • 1
    Hugo is quite nice
  • 0
    I like next.js: while it is capable of being much more than a SSG, it can do that quite well as long as no page uses getInitialProps and automatic static optimization is enabled.
  • 0
    @RobbieGM I'd say Next.js has similar complexity as Nuxt (that's why I didn't recommend it for "a collection of links/resources/knowledge for personal use", it's overkill).
Add Comment