Welcome to CERG's website documentation
This repository contains step-by-step instructions for adding and changing content to CERG's website. It is intended for use by CERG's website administrators with access to AEM.
Common Guides
-
Add a new Publication
Applying the Working Paper Template
Add a new Working Paper to the website
-
Change banners
-
Add events
-
YouTube Embeds
Helpful Tools & Related Websites
-
Working Paper Google Drive
Upload Working Papers to this Google Drive folder for embedding purposes.
Related to Adding a Working Paper
-
In the News repository
Use this tool to create and properly format "In the News" entries.
Related to Adding a news item
-
Compress Images
To reduce the file size of images for faster loading times, consider compressing images before uploading them to AEM.
-
Other Pages
Commands
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.