A prototype digital exhibit created as part of the IDAH Sumemr Incubator program. Under the guidance of Assistant Professor Sarah Martin, we wanted to create an exhibit where we can tell stories and engage with readers/users interactively.
To run and build the project locally while developing, use the following command in your terminal
or command-line
bundle exec jekyll serve
- Jekyll Documentation -> detailed explanations and walkthroughs about how to set up jekyll
- Kevin Powell's video on Jekyll -> A wonderful introduction if you want to learn jekyll the hard way
- If there are issues building the module, try to find out what package is missing by looking at the output from terminal and add the package in the
gemfile
under the root directory. Save the file and run the commandbundle install
on the terminal.