This website was built from the *folio Jekyll theme (live *folio demo). Jekyll is a Ruby-on-rails gem that Github supports; if you create a repository called [your-username].github.io and commit a Jekyll project to the master branch, Github will build the website for you and host it--cool!
Here are complete instructions.
Refer to the Jekyll documentation for further help.
git clone https://github.com/bcipolli/bcipolli.github.iocd bcipolli.github.iojekyll serve
There are a few different types of content:
- Base pages (home, non-profit, academia, for-profit, etc)
- "News (Homepage content)
- Etc.
These pages show in the top navigation bar, and represent the most basic divisions of content. Content lives in the repository directory.
- Duplicate an existing page; save with any unique (.md) filename in the repository directory.
- Edit the header content, specifically:
nav-title(appearance on website header) andpermalink(URL) - Customize the content!
- To update the sort order of items, change the
weightproperty within the MD file header.
These items highlight large items going on with me, in any domain. Content lives in the _news directory.
- Duplicate an existing page; save by
%Y-%m-%d-keyword.msyntax (e.g.2017-11-05-website-update.md) - Add core header information (e.g.
title,date,description) - Either add:
redirect(offsite content on click), or content below--(to view the item on site)