Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.28 KB

Hierarchial Data Modeling Framework (HDMF)

This repo is for the technical website for Hierarchial Data Modeling Framework (HDMF)

Updating Content

  • Submitting changes Use GitHub pull requests to submit changes.
  • Page Content All page content is defined in the markdown files located in the _pages folder
  • 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.md markdown file.

Repository Content

  • Page content
    • _pages: Markdown files with the contents of the website.
    • images : Image files shown in the website
    • publications : 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 : Bootstrap
    • css : Custom CSS for the page
    • js : 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