thomasyung / uxdesignmatters.org

3 stars 2 forks source link

Folder and File Structure

There are two main folders at the root of the website. craft/ is where all the Craft CMS related configurations and TWIG templates go.

craft/templates/

This folder contains all the templates for how each page on the site should look like and behave.

craft/templates/assets/css/

craft/templates/news/

public_html/

The public_html/ folder is mapped to uxdesignmatters.org/. It is the publicly viewable folder that serves our HTML content.

public_html/bower_components/

Too many files in this folder to annotate each file. This folder is for the Polymer web components library. The contents are found in this repository. https://github.com/polymer. To update to the latest library files, you need to use polymer-cli. Download from https://github.com/Polymer/polymer-cli

public_html/custom_components/

We will put all the custom web components that we create here in this folder.

public_html/custom_components/meetup-events/

This folder contains all the code for our custom web component .