- Powered by Jekyll
- Built with Bulma
- Built from Bulma Clean Theme
Git
Ruby and Ruby Gems
Jekyll - gem install jekyll
NPM
Bulma
Git clone this repository, or download it into a directory of your choice. Inside the directory run
npm install
(refernce: pachage.json)bundle install
(reference: Gemfile and Gemfile.lock)- Run
bundle exec jekyll serve
to create a local site that updates as files are modified. - To build CSS files, run
npm run css-build
and to watch for CSS changes, runnpm run css-watch
(see package.json for other commands).
For the most part, the site follows a typical Jekyll structure. The theme utilizes Bulma.
- Theme: Bulma is the CSS framework built via SASS.
- Media: Plyr.io is the media player, is called via CDN, and embedded via mediaembed.html when a media file is specified in the frontmatter.
The assets
directory holds all the images, css, fonts, js and documents which will be included in the Jekyll build. The _sass
folder holds all the unprocessed SASS files.