hugo

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

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

languages.toml (165B)

    1 
    2   [en]
    3     contentDir = "content/en"
    4     languageName = "English"
    5     weight = 1
    6   
    7   [zh]
    8     contentDir = "content/zh"
    9     languageName = "中文"
   10     weight = 2