apereo/apereo.github.io

Name: apereo.github.io

Owner: Apereo Foundation

Description: Apereo Community Blog

Created: 2016-09-08 09:22:42.0

Updated: 2018-05-23 21:27:05.0

Pushed: 2018-05-23 21:27:04.0

Homepage: https://apereo.github.io

Size: 1225

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Apereo Community Blog

Building and running locally

This blog is built and hosted in GitHub Pages, which is a SaaS implementation of Jekyll.

You can locally run Jekyll to build the site from source and even serve it up, e.g. to preview your in-development changes.

Note: Tested with bundler 1.16.1

  1. Clone the repo
  2. Run bundle install
  3. Run bundle exec jekyll serve --incremental
  4. Should something similar to:
    iguration file: /apereo.github.io/_config.yml
        Source: /apereo.github.io
    estination: /apereo.github.io/_site
    emental build: enabled
    nerating...
                done in 3.294 seconds.
    -regeneration: enabled for 'apereo.github.io'
    er address: http://127.0.0.1:4000/
    er running... press ctrl-c to stop.
    

If you get any errors, try running gem install bundler and then re-run the bundle install command.

You can also run bundle check to see if there are any problems with the dependencies.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.