Directory structure
The PennController documentation is stored in the penncontroller.github.io repository:
penncontroller.github.io/
|-- _includes/
|-- _layouts/
|-- _sass/
|-- _site/
|-- assets/
|-- docs/
|-- internal/
|-- reference/
|-- .gitignore
|-- 404.html
|-- CNAME
|-- Gemfile
|-- Gemfile.lock
|-- README.md
|-- _config.yml
|-- announcements.md
|-- index.md
`-- versions.md
Table of Contents
_includes/: Files that can be accessed with the Liquidincludetag. See the Jekyll “Includes” documentation for more information._layouts/: Custom page layouts._sass/: Custom CSS styling.assets/: Static resource files.docs/: Pages that appear in the main sidebar.internal/: Internal documentation.reference/: Custom Jekyll Collections.