hugo/content/showcase/forestry/index.md
Bjørn Erik Pedersen 0a23baa6a9 Squashed 'docs/' changes from 211a3c613..3068989b9
3068989b9 Merge commit '7ae9cf2ccb3eecc1ff50f686925249d01cf37c6c'
7ae9cf2cc Squashed 'themes/gohugoioTheme/' changes from d7a475e7..a1768ebb
b55157fae Revert "Anchorify headings up to h4"
b63dd5566 Anchorify headings up to h4
edfe36a19 Test out trac as highlighter style
98dc8d269 Update multilingual.md
a6e4d92c0 Update multilingual.md
86a90edf9 Fix typo 'If will' to 'It will' line 41
6b626fac6 Add a tip for testing custom 404.html on hugo server
6bfc17cfc Update few links to now point to gohugoio organization repos
f66bad971 Remove unintended alias
3bc56e9ec Fix shortcode name in example: image -> img
251142388 Fix broken link
27245af6a Fix the minimum required git version for GH Pages flow
aefc87b4d Fix link in Forestry showcase
489ec5ea0 Squashed 'themes/gohugoioTheme/' changes from 6f3a8bf5..d7a475e7
308a616fd Merge commit '489ec5ea03799fa092d891838c1655e60b34f337'
a80859814 Adjust showcase description

git-subtree-dir: docs
git-subtree-split: 3068989b9c601146e8e6be8c4e8e2b2c679e5230
2018-03-20 21:11:45 +01:00

4 KiB
Raw Blame History

title date description siteURL siteSource
Forestry.io 2018-03-16 Showcase: "Seeing Hugo in action is a whole different world of awesome." https://forestry.io/ https://github.com/forestryio/forestry.io

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 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?

Why Hugo?

In our early research we looked at Ionics site 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 doesnt 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.

We knew Hugo was fast but we did some additional benchmarking 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:

                   | EN   
+------------------+-----+
  Pages            | 141  
  Paginator pages  |   4  
  Non-page files   |   0  
  Static files     | 537  
  Processed images |   0  
  Aliases          |  60  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 739 ms

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. It's a simple way to spin up sites 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.

Lastly, we want to take the opportunity to give some love to other amazing tools we used building our website.

What tools did we use?

  • Our Norwegian designer Nichlas is in love with Sketch. From what we hear its a designers dream come true.
  • Some say our main graphic is mesmerizing. Nichlas created it using 3DS Max.
  • Hugo -- of course.
  • Chris cant think of modern web development without Gulp & Webpack. We used them to add additional build steps such as Browsersync, CSS, JS and SVG optimization.
  • Speaking about adding steps to our build, our lives would be much harder without CircleCI for continuous deployment and automated testing purposes.
  • We cant stop raving about Algolia. Chris loves it and even wrote a tutorial on how to implement Algolia into static sites using Hugos Custom Outputs.
  • Cloudinary is probably one of the easiest ways to get responsive images into your website.
  • We might be a little biased on this one - We think 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.
  • For hosting purposes we use the almighty AWS.
  • Formspree.io is managing our support and enterprise requests.
  • We also use browser cookies and JS to customize our users experience and give it a more dynamic feel.