Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website theme #64

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem 'jekyll'
gem "jekyll-remote-theme"

gem 'github-pages', group: :jekyll_plugins
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
9 changes: 7 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ GEM
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.7.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.12.2)
ffi (1.12.2-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.1)
Expand Down Expand Up @@ -204,6 +206,8 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.14.1)
multipart-post (2.1.1)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-x64-mingw32)
mini_portile2 (~> 2.4.0)
octokit (4.18.0)
Expand Down Expand Up @@ -236,16 +240,17 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
wdm (0.1.1)
zeitwerk (2.3.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
github-pages
jekyll
wdm (~> 0.1.0)
jekyll-remote-theme
jekyll-theme-midnight

BUNDLED WITH
2.1.4
10 changes: 7 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
title: "Modduke"
theme: minima
plugins:
- jemoji
- jekyll-remote-theme
remote_theme: jekyll/minima
minima:
skin: solarized

header_pages:
- UserGuide.md
Expand All @@ -11,5 +16,4 @@ markdown: kramdown
repository: "ay2021s1-cs2103-f10-2/tp"
github_icon: "images/github-icon.png"

plugins:
- jemoji