- {% if post.link %} - {{ title }} Permalink - {% else %} - {{ title }} - {% endif %} -
- {% if post.read_time %} - - {% endif %} - {% if post.venue%}{{ post.citation }}
{% endif %} -diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 291bc7364935d..0000000000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,484 +0,0 @@
-## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
-
-### Enhancements
-
-- Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
-
-## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
-
-### Enhancements
-
-- Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
-
-### Bug Fixes
-
-- Don't add `` to author name if URL is blank.
-
-## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
-
-### Enhancements
-
-- Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
-
-## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
-
-### Bug Fixes
-
-- Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
-
-### Enhancements
-
-- Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
-- Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
-
-### Maintenance
-
-- Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
-- Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
-
-## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
-
-### Bug Fixes
-
-- Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
-
-## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
-
-### Enhancements
-
-- Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
-- Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
-- Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
-
-### Maintenance
-
-- Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
-- Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
-- Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
-- Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
-
-## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
-
-### Enhancements
-
-- Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
-- Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
-
-### Maintenance
-
-- Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
-
-## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
-
-### Enhancements
-
-- Make footer stick to the bottom of the page.
-
-### Bug Fixes
-
-- Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
-
-### Maintenance
-
-- Set default `lang` to `en`.
-
-## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
-
-### Bug Fixes
-
-- Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
-
-## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
-
-### Enhancements
-
-- Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
-- Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
-- Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
-
-### Maintenance
-
-- Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
-- Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
-
-## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
-
-### Enhancements
-
-- Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
-- Switch default locale from `en-US` to `en`.
-
-## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
-
-### Enhancements
-
-- Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
-
-### Bug Fixes
-
-- Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
-
-## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
-
-### Bug Fixes
-
-- Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
-
-### Maintenance
-
-- Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
-- Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
-- Update Font Awesome 4.6.3
-
-## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
-
-### Maintenance
-
-- Add `CONTRIBUTING.md`
-
-## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
-
-### Enhancements
-
-- Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
-
-### Bug Fixes
-
-- Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
-
-### Maintenance
-
-- Update `github-pages` gem and dependencies.
-- Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
-
-## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
-
-### Bug Fixes
-
-- Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
-
-### Maintenance
-
-- Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
-
-## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
-
-### Enhancements
-
-- Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
-
-### Bug Fixes
-
-- Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
-
-## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
-
-### Bug Fixes
-
-- Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
-
-## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
-
-### Bug Fixes
-
-- Fix link color in hero overlay to be white.
-- Remove underlines from archive item titles.
-
-## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
-
-### Enhancements
-
-- Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
-- Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
-
-### Bug Fixes
-
-- Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
-
-### Maintenance
-
-- Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
-- Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
-- Update screenshots found in theme documentation.
-
-## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
-
-### Enhancements
-
-- Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
-
-## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
-
-### Enhancements
-
-- Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
-
-## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
-
-### Bug Fixes
-
-- Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
-
-### Maintenance
-
-- Add `ISSUE_TEMPLATE.md` for improve issue submission process.
-
-## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
-
-### Bug Fixes
-
-- Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
-
-## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
-
-### Bug Fixes
-
-- Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. ` " | remove: " {{ post.citation }} " | remove: " {{post.type}} at {{ post.venue }}, {{post.location}} " | remove: " {{post.type}}, {{ post.venue }}, {{post.location}} {% endif %}
- {% if post.excerpt %} {{ post.excerpt | markdownify }} " | remove: " {{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }} Published in {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }} {{ site.data.ui-text[site.locale].date_label | default: "Published:" }} {{ post.excerpt | markdownify }} {{ post.excerpt | markdownify | remove: ' ' | remove: ' Recommended citation: {{ post.citation }} {{ post.paperurl }} Recommended citation: {{ post.citation }} Download here
- {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }}
-
- {% for hash in category_hashes %}
- {% assign keyValue = hash | split: '#' %}
- {% capture category_word %}{{ keyValue[1] | strip_newlines }}{% endcapture %}
- {{ category_word }}{% unless forloop.last %}, {% endunless %}
- {% endfor %}
-
-
- {% if include.date %}
- {% if include.index %}{% endif %}
-
- {% if include.index %}{% endif %}
- {% endif %}
- ` element is now conditional if `title: ` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
-
-### Maintenance
-
-- Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
-
-- Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
-
-## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
-
-### Enhancements
-
-- Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
-
-### Maintenance
-
-- Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
-
-## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
-
-### Maintenance
-
-- Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
-
-## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
-
-### Maintenance
-
-- Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
-
-## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
-
-### Enhancements
-
-- Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
-
-## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
-
-### Enhancements
-
-- Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
-- Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
-
-### Bug Fixes
-
-- Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
-- Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
-- Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
-- Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
-- SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
-
-## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
-
-### Enhancements
-
-- Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
-- Reduce left/right padding on smaller screens to increase width of main content column.
-
-### Bug Fixes
-
-- Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
-
-## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
-
-### Bug Fix
-
-- Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
-
-## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
-
-### Enhancements
-
-- Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
-- Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
-
-### Bug Fixes
-- Fixed Bitbucket URL typo in author sidebar.
-
-## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
-
-### Enhancements
-
-- Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
-- Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
-- Replaced grid system with [Susy](http://susy.oddbird.net/).
-- Replaced Grunt tasks with `npm` scripts.
-- Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
-- Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
-- Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
-- Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
-- Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
-- Added taxonomy links to posts (tags and categories).
-- Added optional "reading time" meta data.
-- Improved Liquid used for Twitter Cards and Open Graph data in ``.
-- Improved `gallery` include helper and added `feature_row` for use with splash page layout.
-- Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
-- Add `feed.xml` link to footer.
-- Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
-- Added LinkedIn to optional social share buttons.
-- Added Facebook, Google+, and custom commenting options in addition to Disqus.
-- Added optional breadcrumb links.
-
-## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
-
-## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)
-
-### Enhancements
-
-- Add support for Jekyll 3.0
-- Minor updates to syntax highlighting CSS and theme documentation
-
-## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
-
-### Enhancements
-
-- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
-
-## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
-
-### Enhancements
-
-- Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
-- Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
-- Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
-
-### Bug Fixes
-
-- Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
-- Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
-
-## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
-
-### Enhancements
-
-- Add optional XING profile link to author sidebar
-- Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
-- Create an include for feed footer
-
-### Bug Fixes
-
-- Remove http protocol from Google search form on sample 404 page
-- Only show related posts if there are one or more available
-- Fix alignment of email address link in author sidebar
-
-## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
-
-### Enhancements
-
-- Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
-
-![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
-
-- Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
-- Fix typos in posts and documentation and remove references to Less
-- Include note about Octopress gem being optional
-- Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
-- Only include email address in feed if specified in `_config.yml` or author `_data`
-- Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
-- Include new sample feature images for posts and pages
-- Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
-- Include note about running Jekyll with `bundle exec` when using Bundler
-- Fix home page path in top navigation
-- Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
-- Remove duplicate author content that displayed in `div.article-author-bottom`
-- Removed unused `_sass/print.scss` styles
-- Improve comments in `.scss` files
-
-## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
-
-## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)
-
-### Enhancements
-
-- Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
-- Cleaned up the Kramdown auto table of contents styling to be more readable
-- Removed page width specific .less stylesheets and created mixins for easier updating
-- Removed Modernizr since it wasn't being used
-- Added pages to sitemap.xml
-- Added category: to rake new_post task
-- Minor typographic changes
-
-### Bug Fixes
-
-- Corrected various broken links in README and Theme Setup.
-
-## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
-
-### Enhancements
-
-- Cleaned up table of contents styling
-- Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
-
-![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
-
-## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)
-
-### Bug Fixes
-
-- Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
-
-### Enhancements
-
-- Decreased spacing between Markdown footnotes
-- Removed dark background on footer
-- Removed UPPERCASE styling on post titles in the index listing
-
-## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
-
-### Bug Fixes
-
-- Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
-
-## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
-
-### Bug Fixes
-
-- Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
-- Remove line wrap from top navigation links that may span multiple lines.
-
-## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
-
-### Enhancements
-
-- Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
-- Added support for large image summary Twitter card.
-- Stylesheet adjustments
-
-## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
-
-### Bug Fixes
-
-- Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
-
-### Enhancements
-
-- Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
-- Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
-- Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
-- Removed Chrome Frame references.
-- Added global CSS3 transitions to text and block elements.
-- Improved typography in a few places.
-
-## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
-
-### Enhancements
-
-- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
-
-## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
\ No newline at end of file
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 803b63d857150..0000000000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Contributions are welcome! Please add issues and make pull requests. There are no stupid questions. All ideas are welcome. This is a volunteer project. Be excellent to each other.
-
-Fork from master and go from there. This repository is intended to remain a generic, ready-to-fork template that demonstrates the features of academicpages.
-
-If you make a pull request and change code, please make sure there is a closed issue tagged with 'code change' that has some comment linking to either the single commit (if the change was just one commit) or a diff comparing before/after the change (see [issue 21](https://github.com/academicpages/academicpages.github.io/issues/21) for example). This is so that those who have forked this repo and modified it for their purposes can more easily patch bugs and new features.
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 1629566cf4197..0000000000000
--- a/Gemfile
+++ /dev/null
@@ -1,27 +0,0 @@
-source "https://rubygems.org"
-
-# Hello! This is where you manage which Jekyll version is used to run.
-# When you want to use a different version, change it below, save the
-# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
-#
-# bundle exec jekyll serve
-#
-# This will help ensure the proper Jekyll version is running.
-# Happy Jekylling!
-
-gem "github-pages", group: :jekyll_plugins
-
-# If you want to use Jekyll native, uncomment the line below.
-# To upgrade, run `bundle update`.
-
-# gem "jekyll"
-
-gem "wdm", "~> 0.1.0" if Gem.win_platform?
-
-# If you have any plugins, put them here!
-group :jekyll_plugins do
- # gem "jekyll-archives"
- gem "jekyll-feed"
- gem 'jekyll-sitemap'
- gem 'hawkins'
-end
diff --git a/LICENSE b/LICENSE
index 23a6cd1dfd2ad..77afa5baf1597 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 Michael Rose
+Copyright (c) 2013-2018 Blackrock Digital LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/README.md b/README.md
index 7736cd10d0713..dd35d6b0d013f 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,2 @@
-A Github Pages template for academic websites. This was forked (then detached) by [Stuart Geiger](https://github.com/staeiou) from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/), which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md.
-
-I think I've got things running smoothly and fixed some major bugs, but feel free to file issues or make pull requests if you want to improve the generic template / theme.
-
-### Note: if you are using this repo and now get a notification about a security vulnerability, delete the Gemfile.lock file.
-
-# Instructions
-
-1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
-1. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right.
-1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
-1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
-1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
-1. Check status by going to the repository settings, in the "GitHub pages" section
-1. (Optional) Use the Jupyter notebooks or python scripts in the `markdown_generator` folder to generate markdown files for publications and talks from a TSV file.
-
-See more info at https://academicpages.github.io/
-
-## To run locally (not on GitHub Pages, to serve on your own computer)
-
-1. Clone the repository and made updates as detailed above
-1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
-1. Run `bundle clean` to clean up the directory (no need to run `--force`)
-1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
-1. Run `bundle exec jekyll liveserve` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
-
-# Changelog -- bugfixes and enhancements
-
-There is one logistical issue with a ready-to-fork template theme like academic pages that makes it a little tricky to get bug fixes and updates to the core theme. If you fork this repository, customize it, then pull again, you'll probably get merge conflicts. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.
-
-To support this, all changes to the underlying code appear as a closed issue with the tag 'code change' -- get the list [here](https://github.com/academicpages/academicpages.github.io/issues?q=is%3Aclosed%20is%3Aissue%20label%3A%22code%20change%22%20). Each issue thread includes a comment linking to the single commit or a diff across multiple commits, so those with forked repositories can easily identify what they need to patch.
+# jacobchalk.github.io
+Personal Website
diff --git a/_config.dev.yml b/_config.dev.yml
deleted file mode 100644
index 45df3dfe29a0c..0000000000000
--- a/_config.dev.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Develop override settings
-
-url: http://localhost:4000
-
-analytics:
- provider: false
-
-comments:
- disqus:
- shortname : "mmistakes-dev"
-
-sass:
- style: expanded
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index aae6567a1f974..0000000000000
--- a/_config.yml
+++ /dev/null
@@ -1,311 +0,0 @@
-# Welcome to Jekyll!
-#
-# This config file is meant for settings that affect your entire site, values
-# which you are expected to set up once and rarely need to edit after that.
-# For technical reasons, this file is *NOT* reloaded automatically when you use
-# `jekyll serve`. If you change this file, please restart the server process.
-
-# Site Settings
-locale : "en-UK"
-title : "Jacob Chalk"
-title_separator : "-"
-name : &name "Jacob Chalk"
-description : &description "Postgraduate Researcher at the University of Bristol"
-url : https://jacobchalk.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
-baseurl : "" # the subpath of your site, e.g. "/blog"
-repository : "JacobChalk/jacobchalk.github.io"
-teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
-breadcrumbs : false # true, false (default)
-words_per_minute : 160
-future : true
-read_more : "disabled" # if enabled, adds "Read more" links to excerpts
-talkmap_link : false #change to true to add link to talkmap on talks page
-comments:
- provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
- disqus:
- shortname :
- discourse:
- server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
- facebook:
- appid :
- num_posts : # 5 (default)
- colorscheme : # "light" (default), "dark"
-staticman:
- allowedFields : ['name', 'email', 'url', 'message']
- branch : "gh-pages" # "master", "gh-pages"
- commitMessage : "New comment."
- filename : comment-{@timestamp}
- format : "yml"
- moderation : true
- path : "_data/comments/{options.slug}"
- requiredFields : ['name', 'email', 'message']
- transforms:
- email : "md5"
- generatedFields:
- date:
- type : "date"
- options:
- format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
-atom_feed:
- path : # blank (default) uses feed.xml
-
-# SEO Related
-google_site_verification :
-bing_site_verification :
-alexa_site_verification :
-yandex_site_verification :
-
-# Social Sharing
-twitter:
- username : &twitter
-facebook:
- username :
- app_id :
- publisher :
-og_image : # Open Graph/Twitter default site image
-# For specifying social profiles
-# - https://developers.google.com/structured-data/customize/social-profiles
-social:
- type : # Person or Organization (defaults to Person)
- name : # If the user or organization name differs from the site's name
- links: # An array of links to social media profiles
-
-
-# Analytics
-analytics:
- provider : "google-universal" # false (default), "google", "google-universal", "custom"
- google:
- tracking_id :
-
-
-# Site Author
-author:
- name : "Jacob Chalk"
- avatar : "profile_picture.jpg"
- bio : "Postgraduate Researcher at the University of Bristol"
- location : "Salisbury/Bristol"
- employer :
- pubmed :
- googlescholar : "https://scholar.google.com/citations?user=FPugmicAAAAJ&hl=en&oi=sra"
- email : "jacob.chalk@bristol.ac.uk"
- researchgate :
- uri :
- bitbucket :
- codepen :
- dribbble :
- flickr :
- facebook :
- foursquare :
- github : "JacobChalk"
- google_plus :
- keybase :
- instagram :
- impactstory :
- lastfm :
- linkedin : "jacob-chalk"
- orcid : "https://orcid.org/0000-0002-9751-8660"
- pinterest :
- soundcloud :
- stackoverflow :
- steam :
- tumblr :
- twitter : "jacobchalkie"
- vine :
- weibo :
- xing :
- youtube :
- wikipedia :
-
-
-# Reading Files
-include:
- - .htaccess
- - _pages
- - files
-exclude:
- - "*.sublime-project"
- - "*.sublime-workspace"
- - .asset-cache
- - .bundle
- - .jekyll-assets-cache
- - .sass-cache
- - CHANGELOG
- - Capfile
- - Gemfile
- - Gruntfile.js
- - LICENSE
- - README
- - Rakefile
- - assets/js/_main.js
- - assets/js/plugins
- - assets/js/vendor
- - config
- - gulpfile.js
- - log
- - node_modules
- - package.json
- - tmp
- - vendor
-keep_files:
- - .git
- - .svn
-encoding: "utf-8"
-markdown_ext: "markdown,mkdown,mkdn,mkd,md"
-
-
-# Conversion
-markdown: kramdown
-highlighter: rouge
-lsi: false
-excerpt_separator: "\n\n"
-incremental: false
-
-
-# Markdown Processing
-kramdown:
- input: GFM
- hard_wrap: false
- auto_ids: true
- footnote_nr: 1
- entity_output: as_char
- toc_levels: 1..6
- smart_quotes: lsquo,rsquo,ldquo,rdquo
- enable_coderay: false
-
-
-# Collections
-collections:
- teaching:
- output: true
- permalink: /:collection/:path/
- publications:
- output: true
- permalink: /:collection/:path/
- portfolio:
- output: true
- permalink: /:collection/:path/
- talks:
- output: true
- permalink: /:collection/:path/
-
-
-# Defaults
-defaults:
- # _posts
- - scope:
- path: ""
- type: posts
- values:
- layout: single
- author_profile: true
- read_time: true
- comments: true
- share: true
- related: true
- # _pages
- - scope:
- path: ""
- type: pages
- values:
- layout: single
- author_profile: true
- # _teaching
- - scope:
- path: ""
- type: teaching
- values:
- layout: single
- author_profile: true
- share: true
- comments: true
- # _publications
- - scope:
- path: ""
- type: publications
- values:
- layout: single
- author_profile: true
- share: true
- comments: true
- # _portfolio
- - scope:
- path: ""
- type: portfolio
- values:
- layout: single
- author_profile: true
- share: true
- comment: true
- # _talks
- - scope:
- path: ""
- type: talks
- values:
- layout: talk
- author_profile: true
- share: true
-
-# Sass/SCSS
-sass:
- sass_dir: _sass
- style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
-
-
-# Outputting
-permalink: /:categories/:title/
-# paginate: 5 # amount of posts to show
-# paginate_path: /page:num/
-timezone: America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
-
-
-# Plugins
-plugins:
- - jekyll-paginate
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
- - jekyll-redirect-from
-# mimic GitHub Pages with --safe
-whitelist:
- - jekyll-paginate
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
- - jemoji
-
-
-# Archives
-# Type
-# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
-# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
-# Path (examples)
-# - Archive page should exist at path when using Liquid method or you can
-# expect broken links (especially with breadcrumbs enabled)
-# -
-{% endif %}
\ No newline at end of file
diff --git a/_includes/comments-providers/disqus.html b/_includes/comments-providers/disqus.html
deleted file mode 100644
index c6fc691ded364..0000000000000
--- a/_includes/comments-providers/disqus.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{% if site.comments.disqus.shortname %}
-
-
-{% endif %}
\ No newline at end of file
diff --git a/_includes/comments-providers/facebook.html b/_includes/comments-providers/facebook.html
deleted file mode 100644
index 009dc1c6c5e57..0000000000000
--- a/_includes/comments-providers/facebook.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
- {% if post.link %}
- {{ title }} Permalink
- {% else %}
- {{ title }}
- {% endif %}
-
- {% if post.read_time %}
-
- {% endif %}
- {% if post.venue%}
- {% if post.link %}
- {{ title }} Permalink
- {% else %}
- {{ title }}
- {% endif %}
-
- {% if post.date %} {% endif %}
- {% if post.venue%}
- {% if post.link %}
- {{ title }} Permalink
- {% else %}
- {{ title }}
- {% endif %}
-
- {% if post.read_time %}
-
- {% endif %}
- {% if post.date %} {% endif %}
- {% if post.venue %}
- {% if post.link %}
- {{ title }} Permalink
- {% else %}
- {{ title }}
- {% endif %}
-
-
- {% if post.read_time %}
-
- {% endif %}
-
- {% if post.collection == 'teaching' %}
-
- {% unless include.url == blank %}
- {{ include.name }}
- {% else %}
- {{ include.name }}
- {% endunless %}
-
-
{{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}
- {% endif %} -- {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }} - - {% for hash in tag_hashes %} - {% assign keyValue = hash | split: '#' %} - {% capture tag_word %}{{ keyValue[1] | strip_newlines }}{% endcapture %} - {{ tag_word }}{% unless forloop.last %}, {% endunless %} - {% endfor %} - -
-{% endif %} \ No newline at end of file diff --git a/_includes/toc b/_includes/toc deleted file mode 100644 index 6ba831c907394..0000000000000 --- a/_includes/toc +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/_layouts/archive-taxonomy.html b/_layouts/archive-taxonomy.html deleted file mode 100644 index 4d5827f191dee..0000000000000 --- a/_layouts/archive-taxonomy.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default -author_profile: false ---- - -" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}
{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = "
Step | Bytes |
raw | {{ content | size }}{% if _profile_endings %} |
endings | {{ _profile_endings }}{% endif %}{% if _profile_startings %} |
startings | {{ _profile_startings }}{% endif %}{% if _profile_comments %} |
comments | {{ _profile_comments }}{% endif %}{% if _profile_collapse %} |
collapse | {{ _profile_collapse }}{% endif %}{% if _profile_clippings %} |
clippings | {{ _profile_clippings }}{% endif %} |
" | remove: "
" }}{% endif %} - {% if page.read_time %} - - {% endif %} - {% if page.modified %} -{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}
- {% endif %} - - {% if page.collection == 'teaching' %} -{{ page.type }}, {{ page.venue }}, {{ page.date | default: "1900-01-01" | date: "%Y" }}
- {% elsif page.venue and page.date %} -Published in {{ page.venue }}, {{ page.date | default: "1900-01-01" | date: "%Y" }}
- {% elsif page.date %} -{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}
- {% endif %} - - - {% if page.citation and page.paperurl %} -Recommended citation: {{ page.citation }} {{ page.paperurl }}
- {% elsif page.citation %} -Recommended citation: {{ page.citation }}
- {% endif %} - -" | remove: "
" }}{% endif %} - {% if page.read_time %} - - {% endif %} - {% if page.modified %} -Date:
- {% elsif page.date %} -Date:
- {% endif %} - {% if page.talk_type %}{{page.talk_type}} at {{ page.venue }}, {{page.location}} {% endif %} - -
{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}
- {% assign comments = site.data.comments[page.slug] | sort %} - - {% for comment in comments %} - {% assign email = comment[1].email %} - {% assign name = comment[1].name %} - {% assign url = comment[1].url %} - {% assign date = comment[1].date %} - {% assign message = comment[1].message %} - {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %} - {% endfor %} - {% endif %} -{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}
-{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} *
- - - {% endif %} -