All Projects → adobe → aem-site-template-standard

adobe / aem-site-template-standard

Licence: MIT license
Basic site template for AEM that allows non-Java experts to create new sites by customizing CSS and JS only.

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to aem-site-template-standard

etoolbox-authoring-kit
Offers a set of tools that create Granite UI authoring interfaces for Adobe Experience Manager components from Java code. This is a comprehensive solution that makes different widgets work in a coordinated manner, provides greater interactivity in AEM dialogs, and introduces additional features (customizable data lists, options selection, etc.)
Stars: ✭ 93 (+173.53%)
Mutual labels:  aem, wcm
wcm-io-wcm
Extensions for AEM authoring and AEM applications.
Stars: ✭ 17 (-50%)
Mutual labels:  aem, wcm
cookbook-cq
Chef cookbook for Adobe CQ (aka AEM)
Stars: ✭ 20 (-41.18%)
Mutual labels:  aem
aem-sass-compiler
Enable Sass support for AEM
Stars: ✭ 48 (+41.18%)
Mutual labels:  aem
aem-akamai-replication-agent
How to create custom replication agents in AEM using Akamai as an example.
Stars: ✭ 33 (-2.94%)
Mutual labels:  aem
burp-aem-scanner
Burp Scanner extension to fingerprint and actively scan instances of the Adobe Experience Manager CMS. It checks the website for common misconfigurations and security holes.
Stars: ✭ 60 (+76.47%)
Mutual labels:  aem
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-23.53%)
Mutual labels:  aem
aem-stubs
Tool for providing sample data for AEM applications in a simple and flexible way. Stubbing server on AEM, no separate needed.
Stars: ✭ 40 (+17.65%)
Mutual labels:  aem
aem-test-samples
Adobe Experience Manager Test Samples
Stars: ✭ 19 (-44.12%)
Mutual labels:  aem
commerce-cif-connector
AEM Commerce connector for Magento and GraphQL
Stars: ✭ 42 (+23.53%)
Mutual labels:  aem
capella
Cloud service for image storage and delivery
Stars: ✭ 116 (+241.18%)
Mutual labels:  cloud-service
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-17.65%)
Mutual labels:  aem
elasticsearch-aem
Example Implementation to integrate ElasticSearch in AEM
Stars: ✭ 13 (-61.76%)
Mutual labels:  aem
aem-react-editable-components
SPA React Editable Components for Adobe Experience Manager
Stars: ✭ 43 (+26.47%)
Mutual labels:  aem
aem-dispatcher-experiments
Experiments to demonstrate the impact of the Dispatcher and it's configuration parameters.
Stars: ✭ 41 (+20.59%)
Mutual labels:  aem
aemscan
Adobe Experience Manager Vulnerability Scanner
Stars: ✭ 161 (+373.53%)
Mutual labels:  aem
aem-easy-content-upgrade
AEM Easy Content Upgrade simplifies content migrations in AEM projects
Stars: ✭ 52 (+52.94%)
Mutual labels:  aem
commerce-cif-magento-graphql
Magento GraphQL data models and query builders for AEM
Stars: ✭ 20 (-41.18%)
Mutual labels:  aem
aem-docker-getting-started
Getting started guide for development with Adobe Experience Manager and Docker.
Stars: ✭ 38 (+11.76%)
Mutual labels:  aem
aem-spa-page-model-manager
Interface between Adobe Experience Manager and Single Page Application framework.
Stars: ✭ 26 (-23.53%)
Mutual labels:  aem

Standard Site Template

This is the standard site template for Adobe Experience Manager as a Cloud Service (AEMaaCS).

Standard site preview

It can serve as a standard starting point for creating a new site, or as a starting point for creating custom site templates.

Structure

  • files: Folder with the UI kit XD file and possibly other files.
  • previews: Folder with screenshots of the site template.
  • site: Content package of the content that will be copied for each site created from this template (templates, pages, etc.).
  • theme: Sources of the template theme to modify how the site looks (CSS, JS, etc.).

Install on AEMaaCS

Build locally

Alternatively you can build aem-site-template-standard-{version}.zip locally.

  1. Install Maven (to be able to use the packaging script).

  2. Initialize the project with following command executed at the template root:

    npm install
  3. To build the site template, run following command executed at the template root:

    npm run build
  4. The site template ZIP file is now located below the template root: aem-site-template-standard-{version}.zip.

  5. Upload to an AEMaaCS site creation wizard. For installing on a local cloudready development instance use npm run deploy.

Develop Site Template

See: https://github.com/adobe/aem-site-template-builder

Release

Run Build and release GitHub workflow and provide the semantic version you're about to release. The workflow executes the following steps:

  • Build Site Template
  • Release latest version on github
  • Commit, build and release latest Site Theme related changes in Site Theme E2E Repo.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the MIT License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].