Skip to content
Dan Prince edited this page Nov 28, 2015 · 4 revisions

The Astral Dynamics website now uses Jekyll.

Getting Started

Layout

Home Page

/index.html

This page shows up at the root of the site, when you navigate to the base url.

Team Page

/team.md

This page lists all the members of our team, including their avatars, bios and social media links. Team members can be updated through _config.yml, head to the team wiki page to find out more.

Projects Page

/projects.md

This page lists all the projects found in the /projects directory. It uses the meta data found in the project files themselves to populate the list. Each project links to it's own page with a full description.

Single Project Page

/projects/:project_name

This page has the full description for a given project. It uses the project's name as a URL parameter.

Clone this wiki locally