This repo is for the technical website for Hierarchial Data Modeling Framework (HDMF)
- Submitting changes Use GitHub pull requests to submit changes.
- Page Content All page content is defined in the markdown files located in the
_pagesfolder - Main Menu The main menu is defined in
_includes/header.html - Publications Publications files can be added to the
publications/folder and publication entries can be added to the_pages/publications.mdmarkdown file.
- Page content
_pages: Markdown files with the contents of the website.images: Image files shown in the websitepublications: Files related to publications shown on the website
- Page layout and styling
_includes: HTML files included in the layout (e.g., page header, footer, main menu etc.)_layouts: HTML page layouts used for the site. Most pages use_layouts/default.html_sass: Bootstrapcss: Custom CSS for the pagejs: Java script sources
- Build configuration
Gemfile: Ruby gem dependencies for building the website_config.yml: Jekyll setup for building the website
- Others
README.md: This file