SplatDev.Umbraco.Themes.Conference
1.0.5
dotnet add package SplatDev.Umbraco.Themes.Conference --version 1.0.5
NuGet\Install-Package SplatDev.Umbraco.Themes.Conference -Version 1.0.5
<PackageReference Include="SplatDev.Umbraco.Themes.Conference" Version="1.0.5" />
<PackageVersion Include="SplatDev.Umbraco.Themes.Conference" Version="1.0.5" />
<PackageReference Include="SplatDev.Umbraco.Themes.Conference" />
paket add SplatDev.Umbraco.Themes.Conference --version 1.0.5
#r "nuget: SplatDev.Umbraco.Themes.Conference, 1.0.5"
#:package SplatDev.Umbraco.Themes.Conference@1.0.5
#addin nuget:?package=SplatDev.Umbraco.Themes.Conference&version=1.0.5
#tool nuget:?package=SplatDev.Umbraco.Themes.Conference&version=1.0.5
UmbracoCms.Themes.Conference
Conference/event theme for Umbraco – schedule, speakers, venue, registration, countdown.
Features
- Conference root with event dates, location, and registration URL
- Speakers listing with profiles, bios, social links, and session assignments
- Multi-day schedule with session types (Keynote, Workshop, Panel, Lightning Talk, Networking) and difficulty levels
- Venue page with gallery, map embed, and travel/hotel information
- Registration page with ticket tiers and early-bird deadline
- Sponsors page with Gold/Silver/Bronze tier display
- Hero section with live countdown timer
- Stats bar (attendees, speakers, sessions, sponsors)
- Bold dark-header branding with accent colour system
- Mobile-responsive layout
Compatibility
| NuGet target | Umbraco version |
|---|---|
net8.0 |
13.12.0 |
net10.0 |
17.3.4 |
Installation
Install via NuGet:
dotnet add package UmbracoCms.Themes.Conference
On first startup the theme auto-installs its Umbraco schema (data types, document types, templates) via SplatDev.Umbraco.Plugins.Yaml2Schema. A .done file is written to {ContentRoot}/config/themes/conference/ to prevent re-installation.
Document Types
| Alias | Description |
|---|---|
basePage |
Shared base page with common properties |
conferenceRoot |
Site root – holds global conference settings |
conferenceHome |
Home page with hero, countdown, stats, schedule preview |
speakersListing |
Speakers index page |
speaker |
Individual speaker profile |
schedulePage |
Full conference schedule |
venuePage |
Venue details, gallery, map, travel info |
registrationPage |
Registration info and CTA |
sponsorsPage |
Sponsor tiers listing |
standardPage |
Generic content page |
Element Types
| Alias | Description |
|---|---|
scheduleSessionElement |
Individual session in a schedule day |
scheduleDayElement |
Day container in a multi-day schedule |
speakerLinkElement |
Social link for speaker profile |
socialLinkElement |
Generic social media link |
venueRoomElement |
Room within the venue |
ticketTypeElement |
Ticket tier with pricing |
sponsorTierElement |
Sponsor tier (Gold/Silver/Bronze) |
sponsorElement |
Individual sponsor listing |
Templates
| Template | View File |
|---|---|
| ConferenceHome | Views/ConferenceHome.cshtml |
| SpeakersListing | Views/SpeakersListing.cshtml |
| Speaker | Views/Speaker.cshtml |
| SchedulePage | Views/SchedulePage.cshtml |
| VenuePage | Views/VenuePage.cshtml |
| RegistrationPage | Views/RegistrationPage.cshtml |
| SponsorsPage | Views/SponsorsPage.cshtml |
Stylesheet
Include /css/conference-theme.css in your layout or reference it directly. Customise via CSS custom properties defined in :root.
Changelog
1.0.5 — 2026-08-24
Removes a dashboard screenshot that showed an error toast. It was captured against a site where this plugin's API was unreachable, so it advertised a broken dashboard. No screenshot is better than a misleading one; a replacement will be taken against a working install.
1.0.4 — 2026-08-24
Package metadata only: the listing now carries an icon and search tags, and the project and repository links point at the organisation that actually hosts this code. No code changes.
1.0.2 — 2026-08-22
- This package's README now reaches NuGet. The publish workflow discovered packages by a list of name patterns, and this one matched none of them, so it was never built or pushed by CI — the version on NuGet was placed there by hand before the README was wired up, and no release could refresh it. Discovery is now by prefix, so the package ships whenever the repo is tagged.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- SplatDev.Umbraco.Plugins.Yaml2Schema (>= 1.1.2)
- SplatDev.Umbraco.Themes.Base (>= 1.0.6)
- Umbraco.Cms.Core (>= 17.3.4)
- Umbraco.Cms.Infrastructure (>= 17.3.4)
- Umbraco.Cms.Web.Common (>= 17.3.4)
-
net8.0
- SplatDev.Umbraco.Plugins.Yaml2Schema (>= 1.1.2)
- SplatDev.Umbraco.Themes.Base (>= 1.0.6)
- Umbraco.Cms.Core (>= 13.12.0)
- Umbraco.Cms.Infrastructure (>= 13.12.0)
- Umbraco.Cms.Web.Common (>= 13.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.5 | 51 | 8/24/2026 |