diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 291bc73..0000000 --- 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. `

` 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 803b63d..0000000 --- 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/_config.yml b/_config.yml index 6091c64..305474b 100644 --- a/_config.yml +++ b/_config.yml @@ -6,116 +6,40 @@ # `jekyll serve`. If you change this file, please restart the server process. # Site Settings -locale : "en-US" -title : "Scott Olesen" -title_separator : "-" -name : &name "Scott Olesen" -description : &description "Data Scientist / Epidemiologist" -url : "https://scottolesen.com" #"http://127.0.0.1:4000" # https://academicpages.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 : "swo/swo.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 +locale: "en-US" +title: "Scott Olesen" +title_separator: "-" +name: &name "Scott Olesen" +description: &description "Data Scientist / Epidemiologist" +url: "https://scottolesen.com" +baseurl: "" +repository: "swo/swo.github.io" +breadcrumbs: false +words_per_minute: 160 +future: true +read_more: "disabled" +talkmap_link: false 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 + provider: false analytics: - provider : "google-universal" # false (default), "google", "google-universal", "custom" - google: - tracking_id : - + provider: false # Site Author author: - name : "Scott Olesen" - avatar : "face.png" - bio : "Data Scientist/Epidemiologist at CDC CFA" - location : "Washington, DC" - employer : - pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=scott+w+olesen" - googlescholar : #"http://yourfullgooglescholarurl.com" - email : - researchgate : # example: "https://www.researchgate.net/profile/yourprofile" - uri : - bitbucket : - codepen : - dribbble : - flickr : - facebook : - foursquare : - github : "swo" - google_plus : - keybase : - instagram : - impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx" - lastfm : - linkedin : "scott-olesen/" - orcid : "https://orcid.org/0000-0001-5400-4945" - pinterest : - soundcloud : - stackoverflow : # http://stackoverflow.com/users/123456/username - steam : - tumblr : - twitter : #"replacethistwitterhandle" - vine : - weibo : - xing : - youtube : - wikipedia : - + name: "Scott Olesen" + avatar: "face.png" + bio: "Data Scientist/Epidemiologist at CDC CFA" + location: "Washington, DC" + employer: + pubmed: "https://www.ncbi.nlm.nih.gov/pubmed/?term=scott+w+olesen" + googlescholar: #"http://yourfullgooglescholarurl.com" + email: + researchgate: # example: "https://www.researchgate.net/profile/yourprofile" + uri: + github: "swo" + linkedin: "scott-olesen/" + orcid: "https://orcid.org/0000-0001-5400-4945" + twitter: #"replacethistwitterhandle" # Reading Files include: @@ -152,7 +76,6 @@ keep_files: encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md" - # Conversion markdown: kramdown highlighter: rouge @@ -160,7 +83,6 @@ lsi: false excerpt_separator: "\n\n" incremental: false - # Markdown Processing kramdown: input: GFM @@ -172,23 +94,6 @@ kramdown: 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: false -# permalink: /:collection/:path/ -# talks: -# output: true -# permalink: /:collection/:path/ - - # Defaults defaults: # _posts @@ -241,14 +146,12 @@ 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/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones - # Plugins plugins: - jekyll-paginate @@ -264,7 +167,6 @@ whitelist: - jekyll-feed - jemoji - # Archives # Type # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) @@ -293,7 +195,6 @@ tag_archive: # category: /categories/:name/ # tag: /tags/:name/ - # HTML Compression # - http://jch.penibelst.de/ compress_html: diff --git a/_data/authors.yml b/_data/authors.yml deleted file mode 100644 index 8c5d15e..0000000 --- a/_data/authors.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Authors - -Name Name: - name : "Name Name" - uri : "http://name.com" - email : "name@name.com" - bio : "This is the first name." - avatar : "bio-photo-2.jpg" - twitter : "name" - google_plus : "Name" - -Name2 Name2: - name : "Name2 Name2" - email : "name2@name2.com" - bio : "I ordered what?" - avatar : "bio-photo.jpg" - twitter : "name2" - google_plus : "Name" \ No newline at end of file diff --git a/_data/comments/layout-comments/comment-1470944006665.yml b/_data/comments/layout-comments/comment-1470944006665.yml deleted file mode 100644 index fd4e1a7..0000000 --- a/_data/comments/layout-comments/comment-1470944006665.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "![Bill Murray](http://www.fillmurray.com/400/300)\r\n\r\n“It's hard to be an artist. It's hard to be anything. It's hard to be.”" -name: Bill Murray -email: b0caa2a71f5066b3d90711c224578c21 -url: '' -hidden: '' -date: '2016-08-11T19:33:25.928Z' diff --git a/_data/comments/layout-comments/comment-1470944162041.yml b/_data/comments/layout-comments/comment-1470944162041.yml deleted file mode 100644 index fb9b55e..0000000 --- a/_data/comments/layout-comments/comment-1470944162041.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "> “I never had seen Seinfeld, and they said, ‘Oh, it’s the last episode.’ And I said, ‘Oh, I’ll watch Seinfeld.’ And it was terrible.”\r\n>\r\n> *— From a 2014 interview with Howard Stern*" -name: Anonymous -email: 8c7e898f1b570760f834ecc03edf6b35 -url: '' -hidden: '' -date: '2016-08-11T19:36:01.033Z' diff --git a/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml b/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml deleted file mode 100644 index bc7a53f..0000000 --- a/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "Here's a test comment with a Markdown code block:\r\n\r\n```scss\r\nh1, h2, h3, h4, h5, h6 {\r\n margin: 2em 0 0.5em;\r\n line-height: 1.2;\r\n font-family: $header-font-family;\r\n font-weight: bold;\r\n}\r\n```" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-12T02:41:04.706Z' diff --git a/_data/comments/welcome-to-jekyll/comment-1470942205700.yml b/_data/comments/welcome-to-jekyll/comment-1470942205700.yml deleted file mode 100644 index cde7395..0000000 --- a/_data/comments/welcome-to-jekyll/comment-1470942205700.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "This is a test comment with some **Markdown** sprinkled about for *testing purposes*.\r\n\r\n### Subheading in a comment? Madness!\r\n\r\nNam et risus nec ipsum efficitur facilisis. Aenean tincidunt dapibus odio, eget rutrum urna lacinia non. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-11T19:03:24.929Z' diff --git a/_data/comments/welcome-to-jekyll/comment-1470942247755.yml b/_data/comments/welcome-to-jekyll/comment-1470942247755.yml deleted file mode 100644 index 8bc479e..0000000 --- a/_data/comments/welcome-to-jekyll/comment-1470942247755.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: '"How much wood would a woodchuck chuck if a woodchuck could chuck wood?"' -name: Jackalope -email: cba827e665ae179e1d1ae007a6c3c1ab -url: '' -hidden: '' -date: '2016-08-11T19:04:06.958Z' diff --git a/_data/comments/welcome-to-jekyll/comment-1470942265819.yml b/_data/comments/welcome-to-jekyll/comment-1470942265819.yml deleted file mode 100644 index 58c506a..0000000 --- a/_data/comments/welcome-to-jekyll/comment-1470942265819.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: '"How much wood would a woodchuck chuck if a woodchuck could chuck wood?"' -name: Jackalope Duplicate -email: cba827e665ae179e1d1ae007a6c3c1ab -url: '' -hidden: '' -date: '2016-08-11T19:04:25.085Z' diff --git a/_data/comments/welcome-to-jekyll/comment-1470942493518.yml b/_data/comments/welcome-to-jekyll/comment-1470942493518.yml deleted file mode 100644 index 68882dc..0000000 --- a/_data/comments/welcome-to-jekyll/comment-1470942493518.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "Images can be added to a comment using Markdown like this\r\n\r\n```\r\n![Bill Murray](http://www.fillmurray.com/600/400)\r\n```\r\n![Bill Murray](http://www.fillmurray.com/600/400)" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-11T19:08:12.789Z' diff --git a/_pages/404.md b/_pages/404.md index 9d0f860..d5db86d 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -1,16 +1,7 @@ --- title: "Page Not Found" -excerpt: "Page not found. Your pixels are in another canvas." sitemap: false permalink: /404.html --- -Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below. - - - +Sorry, but the page you were trying to view does not exist. See the [sitemap](/sitemap/). diff --git a/_pages/about.md b/_pages/about.md index 8cb68fb..1f546a6 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -1,7 +1,6 @@ --- permalink: / title: "Scott Olesen" -excerpt: "About me" author_profile: true redirect_from: - /about/ diff --git a/_pages/archive-layout-with-content.md b/_pages/archive-layout-with-content.md deleted file mode 100644 index 666d7a5..0000000 --- a/_pages/archive-layout-with-content.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: "Archive Layout with Content" -layout: archive -permalink: /archive-layout-with-content/ ---- - -A variety of common markup showing how the theme styles them. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Quotes are cool. - -## Tables - -| Entry | Item | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | 2016 | Description of the item in the list | -| [Jane Doe](#) | 2019 | Description of the item in the list | -| [Doe Doe](#) | 2022 | Description of the item in the list | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Buttons - -Make any link standout more when applying the `.btn` class. - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} - -## HTML Tags - -### Address Tag - -
- 1 Infinite Loop
Cupertino, CA 95014
United States -
- -### Anchor Tag (aka. Link) - -This is an example of a [link](http://github.com "Github"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---Automattic - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you strikeout text. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote inserted text. - -### Keyboard Tag - -This scarcely known tag emulates keyboard text, which is usually styled like the `` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -
-.post-title {
-  margin: 0 0 5px;
-  font-weight: bold;
-  font-size: 38px;
-  line-height: 1.2;
-  and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
-}
-
- -### Quote Tag - -Developers, developers, developers… –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H2O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Isaac Newton's E = MC2, which should lift the 2 up. - -### Variable Tag - -This allows you to denote variables. - -{% include base_path %} -{% for post in site.pages %} -{% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/_pages/category-archive.html b/_pages/category-archive.html deleted file mode 100644 index 3ed3378..0000000 --- a/_pages/category-archive.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: archive -permalink: /categories/ -title: "Posts by Category" -author_profile: true ---- - -{% include base_path %} -{% include group-by-array collection=site.posts field="categories" %} - -{% for category in group_names %} - {% assign posts = group_items[forloop.index0] %} -

{{ category }}

- {% for post in posts %} - {% include archive-single.html %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/collection-archive.html b/_pages/collection-archive.html deleted file mode 100644 index 344c51e..0000000 --- a/_pages/collection-archive.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: archive -title: "Posts by Collection" -permalink: /collection-archive/ -author_profile: true ---- - -{% include base_path %} -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} - {% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} -

{{ label }}

- {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} - {% endunless %} - {% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/non-menu-page.md b/_pages/non-menu-page.md deleted file mode 100644 index d257644..0000000 --- a/_pages/non-menu-page.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -permalink: /non-menu-page/ -title: "Page not in menu" -excerpt: "This is a page not in th emain menu" -author_profile: true -redirect_from: - - "/nmp/" - - "/nmp.html" ---- - -This is a page not in the menu. You can use markdown in this page. - -Heading 1 -====== - -Heading 2 -====== diff --git a/_pages/page-archive.html b/_pages/page-archive.html deleted file mode 100644 index c1c5d7c..0000000 --- a/_pages/page-archive.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: archive -title: "Page Archive" -permalink: /page-archive/ -author_profile: false ---- - -{% include base_path %} -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/_pages/tag-archive.html b/_pages/tag-archive.html deleted file mode 100644 index 4006381..0000000 --- a/_pages/tag-archive.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: archive -permalink: /tags/ -title: "Posts by Tags" -author_profile: true ---- - -{% include base_path %} -{% include group-by-array collection=site.posts field="tags" %} - -{% for tag in group_names %} - {% assign posts = group_items[forloop.index0] %} -

{{ tag }}

- {% for post in posts %} - {% include archive-single.html %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/terms.md b/_pages/terms.md deleted file mode 100644 index 3c7479b..0000000 --- a/_pages/terms.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -permalink: /terms/ -title: "Terms and Privacy Policy" -modified: 2016-06-06 ---- - -{% include base_path %} -{% include toc %} - -## Privacy Policy - -The privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used. - -First and foremost, I will never share your email address or any other personal information to anyone without your direct consent. - -### Log Files - -Like many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include: - -* Internet Protocol addresses (IP) -* Types of browser -* Internet Service Provider (ISP) -* Date and time stamp -* Referring and exit pages -* Number of clicks - -All of this information is not linked to anything that is personally identifiable. - -### Cookies and Web Beacons - -When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment. - -Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out. - -If you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites. - -#### Google Analytics - -Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html). \ No newline at end of file diff --git a/_pages/year-archive.md b/_pages/year-archive.md deleted file mode 100644 index 97947e9..0000000 --- a/_pages/year-archive.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: archive -permalink: /year-archive/ -title: "Blog posts" -author_profile: true -redirect_from: - - /wordpress/blog-posts/ ---- - -**I now prioritize writing for my Substack newsletter [*Qui Ante Nos*](https://scottolesen.substack.com/).** -Older and more niche posts can be found below. - -{% include base_path %} -{% capture written_year %}'None'{% endcapture %} -{% for post in site.posts %} -{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} -{% if year != written_year %} -

{{ year }}

-{% capture written_year %}{{ year }}{% endcapture %} -{% endif %} -{% include archive-single.html %} -{% endfor %} diff --git a/_talks/2012-03-01-talk-1.md b/_talks/2012-03-01-talk-1.md deleted file mode 100644 index 4b552bd..0000000 --- a/_talks/2012-03-01-talk-1.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Talk 1 on Relevant Topic in Your Field" -collection: talks -type: "Talk" -permalink: /talks/2012-03-01-talk-1 -venue: "UC San Francisco, Department of Testing" -date: 2012-03-01 -location: "San Francisco, California" ---- - -This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown! diff --git a/_talks/2013-03-01-tutorial-1.md b/_talks/2013-03-01-tutorial-1.md deleted file mode 100644 index 22073df..0000000 --- a/_talks/2013-03-01-tutorial-1.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Tutorial 1 on Relevant Topic in Your Field" -collection: talks -type: "Tutorial" -permalink: /talks/2013-03-01-tutorial-1 -venue: "UC-Berkeley Institute for Testing Science" -date: 2013-03-01 -location: "Berkeley CA, USA" ---- - -[More information here](http://exampleurl.com) - -This is a description of your tutorial, note the different field in type. This is a markdown files that can be all markdown-ified like any other post. Yay markdown! diff --git a/_talks/2014-02-01-talk-2.md b/_talks/2014-02-01-talk-2.md deleted file mode 100644 index 0fc6b14..0000000 --- a/_talks/2014-02-01-talk-2.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Talk 2 on Relevant Topic in Your Field" -collection: talks -type: "Talk" -permalink: /talks/2014-02-01-talk-2 -venue: "London School of Testing" -date: 2014-02-01 -location: "London, UK" ---- - -[More information here](http://example2.com) - -This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown! diff --git a/_talks/2014-03-01-talk-3.md b/_talks/2014-03-01-talk-3.md deleted file mode 100644 index ec44637..0000000 --- a/_talks/2014-03-01-talk-3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Conference Proceeding talk 3 on Relevant Topic in Your Field" -collection: talks -type: "Conference proceedings talk" -permalink: /talks/2014-03-01-talk-3 -venue: "Testing Institute of America 2014 Annual Conference" -date: 2014-03-01 -location: "Los Angeles, CA" ---- - -This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field. diff --git a/_teaching/2014-spring-teaching-1.md b/_teaching/2014-spring-teaching-1.md deleted file mode 100644 index e354740..0000000 --- a/_teaching/2014-spring-teaching-1.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Teaching experience 1" -collection: teaching -type: "Undergraduate course" -permalink: /teaching/2014-spring-teaching-1 -venue: "University 1, Department" -date: 2014-01-01 -location: "City, Country" ---- - -This is a description of a teaching experience. You can use markdown like any other post. - -Heading 1 -====== - -Heading 2 -====== - -Heading 3 -====== \ No newline at end of file diff --git a/_teaching/2015-spring-teaching-2.md b/_teaching/2015-spring-teaching-2.md deleted file mode 100644 index 58e1ddb..0000000 --- a/_teaching/2015-spring-teaching-2.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Teaching experience 2" -collection: teaching -type: "Workshop" -permalink: /teaching/2015-spring-teaching-1 -venue: "University 1, Department" -date: 2015-01-01 -location: "City, Country" ---- - -This is a description of a teaching experience. You can use markdown like any other post. - -Heading 1 -====== - -Heading 2 -====== - -Heading 3 -====== diff --git a/images/3953273590_704e3899d5_m.jpg b/images/3953273590_704e3899d5_m.jpg deleted file mode 100644 index 67089f5..0000000 Binary files a/images/3953273590_704e3899d5_m.jpg and /dev/null differ diff --git a/images/500x300.png b/images/500x300.png deleted file mode 100644 index f9fba92..0000000 Binary files a/images/500x300.png and /dev/null differ diff --git a/images/bio-photo-2.jpg b/images/bio-photo-2.jpg deleted file mode 100644 index 484fd3f..0000000 Binary files a/images/bio-photo-2.jpg and /dev/null differ diff --git a/images/bio-photo.jpg b/images/bio-photo.jpg deleted file mode 100644 index 10885c4..0000000 Binary files a/images/bio-photo.jpg and /dev/null differ diff --git a/images/browserconfig.xml b/images/browserconfig.xml deleted file mode 100644 index ff77e23..0000000 --- a/images/browserconfig.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - #000000 - - - diff --git a/images/editing-talk.png b/images/editing-talk.png deleted file mode 100644 index 9f15183..0000000 Binary files a/images/editing-talk.png and /dev/null differ diff --git a/images/foo-bar-identity-th.jpg b/images/foo-bar-identity-th.jpg deleted file mode 100644 index 1910cb7..0000000 Binary files a/images/foo-bar-identity-th.jpg and /dev/null differ diff --git a/images/foo-bar-identity.jpg b/images/foo-bar-identity.jpg deleted file mode 100644 index 97902ed..0000000 Binary files a/images/foo-bar-identity.jpg and /dev/null differ diff --git a/images/image-alignment-1200x4002.jpg b/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 7ac12d4..0000000 Binary files a/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/images/image-alignment-150x150.jpg b/images/image-alignment-150x150.jpg deleted file mode 100644 index 97567c5..0000000 Binary files a/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/images/image-alignment-300x200.jpg b/images/image-alignment-300x200.jpg deleted file mode 100644 index aef7354..0000000 Binary files a/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/images/image-alignment-580x300.jpg b/images/image-alignment-580x300.jpg deleted file mode 100644 index 13e8755..0000000 Binary files a/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/images/manifest.json b/images/manifest.json deleted file mode 100644 index d641c30..0000000 --- a/images/manifest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Minimal Mistakes", - "icons": [ - { - "src": "\/images\/android-chrome-36x36.png?v=M44lzPylqQ", - "sizes": "36x36", - "type": "image\/png", - "density": 0.75 - }, - { - "src": "\/images\/android-chrome-48x48.png?v=M44lzPylqQ", - "sizes": "48x48", - "type": "image\/png", - "density": 1 - }, - { - "src": "\/images\/android-chrome-72x72.png?v=M44lzPylqQ", - "sizes": "72x72", - "type": "image\/png", - "density": 1.5 - }, - { - "src": "\/images\/android-chrome-96x96.png?v=M44lzPylqQ", - "sizes": "96x96", - "type": "image\/png", - "density": 2 - }, - { - "src": "\/images\/android-chrome-144x144.png?v=M44lzPylqQ", - "sizes": "144x144", - "type": "image\/png", - "density": 3 - }, - { - "src": "\/images\/android-chrome-192x192.png?v=M44lzPylqQ", - "sizes": "192x192", - "type": "image\/png", - "density": 4 - } - ] -} diff --git a/images/mstile-144x144.png b/images/mstile-144x144.png deleted file mode 100644 index c3d8317..0000000 Binary files a/images/mstile-144x144.png and /dev/null differ diff --git a/images/mstile-150x150.png b/images/mstile-150x150.png deleted file mode 100644 index c7a3c08..0000000 Binary files a/images/mstile-150x150.png and /dev/null differ diff --git a/images/mstile-310x150.png b/images/mstile-310x150.png deleted file mode 100644 index 25fd7ba..0000000 Binary files a/images/mstile-310x150.png and /dev/null differ diff --git a/images/mstile-310x310.png b/images/mstile-310x310.png deleted file mode 100644 index 1a75b7f..0000000 Binary files a/images/mstile-310x310.png and /dev/null differ diff --git a/images/mstile-70x70.png b/images/mstile-70x70.png deleted file mode 100644 index 88b5c25..0000000 Binary files a/images/mstile-70x70.png and /dev/null differ diff --git a/images/paragraph-indent.png b/images/paragraph-indent.png deleted file mode 100644 index b4a2c48..0000000 Binary files a/images/paragraph-indent.png and /dev/null differ diff --git a/images/paragraph-no-indent.png b/images/paragraph-no-indent.png deleted file mode 100644 index 3e0f9d2..0000000 Binary files a/images/paragraph-no-indent.png and /dev/null differ diff --git a/images/safari-pinned-tab.svg b/images/safari-pinned-tab.svg deleted file mode 100644 index d517ee1..0000000 --- a/images/safari-pinned-tab.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - - - diff --git a/images/site-logo.png b/images/site-logo.png deleted file mode 100644 index 251dd22..0000000 Binary files a/images/site-logo.png and /dev/null differ