Skip to content

subjectsplus/subjectsplus.github.io

Repository files navigation

subjectsplus.github.io

Website files for SubjectsPlus landing page hosted on Github Pages

https://subjectsplus.github.io/

Dependencies & requirements

Instructions

  • After cloning repo, run:
  • gem install bundler using the version specified on the Gemfile
  • then run bundle install to install the missing gems
  • Local build: bundle exec jekyll build --config=_config_dev.yml

  • Local serve: bundle exec jekyll serve --config=_config_dev.yml --incremental

  • Localhost preview URL: http://localhost:4000/subjectsplus.github.io/index.html

  • Production Build: bundle exec jekyll build --config=_config.yml

For Github Pages

If you want to use GitHub Pages, remove/comment out "gem "jekyll" listed in the Gemfile. Then uncomment this line:

gem "github-pages", group: :jekyll_plugins

To upgrade, run bundle update github-pages

About

Website files for SubjectsPlus landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published