Stefan M.
Stefan M.
Currently contributors who create Pull Requests are not able to see their changes directly. But, even worse, also maintainers are not able to see the changes made by the contributor...
When you add gradle Java toolchain to this project it literally doesn't matter which jvm version users (potential contributors) are using to build the project. As long as it can...
I jsut realized an assertion on `String.contains("")` exist. I think it is usefull to add also an `String.doesNotContain("")`. ``` expectThat("Something").contains("S") // true expectThat("Something").doesNotContain("S") // false ```
First draft for lists layout. Not finished yet, but we are getting there 🤓 Fixes #103 Issues I notices / needs to be fixed / Improvements: * Sidebar is not...
https://github.com/StefMa/hugo-fresh/assets/10229883/25e5e374-76bb-4a41-bfad-5b24dc49d3d0 When you hover over the client icons, the icons should be "highlighted" somehow so that users can see that they are clickable.
https://gohugo.io/content-management/archetypes/ > The only single.html type page in the theme is the the exampleSite/content/agb.md which (I believe) is included to show examples of using the shortcodes. In it's front matter...
We have a few short codes available. Document 1. Why we have them 2. How to use them
Even if Iam not a fan, this theme should support it. I also have no idea how to implement that. If you read this and know what to do, I...
I had to dig into the code to find out that the favicon can be replaced by adding a `favicon` into `static/images`. We should either document this, or maybe better,...
In singlepages you can define titles with the shortcode `titleX`. See https://github.com/StefMa/hugo-fresh/tree/0c2ca44b94ef496cbabadefa32685feebd596a17/layouts/shortcodes The `title` shortcodes should be clickable so that it will automtically copy the URL to that title into...