diff --git a/MemoirsTheme.sln b/MemoirsTheme.sln index dae2e97..c3aaa2f 100644 --- a/MemoirsTheme.sln +++ b/MemoirsTheme.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.1.32407.343 MinimumVisualStudioVersion = 15.0.26124.0 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoirsTheme", "MemoirsTheme.csproj", "{FD3E8728-0F91-418E-8CA4-5F37B44FF70B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Worflows", "Worflows", "{7C8A00A9-97DD-410C-9290-7DC4437DBEB9}" + ProjectSection(SolutionItems) = preProject + .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md index a399559..da38990 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This is a full featured theme for [Kontent](https://kontent.ai/) and [Statiq](ht ### Requirements -- [.NET Core 3.1](https://dotnet.microsoft.com/download) +- [DotNet 6](https://dotnet.microsoft.com/download) ### Clone the codebase @@ -48,19 +48,16 @@ This is a full featured theme for [Kontent](https://kontent.ai/) and [Statiq](ht 1. Go to the "Project Settings", select API keys and copy the following keys for further reference - Project ID - Management API key -1. Use the [Template Manager UI](https://kentico.github.io/kontent-template-manager/import) for importing the content from [`content.zip`](./content.zip) file and API keys from previous step. Check *Publish language variants after import* option before import. - - > Alternatively, you can use the [Kontent Backup Manager](https://github.com/Kentico/kontent-backup-manager-js) and import data to the newly created project from [`content.zip`](./content.zip) file via command line: - > - > ```sh - > npm i -g @kentico/kontent-backup-manager - > - > kbm --action=restore --projectId= --apiKey= --zipFilename=content - > ``` - > - > Go to your Kontent project and [publish all the imported items](https://docs.kontent.ai/tutorials/write-and-collaborate/publish-your-work/publish-content-items). - -1. Map the codebase to the data source +1. Use the [Kontent Backup Manager](https://github.com/kontent-ai/backup-manager-js) and import data to the newly created project from [`content.zip`](./content.zip) file via command line: + ```sh + npm i -g @kentico/kontent-backup-manager + + kbm --action=restore --projectId= --apiKey= --environmentId= --zipFilename=content + ``` + + Go to your Kontent project and [publish all the imported items](https://docs.kontent.ai/tutorials/write-and-collaborate/publish-your-work/publish-content-items). + +* Map the codebase to the data source - adjust the `DeliveryOptions:ProjectId` key in `appSettings.json` 🚀 **You are now ready to use the site with your own Kentico Kontent project as data source!** diff --git a/content.zip b/content.zip index ac0f073..9f0a45f 100644 Binary files a/content.zip and b/content.zip differ