Skip to content

Commit

Permalink
Update minimal-mistakes to latest release
Browse files Browse the repository at this point in the history
- Update files that can be updated directly
- Factor out the schedule javascript code out of `frontmatter.md` and into `assets/js/schedule.js` after adapting the after-footer-scripts idea in the latest release.
- Remove webfonts-based fontawesome in favor of the JSS+SVG based fontawesome that's the default in the script.
- Change javascript and CSS code to accommodate new SVG-based font-awesome icons for clicking.
- Incorporate new sticky TOCs in website pages wherever possible.
- Update `webagenda/generate.py` to generate new fontawesome icon code.
- Change the single layout to ignore h5 and h6 for TOC generation.
- Remove unnecessary `_includes/base_path`.
- Add ACL logo to masthead and change masthead title.
  • Loading branch information
desilinguist committed Jun 18, 2019
1 parent ac6c61d commit a2e9738
Show file tree
Hide file tree
Showing 99 changed files with 15,139 additions and 5,712 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
source "https://rubygems.org"
gem "jekyll", "~> 3.8"
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "minimal-mistakes-jekyll"
gemspec
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
PATH
remote: .
specs:
minimal-mistakes-jekyll (4.16.4)
jekyll (~> 3.7)
jekyll-data (~> 1.0)
jekyll-feed (~> 0.10)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.2)
jemoji (~> 0.10)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -16,7 +29,7 @@ GEM
eventmachine (1.2.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
ffi (1.11.1)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.11.0)
Expand Down Expand Up @@ -65,15 +78,6 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
minimal-mistakes-jekyll (4.16.3)
jekyll (~> 3.7)
jekyll-data (~> 1.0)
jekyll-feed (~> 0.10)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.2)
jemoji (~> 0.10)
minitest (5.11.3)
multipart-post (2.1.1)
nokogiri (1.10.3)
Expand All @@ -82,11 +86,12 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
public_suffix (3.1.0)
rake (10.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
rouge (3.4.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -105,13 +110,9 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.8)
jekyll-feed
jekyll-gist
jekyll-paginate
jekyll-sitemap
jemoji
minimal-mistakes-jekyll
bundler
minimal-mistakes-jekyll!
rake (~> 10.0)

BUNDLED WITH
1.16.1
72 changes: 46 additions & 26 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
minimal_mistakes_skin : "air" # "default", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en"
locale : "en-US"
title : "NAACL-HLT 2019"
title_separator : "-"
name : "NAACL"
Expand All @@ -22,6 +22,8 @@ url : "https://naacl2019.org" # the base hostname & protoco
baseurl : # the subpath of your site, e.g. "/blog"
repository : "naacl-org/naacl-hlt-2019" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : "/assets/images/logos/acl-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : "NAACL 2019" # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : false # true, false (default)
words_per_minute : 200
comments:
Expand Down Expand Up @@ -80,31 +82,47 @@ author:
bio : "I am an amazing person."
location : "Somewhere"
email :
uri :
home : # null (default), "absolute or relative url to link to author home"
bitbucket :
codepen :
dribbble :
flickr :
facebook :
foursquare :
github :
gitlab :
google_plus :
keybase :
instagram :
lastfm :
linkedin : # "john-doe-12345678" (the last part of your profile url, e.g. https://www.linkedin.com/in/john-doe-12345678)
pinterest :
soundcloud :
stackoverflow : # "123456/username" (the last part of your profile url, e.g. https://stackoverflow.com/users/123456/username)
steam : # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/)
tumblr :
twitter :
vine :
weibo :
xing :
youtube : # "https://youtube.com/c/MichaelRoseDesign"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: mailto:[email protected]
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: https://twitter.com/naaclhlt
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
url: https://www.facebook.com/naaclhlt
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: https://github.com/naacl-org/naacl-hlt-2019
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:


# Reading Files
Expand Down Expand Up @@ -186,6 +204,7 @@ plugins:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache

# mimic GitHub Pages with --safe
whitelist:
Expand All @@ -194,6 +213,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache


# Archives
Expand Down
Loading

0 comments on commit a2e9738

Please sign in to comment.