hugo

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

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

params.toml (951B)

    1 
    2 description = "The world’s fastest framework for building websites"
    3 ## Setting this to true will add a "noindex" to *EVERY* page on the site..
    4 removefromexternalsearch = false
    5 ## Gh repo for site footer (include trailing slash)
    6 ghrepo = "https://github.com/gohugoio/hugoDocs/"
    7 ## GH Repo for filing a new issue
    8 github_repo = "https://github.com/gohugoio/hugo/issues/new"
    9 ### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
   10 ghdocsrepo = "https://github.com/gohugoio/hugoDocs/tree/master/docs"
   11 ## Gitter URL
   12 gitter = "https://gitter.im/spf13/hugo"
   13 ## Discuss Forum URL
   14 forum = "https://discourse.gohugo.io/"
   15 ## Google Tag Manager
   16 gtmid = ""
   17 
   18 # First one is picked as the Twitter card image if not set on page.
   19 images = ["images/gohugoio-card.png"]
   20 
   21 flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height"
   22 
   23 #sidebar_direction = "sidebar_left"