Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Each revision is versioned by the date of the revision.

- docs: Added a GitHub workflow and Spread materials for automated testing of the tutorial.

## 2025-12-18

- feat: Add resource-centre theme to WordPress charm

## 2025-12-17

- docs: Moved architecture documentation from Explanation to Reference category.
Expand Down
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class _ReplicaRelationNotReady(Exception): # noqa: N818 (private exception used
"launchpad",
"light-wordpress-theme",
"mscom",
"resource-centre",
"thematic",
"twentytwentyfive",
"twentytwentyfour",
Expand Down
9 changes: 9 additions & 0 deletions wordpress_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ parts:
source-type: git
organize:
"*": /var/www/html/wp-content/themes/xubuntu-website/
get-resource-centre:
after:
- wordpress
plugin: dump
source: https://github.com/canonical/resource-centre-wordpress-theme.git
source-type: git
organize:
"*": /var/www/html/wp-content/themes/resource-centre/
# Post-install configuration
wordpress-configure:
plugin: nil
Expand All @@ -288,6 +296,7 @@ parts:
- get-wp-theme-ubuntustudio-wp
- get-wp-theme-launchpad
- get-wp-theme-xubuntu-website
- get-resource-centre
- get-ubuntu-community-wordpress-theme
build-environment:
- IMAGE_RUN_USER_ID: 584792
Expand Down
Loading