-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: 1bl4z3r/hermit-V2
base: v1.1.19
head repository: 1bl4z3r/hermit-V2
compare: main
- 15 commits
- 12 files changed
- 3 contributors
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 639820b - Browse repository at this point
Copy the full SHA 639820bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7915bc7 - Browse repository at this point
Copy the full SHA 7915bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8bb37 - Browse repository at this point
Copy the full SHA fc8bb37View commit details
Commits on Jan 31, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for f83985e - Browse repository at this point
Copy the full SHA f83985eView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 10614f4 - Browse repository at this point
Copy the full SHA 10614f4View commit details
Commits on Feb 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 9702a28 - Browse repository at this point
Copy the full SHA 9702a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5f7c8 - Browse repository at this point
Copy the full SHA 7d5f7c8View commit details
Commits on Feb 7, 2025
-
Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70f3e48 - Browse repository at this point
Copy the full SHA 70f3e48View commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d66090 - Browse repository at this point
Copy the full SHA 7d66090View commit details
Commits on Feb 23, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8f9d7a1 - Browse repository at this point
Copy the full SHA 8f9d7a1View commit details -
modifies #116 with minimal changes to keep in-par with Original theme…
…'s layout Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57bbdc8 - Browse repository at this point
Copy the full SHA 57bbdc8View commit details
Commits on Feb 24, 2025
-
Update #116 to consolidate config with a single param -
Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0354d44 - Browse repository at this point
Copy the full SHA 0354d44View commit details -
Forgot to properly re-use the config parameters. Fixed. Sorry for that
Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e7eb9a - Browse repository at this point
Copy the full SHA 8e7eb9aView commit details
Commits on Mar 4, 2025
-
Change: tags and category links in list.html. Close #117
Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bac7d1b - Browse repository at this point
Copy the full SHA bac7d1bView commit details -
Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 213fd00 - Browse repository at this point
Copy the full SHA 213fd00View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.19...main