[[Static Site Generators]] are applications which convert [[Markdown]] and similar lightweight markup languages into full browseable static HTML files that can be deployed to a server without access to the original source files. # Markdown Plain Markdown to plain site. May supply some basic templating. - [[Hugo]] - [[Jekyll]] - [[werc]] # Digital Garden These create [[Obsidian Publish]]-style digital gardens. ```cardlink url: https://publishkit.dev/ title: "KIT" description: "Publish full featured web apps with markdown" host: publishkit.dev image: https://publishkit.dev/attachements/og.png ``` ```cardlink url: https://blot.im/ title: "Blot" description: "Turns a folder into a website" host: blot.im favicon: https://cdn.blot.im/documentation/v-8d7d9d72/favicon-180x180.png ``` ## Quartz 4 ```cardlink url: https://quartz.jzhao.xyz/ title: "Welcome to Quartz 4" description: "Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are already using Quartz to publish personal notes, websites, and digital gardens to the web." host: quartz.jzhao.xyz favicon: ./static/icon.png image: https://quartz.jzhao.xyz/static/og-image.png ``` > Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. - Obsidian compatibility, full-text search, graph view, note transclusion, wikilinks, backlinks, Latex, syntax highlighting, popover previews, Docker Support, and many more right out of the box - Hot-reload for both configuration and content - Simple JSX layouts and page components - Ridiculously fast page loads and tiny bundle sizes - Fully-customizable parsing, filtering, and page generation through plugins ## Misc ```cardlink url: https://github.com/MaggieAppleton/digital-gardeners title: "GitHub - MaggieAppleton/digital-gardeners: Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs" description: "Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs - MaggieAppleton/digital-gardeners" host: github.com favicon: https://github.githubassets.com/favicons/favicon.svg image: https://opengraph.githubassets.com/80b62d47551315c13af148b8b4f79e98bea72552e6b1ab7fd22a9ad7f82ae075/MaggieAppleton/digital-gardeners ``` # SCM - [[stagit]] # Hugo - [[Hugo]]