Skip to content

Instantly share code, notes, and snippets.

@sibinx7
Last active September 17, 2017 15:49
Show Gist options
  • Save sibinx7/cf5d7c4305bbc24d7f67b3ef1a51c735 to your computer and use it in GitHub Desktop.
Save sibinx7/cf5d7c4305bbc24d7f67b3ef1a51c735 to your computer and use it in GitHub Desktop.
Static Website Generators

Static Websites Generators

As a frontend Developer, i need to use to build many static websites as prototypes or as full website templates. Usually i use middleman and jekyll. I use middleman more than Jekyl because i need a static website more than a blog or more advanced static websites.

Later i found some issues in using Middleman, after a long use, i usually repear most of the components, so i feel, react will be a good choise, so i can reduce my time. Also there are many issues in middleman, i need to use gulp for javascript contents, they removed some features from middleman. Middleman livereload is very slow also. Last point, Middleman is mature but use almost old features, i use the same for last 2 year, there're no mind blowing features. So i started to search for a good static website generator, modern and feature rich.

Here are some list of Static Websites

Jekyll

Mature and most popular static websites, written using Ruby. Most of the git-hub pages use this framework. You can even find templates in ThemeForest

Middleman

Static Website generator based on Ruby

Hugo

Fastest Static Website generator based on Go

Spike

Static Website based on NodeJS and Webpack. Developers are from Root Statis Website

Hexo

https://hexo.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment