-
Notifications
You must be signed in to change notification settings - Fork 18
directory structure
Brian Hurst edited this page May 6, 2019
·
1 revision
-
_data
- structured data such as contacts and glossary terms that are accessed programatically within the website -
_includes
- reusable chunks of HTML code to be included within layouts and directly in pages -
_js
- JavaScript code -
_layouts
- page templates that can be assigned using front mater -
_pages
- the actual content of the site, primarily written using markdown -
_plugins
- advanced Jekyll functionality, should not typically be needed -
_scss
- the CSS stylesheets and Sass variables for configuring site's visual style -
assets/img
- images used within the site's design -
uploads
- folder for documents such as PDFs that need to be referenced within the site