Skip to content

Simply007/cloud-template-manager

Repository files navigation

Kentico Cloud Template Manager

Template manager

Build Status

Running application locally

Download/clone this repository and run following commands:

npm i
npm start

Since the application is build in Angular, you can also use ng serve command to run application.

⚠️ Limitations

See a list of limitations before you get started.

Publishing to GitHub pages

Under root, generate app with

npm run build-gh-pages
npx ngh --dir=dist

Submitting Web Template to Templates Gallery

If you want to submit a Kentico Cloud Web Template to the Templates Gallery, please make sure to follow below mentioned guidelines. Once your repository is ready, please adjust /templates/list.json and create a pull request.

Guidelines for Web Templates

  • Every template has its own GitHub repository
  • The source code is available under MIT license (open-source)

Repository structure

  • /source
    Contains template implementation (open-source)

  • content.zip
    ZIP package generated via https://kentico.github.io/cloud-template-manager

  • template.jpg
    Screenshot/image of the template in 3:2 ratio, e.g. 600x400px (min. 450x300px), in JPG format (no other format is allowed)

  • README.md

    • Instructions to run the site
      These do not need to include the steps to import the content from import package to KC as it is common for all templates.
    • Which resources were used to build the template, e.g.
      • original template (e.g. Multiverse template by HTML5UP.net)
      • image sources (e.g. Demo images by Unsplash.com)
      • implementation technology (e.g. Vue.js)
  • LICENSE (optional)

The repository may not contain any other files in the root directory.

Analytics

About

Project manager for Kentico Cloud

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published