• v1.3.0 57a4079487

    v1.3.0 Stable

    forquare released this 2024-10-16 13:16:01 +01:00 | 0 commits to main since this release

    Downloads
  • v1.2.0 3ce1372ec8

    forquare released this 2018-11-18 15:16:33 +00:00 | 14 commits to main since this release

    Awful title, really sorry!

    This is a release of bits of work done throughout the year, probably more that a point release but not enough for a v2 release...

    I have:

    • Updated Font Awesome from 4.3.0 to 5.5.0
    • Introduced a search feature
    • Added a new post_meta partial that includes the old port metadata (date, reading time, comments link) plus tags and categories!
    Downloads
  • 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
  • v1.0.0 33c2f6f654

    Breakaway! Stable

    forquare released this 2017-11-05 21:38:12 +00:00 | 25 commits to main since this release

    I'm now happy that rehyde-x is fixed and move far enough away to break ties with the old “hyde-x” repo. So here's a v1.0.0 release.

    Breaking changes:

    • Updated highlightjs styles, some file names were changed and so your highlight setting may need to be updated.

    Other changes have been too numerous for me to go back to now. Suffice to say this is working for me on recent huge builds (v0.30.2 being the latest).

    Downloads