12 comments

  • , over 5 years ago

    For those of you interested, we do some pretty neat things under the hood. Here's a summary

    • Built statically with Hugo. See our repo here
    • Show when a user is logged in (in the nav bar) using cookies + Javascript
    • Super fast site search with Algolia (try searching)
    • Automatically generate responsive images with Cloudinary
    • CMS with Forestry.io (of course)
    0 points
    • David SurianoDavid Suriano, over 5 years ago

      From what I understand Forestry doesn't support Gatsby static sites. Any insight into if this is something we can expect moving forward?

      2 points
      • , over 5 years ago

        That's right, we currently support Jekyll and Hugo. Supporting Gatsby is something we would like to do but it's not currently on our roadmap. Do you exclusively use Gatsby?

        1 point
        • Hunter CaronHunter Caron, over 5 years ago

          Not David but I'll chime in here. I used to use Jekyll but after trying Gatsby, I have been using it exclusively in my production sites. Can't beat the speed / ease of GraphQL data. Feels really modern.

          I've been using Netlify CMS with Gatsby (also git based) but Forestry.io seems great (& beautiful). The Gatsby community is pretty active and could probably help work on integration.

          3 points
          • , over 5 years ago

            Like Jekyll, does most of your content live in Markdown files and Front Matter? Or to do you use other data sources for your Gatsby sites?

            0 points
            • Hunter CaronHunter Caron, over 5 years ago

              Most of the sites I’ve done recently the content lives in Markdown and Frontmatter yeah! Super flexible.

              The other data sources are cool, but markdown usually make the most sense and is well supported with plugins/tutorials/etc.

              1 point
        • Ryan Slama, over 5 years ago

          Just want to second Gatsby. I recently moved my site from Jekyll on Github pages to Gatsby on Netlify and never plan to move back.

          1 point
    • Glenn McCombGlenn McComb, over 5 years ago

      Awesome site, I love seeing 3D on the web. Maybe the word "Forestry" on the processing plant would be handy? I didn't initially realise it was the Forestry logo on the side.

      0 points
    • Surjith S MSurjith S M, 5 years ago

      I see its an old thread, but still forestry not supporting Gatsby. However I was able to import it as vuepress, but not working as expected. Gatsby is much popular now and got great community following.

      Any plans to support in the near future?

      1 point
    • Surjith S MSurjith S M, 5 years ago

      Also, I don't see its hosting to Gitlab pages even they support it.

      0 points