hugo

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

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

index.md (1695B)

    1 ---
    2 
    3 # A suitable title for this article.
    4 title: Quiply Employee Communications App
    5 
    6 # Set this to the current date.
    7 date: 2018-02-13
    8 
    9 description: "\"It became immediately clear that we'd use Hugo going forward as it compiles super-fast, is intuitive to use and offers all the features we need.\""
   10 
   11 # The URL to the site on the internet.
   12 siteURL: https://www.quiply.com
   13 
   14 # Link to the site's Hugo source code if public and you can/want to share.
   15 # Remove or leave blank if not needed/wanted.
   16 # siteSource: https://github.com/gohugoio/hugoDocs
   17 
   18 # Add credit to the article author. Leave blank or remove if not needed/wanted.
   19 byline: "[Sebastian Schirmer](mailto:sebastian.schirmer@quiply.com), Quiply Co-Founder"
   20 
   21 ---
   22 
   23 With the launch of our Employee Communications app Quiply we created a very simple and static one-page website to showcase our product.
   24 
   25 As our customer base and demand for marketing and communication started to grow, we needed a solution to easily grow and extend the contents of our web presence. As we do not have the need to serve dynamic content, we decided to use a static site generator. Amongst a couple of others, we tried Hugo and it became immediately clear that we'd use Hugo going forward as it compiles super-fast, is intuitive to use and offers all the features we need.
   26 
   27 Our website which we launched a couple of weeks ago is still growing and new content is being added constantly. By using Hugo, this can be easily done by content authors writing markdown files without always having to touch HTML or CSS code. It is available in German only for the time being, an English version is in the works.
   28 
   29 Huge thanks to everyone involved in making Hugo a success.