--- title: Static Site Generators tagline: Top Open-Source Static Site Generators description: Static Site Generators date: 2018-06-01 00:00:00 series: image: /assets/images/blog/featured/staticgen.jpg tags: [ Jekyll, Open, Source, Static, Site, Generators ] index: [] categories: [ featured ] #permalink: regenerate: false resources: [] resource_options: --- // NOTE: General Asciidoc page attributes settings // ----------------------------------------------------------------------------- :page-liquid: // Additional Asciidoc page attributes goes here // ----------------------------------------------------------------------------- :page-imagesdir: {{page.images.dir}} :wikipedia-article: https://en.wikipedia.org/wiki/Geography_of_Minneapolis // Place an excerpt at the most top position // ----------------------------------------------------------------------------- People sometimes ask if static sites make sense for anything beyond a one-pager. This leaderboard highlights the top open source projects, in many different languages, that make static sites not only viable, but an attractive option for creating sophisticated websites! [role="clearfix mb-3"] excerpt__end // Page content // ----------------------------------------------------------------------------- [[readmore]] == Static Site Generators [role="mb-3"] image::{{page.image}}[{{page.title}}] The typical CMS driven website works by building each page on-demand, fetching content from a database and running it through a template engine. This means each page is assembled from templates and content on each request to the server. For most sites this is completely unnecessary overhead and only adds complexity, performance problems and security issues. After all, by far the most websites only change when the content authors or their design team makes changes. A Static Site Generator takes a different approach and generate all the pages of the website once when there’s actually changes to the site. This means there’s no moving parts in the deployed website. Caching gets much easier, performance goes up and static sites are far more secure. To find out what Open-Source Static Site Generators are available today and their ranking in terms of popularity you should check https://www.staticgen.com/[StaticGen]. On StaticGen, you'll will find the most complete list of generators! Have fun!