github.com/dctrud/umoci@v0.4.3-0.20191016193643-05a1d37de015/.site/README.md (about)

     1  ## `.site/` ##
     2  
     3  This is the source code for the website hosted at [`umo.ci`][umoci]. The reason
     4  for this weird structure is so that we can still have a top-level `doc/`
     5  directory which is then included as a chapter inside the website.
     6  
     7  The website uses [Hugo][hugo], and can be rebuilt with a simple `hugo`. To have
     8  a development webserver use `hugo serve`. For more information, read the docs.
     9  
    10  [umoci]: https://umo.ci/
    11  [hugo]: https://gohugo.io/
    12  
    13  ### License ###
    14  
    15  As with the rest of `umoci`, the website is licensed under the Apache 2.0
    16  license. The theme [`hugo-theme-learn`][hugo-theme] is licensed under the
    17  MIT/X11 license.
    18  
    19  [hugo-theme]: https://github.com/matcornic/hugo-theme-learn