hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

index.md (4064B)

    1 ---
    2 title: Forestry.io
    3 date: 2018-03-16
    4 description: "Showcase: \"Seeing Hugo in action is a whole different world of awesome.\""
    5 siteURL: https://forestry.io/
    6 siteSource: https://github.com/forestryio/forestry.io
    7 ---
    8 
    9 It was clear from the get-go that we had to go with a static site generator. Static sites are secure, performant, and give you 100% flexibility. At [Forestry.io](https://forestry.io/) we provide Content Management Solutions for websites built with static site generators, so we might be a little biased. The only question: Which static site generator was the right choice for us?
   10 
   11 ### Why Hugo?
   12 
   13 In our early research we looked at Ionic’s [site](https://github.com/ionic-team/ionic) to get some inspiration. They used Jekyll to build their website. While Jekyll is a great generator, the build times for larger sites can be painfully slow. With more than 150 pages plus many custom configurations and add-ons, our website doesn’t fall into the low-volume category anymore. Our developers want a smooth experience when working on the website and our content editors need the ability to preview content quickly. In short, we need our builds to be lightning fast.
   14 
   15 We knew Hugo was fast but we did [some additional benchmarking](https://forestry.io/blog/hugo-vs-jekyll-benchmark/) before making our decision. Seeing Hugo in action is a whole different world of awesome. Hugo takes less than one second to build our 150-page site! Take a look:
   16 
   17 ```bash
   18                    | EN   
   19 +------------------+-----+
   20   Pages            | 141  
   21   Paginator pages  |   4  
   22   Non-page files   |   0  
   23   Static files     | 537  
   24   Processed images |   0  
   25   Aliases          |  60  
   26   Sitemaps         |   1  
   27   Cleaned          |   0  
   28 
   29 Total in 739 ms
   30 ```
   31 
   32 In fact, we liked Hugo so much that our wizard Chris made his workflow public and we started the open-source project [Create-Static-Site](https://github.com/forestryio/create-static-site). It's [a simple way to spin up sites](https://forestry.io/blog/up-and-running-with-hugo/) and set up a modern web development workflow with one line of code. Essentially it adds build configurations as a dependency for JS, CSS and Image Processing.
   33 
   34 Lastly, we want to take the opportunity to give some love to other amazing tools we used building our website.
   35 
   36 ### What tools did we use?
   37 
   38 * Our Norwegian designer Nichlas is in love with [**Sketch**](https://www.sketchapp.com/). From what we hear it’s a designer’s dream come true.
   39 * Some say our main graphic is [mesmerizing](https://twitter.com/hmncllctv/status/968907474664284160). Nichlas created it using [**3DS Max**](https://www.autodesk.com/products/3ds-max/overview).
   40 * [**Hugo**](https://gohugo.io/) -- of course.
   41 * Chris can’t think of modern web development without [**Gulp**](https://gulpjs.com/) & [**Webpack**](https://webpack.js.org/). We used them to add additional build steps such as Browsersync, CSS, JS and SVG optimization.
   42 * Speaking about adding steps to our build, our lives would be much harder without [**CircleCI**](https://circleci.com/) for continuous deployment and automated testing purposes.
   43 * We can’t stop raving about [**Algolia**](https://www.algolia.com/). Chris loves it and even wrote a tutorial on [how to implement Algolia](https://forestry.io/blog/search-with-algolia-in-hugo/) into static sites using Hugo’s [Custom Outputs](https://gohugo.io/templates/output-formats/).
   44 *  [**Cloudinary**](https://cloudinary.com/) is probably one of the easiest ways to get responsive images into your website.
   45 * We might be a little biased on this one - We think [**Forestry.io**](https://forestry.io/) is a great way to add a content management system with a clean UI on top of your site without interrupting your experience as a developer.
   46 * For hosting purposes we use the almighty [**AWS**](https://aws.amazon.com/).
   47 * [**Formspree.io**](https://formspree.io/) is managing our support and enterprise requests.
   48 * We also use browser cookies and JS to customize our user’s experience and give it a more dynamic feel.