Skip to content

Commit

Permalink
Merge pull request #5 from alanta/fix/updated-content-zip
Browse files Browse the repository at this point in the history
Updated content.zip
  • Loading branch information
alanta committed Dec 7, 2023
2 parents 07ff23c + 8b08218 commit d376f20
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
5 changes: 5 additions & 0 deletions MemoirsTheme.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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=<Project ID> --apiKey=<Management API key> --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=<Project ID> --apiKey=<Management API key> --environmentId=<Environemtn Id> --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!**
Expand Down
Binary file modified content.zip
Binary file not shown.

0 comments on commit d376f20

Please sign in to comment.