Portfolio 1.0.5
dotnet add package Portfolio --version 1.0.5
NuGet\Install-Package Portfolio -Version 1.0.5
<PackageReference Include="Portfolio" Version="1.0.5" />
paket add Portfolio --version 1.0.5
#r "nuget: Portfolio, 1.0.5"
// Install Portfolio as a Cake Addin #addin nuget:?package=Portfolio&version=1.0.5 // Install Portfolio as a Cake Tool #tool nuget:?package=Portfolio&version=1.0.5
Portfolio Starter Kit for Umbraco v9
This is a simple starter kit for Umbraco v9
It gives you an alternative starter kit to use instead of the default starter kit from Umbraco.
It is supposed to be a Portfolio / CV site.
You can see it in action here. https://membership.codeshare.co.uk/
If you want a really quick way to get it installed and test it out
Make sure you have downloaded the latest .NET 5 SDK, then copy and paste this into Command Prompt or Windows Terminal or whatever you use:
# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates::9.0.0
# Create solution/project
dotnet new sln --name MySolution
dotnet new umbraco -n MyProject --friendly-name "Admin User" --email "admin@admin.com" --password "1234567890" --connection-string "Data Source=|DataDirectory|\Umbraco.sdf;Flush Interval=1" -ce
dotnet sln add MyProject
dotnet add MyProject package Portfolio
# Run
dotnet run --project MyProject
When I originally built this, I was using the new ViewComponents which are part of .NET 5 but I was unable to include them in the starter kit due to the models needing to be altered by the end user and my core project can't know about the models up front.
In this starter kit you can see examples of:
- Block List Editor on the Home Page - with hidden blocks (I was inspired by how uSkinned hid blocks in their themes.)
- Nested Content on the CV page
- Simple Contact Form - You can see how to send emails now if you look at the ContactSurfaceController in the Portfolio.Core project
I'm sure there are other things too, but have a play anyway.
Also I'm proud to say it gets 100 scores for Accessibility, SEO and Best Practices. It is almost at 100 for performance too but there are some things you can do to improve that yourself.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- Portfolio.Core (>= 1.0.5)
- Umbraco.Cms.Web.BackOffice (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.