Skip to content

sgmelayu/kontent-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

Packages

No packages published

Languages

  • TypeScript 82.0%
  • HTML 13.7%
  • SCSS 3.2%
  • JavaScript 1.1%