This repo is for development projects related to the NWB:N project. For more information about NWB:N see our main website at nwb.org.
NOTE: All original content from this webstie has been moved to nwb.org. This website is intended for project pages only. For details about NWB itself, user/developer documentation, event information, news, publications etc., and everything else NWB please see nwb.org.
- 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.
- Page content
_pages
: Markdown files with the contents of the websiteimages
: 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
_pages/news.md
is the markdown file for the full news releases. To add a short item to the front page you will
need edit _includes/news.html
.
The main menu is defined _includes/header.html
All page content is defined via corresponding markdown files in the _pages
folder and can be edited there.