diff --git a/docs/Gemfile b/docs/Gemfile index 90acbd0..2f221b6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -32,3 +32,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "webrick", "~> 1.8" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 213c4da..56ec302 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -262,6 +262,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (1.8.0) wdm (0.1.1) + webrick (1.8.1) PLATFORMS x64-mingw-ucrt @@ -274,6 +275,7 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) + webrick (~> 1.8) BUNDLED WITH 2.4.21 diff --git a/docs/_config.yml b/docs/_config.yml index 63146c1..83a1cfc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,8 +23,8 @@ email: spatialneuroscience@uci.edu description: >- # this means to ignore newlines until "baseurl:" Welcome to the Chrastil Lab Code Documentation Repository on GitHub! This repository serves as the central hub for organizing and sharing the coding documentation related to the research and projects conducted by the Chrastil Lab. baseurl: "/docs" # the subpath of your site, e.g. /blog -domain: "chrastillab.github.io" # the base hostname & protocol for your site, e.g. http://example.com -url: "https://chrastillab.github.io" # the base hostname & protocol for your site, e.g. http://example.com +#domain: "chrastillab.github.io" # the base hostname & protocol for your site, e.g. http://example.com +url: "http://chrastillab.github.io/" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb github_username: spatialneuroscience