Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 1bl4z3r/hermit-V2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.19
Choose a base ref
...
head repository: 1bl4z3r/hermit-V2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 30, 2025

  1. Copy the full SHA
    639820b View commit details
  2. Copy the full SHA
    7915bc7 View commit details
  3. Copy the full SHA
    fc8bb37 View commit details

Commits on Jan 31, 2025

  1. fix spacing before word count (#110)

    The wordcount spacing was missing from the rendered template.
    This is fixed by adding a nbsp as used elsewhere as well.
    1bl4z3r authored Jan 31, 2025
    Copy the full SHA
    f83985e View commit details
  2. rss: rename posts to be working correctly (#113)

    I tested this and it seemed that the current location of the rss file
    does not create proper adjustments to the RSS feed.
    
    This has to have a specific name as shown in:
    https://gohugo.io/templates/rss/
    1bl4z3r authored Jan 31, 2025
    Copy the full SHA
    10614f4 View commit details

Commits on Feb 6, 2025

  1. fix rss image relying on site.BaseURL (#112)

    On v0.131.0+extended I get the following error on the rss-image.xml
    template:
    
    ```
    Error: error building site: render: failed to render pages: render of "home" failed: "blog/themes/hermit-v2/layouts/rss.xml:47:7": 
    execute of template failed: template: rss.xml:47:7: executing "rss.xml" at <partial "rss-image.xml" (dict "path" .)>:
    error calling partial: "blog/themes/hermit-v2/layouts/partials/rss-image.xml:12:32":
    execute of template failed: template: partials/rss-image.xml:12:32: executing "partials/rss-image.xml" at <.Site.BaseURL>:
    can't evaluate field Site in type string
    ```
    
    The .Site is executed on the path property of the image (which is of
    type string) and does not have a Site key.
    
    This is fixed by using the global `site.BaseURL` as used in other
    partials to overcome this
    1bl4z3r authored Feb 6, 2025
    Copy the full SHA
    9702a28 View commit details
  2. Copy the full SHA
    7d5f7c8 View commit details

Commits on Feb 7, 2025

  1. Pull #112 to Staging

    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Feb 7, 2025
    Copy the full SHA
    70f3e48 View commit details

Commits on Feb 8, 2025

  1. feat: better tags support

    dkolb committed Feb 8, 2025
    Copy the full SHA
    7d66090 View commit details

Commits on Feb 23, 2025

  1. feat: better tag support (#116)

    This PR adds the following features:
    
    * The ability to list a post's tags in `list.html` with a parameter to
    toggle that defaults to off.
    * Update baseof.html to support a custom "title" block that defines the
    page's <title>. Default content matches current implementation.
    * A terms.html template that will display tags or categories sorted by
    post count.
    * A fix for list.html's conditional logic. The original `(or "tags"
    "categories")` just returns `"tags"` being logically equivalent to `(in
    .Page.RelPermalink "tags")`
    * The `tag` class from the post description is hoisted up, uses
    `text-transform: lowercase` along with the `before`, and can be applied
    outside of a post description.
    * The `category` class has also been hoisted similarly.
    1bl4z3r authored Feb 23, 2025
    Copy the full SHA
    8f9d7a1 View commit details
  2. modifies #116 with minimal changes to keep in-par with Original theme…

    …'s layout
    
    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Feb 23, 2025
    Copy the full SHA
    57bbdc8 View commit details

Commits on Feb 24, 2025

  1. Update #116 to consolidate config with a single param -

    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Feb 24, 2025
    Copy the full SHA
    0354d44 View commit details
  2. Forgot to properly re-use the config parameters. Fixed. Sorry for that

    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Feb 24, 2025
    Copy the full SHA
    8e7eb9a View commit details

Commits on Mar 4, 2025

  1. Change: tags and category links in list.html. Close #117

    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Mar 4, 2025
    Copy the full SHA
    bac7d1b View commit details
  2. fix permissions

    Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
    1bl4z3r committed Mar 4, 2025
    Copy the full SHA
    213fd00 View commit details
Loading