Add three responsive light and dark blog themes - #160
Open
mraible wants to merge 4 commits into
Open
Conversation
Introduce Horizon, Alpenglow, and Dispatch as modern Roller themes with responsive layouts and automatic color-scheme support. Add theme discovery coverage for all three.
Expand the compact theme templates into readable, consistently indented HTML and Velocity control flow.
Expand the three theme stylesheets for review and use the same neutral test-blog fixtures as Roller’s existing theme previews.
Set the create-weblog form's default theme explicitly so adding an alphabetically earlier shared theme does not change existing setup behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three modern, production-ready Roller themes:
Each theme includes responsive weblog, permalink, search, tag, archive, and sidebar templates. They automatically follow the visitor’s light or dark color-scheme preference, avoid external runtime dependencies, and include an SVG preview for Roller’s theme selector.
Theme discovery coverage verifies that all three themes and their stylesheets load through ThemeManager. The create-weblog flow also keeps Basic as its explicit default so adding an alphabetically earlier theme does not change existing setup behavior.
The previews below are the same production
preview.svgassets included in this pull request. They use Roller’s established neutral test-blog fixture content.Horizon
Alpenglow
Dispatch
Tested with:
mvn -pl app -Dtest=ThemeManagerTest testmvn -pl app -DskipTests packagemvn -V -ntp install -DskipTestscd it-selenium && mvn -V -ntp installgit diff --check