-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimal-mistakes to latest release
- 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
1 parent
ac6c61d
commit a2e9738
Showing
99 changed files
with
15,139 additions
and
5,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -186,6 +204,7 @@ plugins: | |
- jekyll-gist | ||
- jekyll-feed | ||
- jemoji | ||
- jekyll-include-cache | ||
|
||
# mimic GitHub Pages with --safe | ||
whitelist: | ||
|
@@ -194,6 +213,7 @@ whitelist: | |
- jekyll-gist | ||
- jekyll-feed | ||
- jemoji | ||
- jekyll-include-cache | ||
|
||
|
||
# Archives | ||
|
Oops, something went wrong.