Development repository for the EMERGENT website
emergent-website/
├── archetypes
├── content
│ ├── blog
│ │ └── posts
│ └── group
├── data
│ └── group
├── layouts
├── static
│ ├── css
│ └── images
│ ├── badges
│ └── group
└── themes
The following folders are related to adding new content to the EMERGENT blog.
In this folder you can add new blog posts in Markdown format. Please see previous posts for examples.
This folder contains profile information (in Markdown format) for each member of EMERGENT. The Markdown files should be named as follows: (${firstname}-${lastname}.md
).
This folder contains JSON files for each member of EMERGENT. The JSON files contain variables related to social networks, names, etc. The JSON files should be named the same as the group Markdown files (${firstname}-${lastname}.json
).
This folder is where you should place any images related to a blog post.
This folder is where you should place an image (either PNG or JPG) of yourself. The image should be named the same as the group Markdown files (${firstname}-${lastname}.png
or ${firstname}-${lastname}.jpg
).
The archetypes, layouts, and themes directories are for the layout of the blog. It should be very rare that you need to change anything in these directories. So, please feel free to ignore these directories.
To check status and history of website updates click the Actions button at the top of the window.