AEM WKND Sites Project
This is a sample Adobe Experience Manager project for a full stack Sites implementation for a fictitious lifestyle brand, WKND.
Live Demo
View the live demo at https://www.wknd.site/
Tutorial
A corresponding tutorial is available where you can learn how to implement a website using the latest standards and technologies in AEM Sites.
How to use
Pre-compiled AEM packages are available under the latest release for easy installation on local environments using CRX Package Manager
aem-guides-wknd.all-x.x.x.zip
: AEM as a Cloud Service, default buildaem-guides-wknd.all-x.x.x-classic.zip
: AEM 6.5.x+, AEM 6.4.x+
How to build
For AEM as a Cloud Service SDK:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage
For AEM 6.4.x and 6.5.x:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage -Pclassic
System Requirements
AEM as a Cloud Service | AEM 6.5 | AEM 6.4 | Java SE | Maven |
---|---|---|---|---|
Continual | 6.5.7.0+ | 6.4.8.4+ | 8, 11 | 3.3.9+ |
Setup your local development environment for AEM as a Cloud Service SDK or for older versions of AEM.
Notes
WKND Sample Content
By default, sample content from ui.content.sample
will be deployed and installed along with the WKND code base. The WKND reference site is used for demo and training purposes and having a pre-built, fully authored site is useful. However, the behavior of including a full reference site (pages, images, etc...) in source control is unusual and is not recommended for a real-world implementation.
Including ui.content.sample
will overwrite any authored content during each build. If you wish to disable this behavior modify the filter.xml file and update the mode=merge
attribute to avoid overwriting the paths.
- <filter root="/content/wknd" />
+ <filter root="/content/wknd" mode="merge"/>
Powered by Adobe Stock
Many of the images in the WKND Reference website are from Adobe Stock and are Third Party Material as defined in the Demo Asset Additional Terms at https://www.adobe.com/legal/terms.html. If you want to use an Adobe Stock image for other purposes beyond viewing this demo website, such as featuring it on a website, or in marketing materials, you can purchase a license on Adobe Stock.
With Adobe Stock, you have access to more than 140 million high-quality, royalty-free images including photos, graphics, videos and templates to jumpstart your creative projects.
Documentation
- This project was generated using the AEM Project Archetype.
- This project relies on AEM Core Components.