Skip to content

PeanutBase/jekyll-peanutbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Example

This repository is an example of how a static website can built with Jekyll.

To clone this repo:

git clone --recurse-submodules https://github.com/legumeinfo/jekyll-starter-legumeinfo.git

Running the Site

The following methods will run the site on your computer at http://localhost:4000. Changes made will be immediately reflected in the browser due to LiveReload.

Ruby

You can run the site with Ruby as follows:

gem install bundler jekyll
bundle install
bundle exec jekyll serve

Docker

You can run the site with Docker as follows:

docker-compose up -d

Theme

This Jekyll site uses the Legume Information System Jekyll theme. Unfortunately, this means this site (and any others that use the theme) can not be hosted on GitHub Pages because the theme is not on GitHub's whitelist. C'est la vie.

About

A "starter" Jekyll site that uses the jekyll-theme-legumeinfo submodule

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • JavaScript 0.1%
  • CSS 0.0%
  • Makefile 0.0%
  • Ruby 0.0%
  • SCSS 0.0%