• v1.1.0 ec832dae35

    v1.1.0 Stable

    forquare released this 2018-01-21 15:40:14 +00:00 | 23 commits to main since this release

    It seems that hugo v32 introduced an issue whereby "theme" cannot be present anywhere else in the config file, this poses a problem for the rehyde-x colour themes as they were defined in the config file as:

    [params]
        theme = "theme-base-0b"
    

    Now this is called "colorTheme", so the below is now equivilant:

    [params]
        colorTheme = "theme-base-0b"
    
    Downloads