diff --git a/.gitattributes b/.gitattributes
index aabf6d0c..ed8805a3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,7 +4,7 @@ assets/js/lunr/*                linguist-vendored
 assets/js/plugins/*             linguist-vendored
 assets/js/vendor/*              linguist-vendored
 _sass/minimal-mistakes/vendor/* linguist-vendored
-CHANGELOG.md                    text merge=ours
-docs/_docs/18-history.md        text merge=ours
-
+CHANGELOG.md                    merge=ours
+docs                            merge=ours
+_posts                          merge=ours
 *.md                            text
diff --git a/.gitignore b/.gitignore
index b6a35227..7617b79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,5 +30,15 @@ codekit-config.json
 .sass-cache
 _asset_bundler_cache
 _site
+<<<<<<< HEAD
 docs
 CHANGELOG.MD
+=======
+docs/Rakefile
+docs/_data/theme.yml
+docs/_docs/22-faq.md
+docs/_includes/after-content.html
+docs/_includes/before-related.html
+docs/_includes/comments-providers/scripts.html
+docs/_posts/2009-10-06-edge-case-broken-highlighting.md
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index b986a0bf..00000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,1763 +0,0 @@
-# Changelog
-
-## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
-
-### Enhancements
-
-- Add a "Share on Bluesky" button (#5179)
-- Add preset variables for modern font stack (#5033)
-
-### Bug Fixes
-
-- Fix wrong icon and color for X share button.
-
-## [4.27.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0)
-
-### Enhancements
-
-- Add RTL Support. [#4886](https://github.com/mmistakes/minimal-mistakes/pull/4886)
-- Add missing Polish translation. [#4890](https://github.com/mmistakes/minimal-mistakes/pull/4890)
-- Rewrite most directions with [CSS logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
-- Remove unnecessary "type" attribute (#4956)
-- The "if" means the default is never used (#4955)
-- For pages without a title, show the site title only once (#4959)
-- Use `documents-collection.html` partial in `home` layout.
-- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)
-- Add provider and comments info to `single.html` layout for non-production. (#5068)
-- Tweak contrast skin $primary-color to adhere to WCAG guidelines. (#5126)
-- Update social share buttons to reflect Twitter rebranding to X (#5210)
-
-### Bug Fixes
-
-- Replace a redirected link to MadeMistakes in footer. [#4882](https://github.com/mmistakes/minimal-mistakes/pull/4882)
-- Fix wrong float direction for `feature_row` with `type="right"`. [#4061](https://github.com/mmistakes/minimal-mistakes/issues/4061)
-- Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983)
-- Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939)
-- Fix bad &lt;figure&gt; HTML if "alt" contains quotes.
-- Fix extra newline generated in `_includes/post_pagination.html`.
-- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)
-- Fix typo in "Configuration" (#5106)
-- bundle exec jekyll serve will fail if more than once (#5193)
-
-### Documentation & Maintenance
-
-- Automatically update Algolia search index with GitHub Actions.
-
-## [4.26.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2)
-
-### Enhancements
-
-- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)
-- Allow overriding HTML `lang` attribute on a per-page basis. [#4862](https://github.com/mmistakes/minimal-mistakes/pull/4862)
-
-### Bug Fixes
-
-- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)
-
-## [4.26.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1)
-
-### Bug Fixes
-
-- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
-- Fix typo for `fa-dribbble` in `_utilities.scss`.
-- Restrict "auto scroll sticky ToC to content" feature to Chromium browsers for now. [#4826](https://github.com/mmistakes/minimal-mistakes/issues/4826)
-
-### Documentation & Maintenance
-
-- Rewrite social icons SCSS with a loop.
-
-### Enhancements
-
-- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.
-
-## [4.26.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.0)
-
-### Bug Fixes
-
-- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.
-- Remove overlay and revert X to hamburger icon when popup disappears. [#3958](https://github.com/mmistakes/minimal-mistakes/pull/3958)
-- Fix SEO title when it contains a vertical bar. [#3094](https://github.com/mmistakes/minimal-mistakes/pull/3094) [#3113](https://github.com/mmistakes/minimal-mistakes/pull/3113)
-- Remove "sticky sidebar" JS as it's now completely based on CSS media queries. [#4245](https://github.com/mmistakes/minimal-mistakes/issues/4245) [#4645](https://github.com/mmistakes/minimal-mistakes/pull/4645)
-
-### Enhancements
-
-- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)
-- Add "copy to clipboard" button for code blocks 🎉 [#2812](https://github.com/mmistakes/minimal-mistakes/pull/2812)
-- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)
-- Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`.
-- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
-- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)
-- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119)
-- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)
-- Split schema to a separate include file. [#3085](https://github.com/mmistakes/minimal-mistakes/pull/3085)
-- Cleanup `_includes/seo.html`.
-
-### Documentation & Maintenance
-
-- Rewrite skin previews on `05-configuration.md` in Liquid template.
-- Remove unused classes from `_layouts/single.html`.
-- Migrate npm run scripts to Ruby Rake tasks.
-- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once.
-- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.
-- Update Social Sharing links section. [#4066](https://github.com/mmistakes/minimal-mistakes/pull/4066)
-
-## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)
-
-### Bug Fixes
-
-- "You may also enjoy" no longer recommends hidden posts. [#4653](https://github.com/mmistakes/minimal-mistakes/issues/4653)
-- Replaced dead link to "Viewport and Media Queries" slides. [#4421](https://github.com/mmistakes/minimal-mistakes/discussions/4421)
-- Fix broken `where_exp` in `lunr-store.js` for Jekyll &lt; 4.0. [#4808](https://github.com/mmistakes/minimal-mistakes/issues/4808)
-
-### Enhancements
-
-- Add Ukrainian translations. [#4273](https://github.com/mmistakes/minimal-mistakes/pull/4273)
-- Add more configuration for Giscus. [#4274](https://github.com/mmistakes/minimal-mistakes/pull/4274)
-- Bump jekyll-toc to [v1.2.1](https://github.com/allejo/jekyll-toc/releases/tag/v1.2.1).
-
-### Documentation & Maintenance
-
-- Bump shell-quote from 1.7.1 to 1.7.3 [#3692](https://github.com/mmistakes/minimal-mistakes/issues/3692)
-- Add `after-content.html` and `before-related.html` includes to ease docs site overrides.
-- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
-- Replace Font Awesome v5 search page with v6.
-- Try adding an FAQ page.
-- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)
-
-## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
-
-### Bug Fixes
-
-- Fix Linkedin social share link [#4754](https://github.com/mmistakes/minimal-mistakes/issues/4754)
-- Fix non-English characters being url encoded in breadcrumb [#3819](https://github.com/mmistakes/minimal-mistakes/issues/3819)
-- Fix wrong `first_page_path` because of hard-coded `page:num` [#3778](https://github.com/mmistakes/minimal-mistakes/issues/3778)
-- Remove JS and other files from search index [#4000](https://github.com/mmistakes/minimal-mistakes/pull/4000)
-- Fix unlisted YouTube video embeds in documentation/test sites. [#3649](https://github.com/mmistakes/minimal-mistakes/issues/3649)
-- Fix error in Algolia search script when returning a hit that without `html` and `hightlight.html`. [#3101](https://github.com/mmistakes/minimal-mistakes/issues/3101) [#3102](https://github.com/mmistakes/minimal-mistakes/pull/3102)
-- Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253)
-- Fix Keybase icon in author sidebar. [#3221](https://github.com/mmistakes/minimal-mistakes/pull/3221)
-- Fix sort order of Staticman comments when data files aren't named alphabetically. [#3184](https://github.com/mmistakes/minimal-mistakes/pull/3184)
-- Fix `layout: compress` issue with HTML comment in video include. [#3117](https://github.com/mmistakes/minimal-mistakes/pull/3117)
-- Add Magnific Popup class to anchors that only contain an `img` element. [#3111](https://github.com/mmistakes/minimal-mistakes/issues/3111) [#3114](https://github.com/mmistakes/minimal-mistakes/pull/3114)
-- Fix heading level of related posts section from `h4` to `h2` to improve accessibility and SEO. [#3064](https://github.com/mmistakes/minimal-mistakes/pull/3064)
-- Fix grammar error in German localized UI text string. [#3063](https://github.com/mmistakes/minimal-mistakes/pull/3063)
-- Remove site.url from first breadcrumb link. [#3051](https://github.com/mmistakes/minimal-mistakes/pull/3051)
-
-### Enhancements
-
-- Add `site.copyright` and `site.copyright_url` config options [#4313](https://github.com/mmistakes/minimal-mistakes/pull/4313)
-- Lazy-load InstantSearch scripts and stylesheets [#3691](https://github.com/mmistakes/minimal-mistakes/pull/3691)
-- Improve Finnish translations [#4595](https://github.com/mmistakes/minimal-mistakes/pull/4595)
-- Remove redundant downcase from \_layouts/categories.html. [#4531](https://github.com/mmistakes/minimal-mistakes/pull/4531)
-- Load latest Font Awesome package. [#3765](https://github.com/mmistakes/minimal-mistakes/pull/3765)
-- Add missing Polish missing UI text strings. [#3969](https://github.com/mmistakes/minimal-mistakes/pull/3969)
-- Update breadcrumbs conditional to enable/disable them via Front Matter on pages using `layout: single`. [#3096](https://github.com/mmistakes/minimal-mistakes/pull/3096) [#3669](https://github.com/mmistakes/minimal-mistakes/pull/3669)
-- Remove Internet Explorer 9 upgrade notice. [#3666](https://github.com/mmistakes/minimal-mistakes/pull/3666)
-- Add Kiswahili localized UI text strings. [#3489](https://github.com/mmistakes/minimal-mistakes/pull/3489)
-- Exclude `main.scss` from Lunr search index.
-- Allow `site.pages` to be indexed and searched via Lunr. [#3352](https://github.com/mmistakes/minimal-mistakes/pull/3352)
-- Update jQuery to v3.6.0. [#3254](https://github.com/mmistakes/minimal-mistakes/pull/3254)
-- Use notice `<a>` colors for blockquotes that have `notice--` classes applied. [#3140](https://github.com/mmistakes/minimal-mistakes/pull/3140) [#3068](https://github.com/mmistakes/minimal-mistakes/issues/3068)
-- Add sameAs itemprop to author link. [#3087](https://github.com/mmistakes/minimal-mistakes/pull/3087)
-- Update and add missing Brazilian Portuguese translations. [#3204](https://github.com/mmistakes/minimal-mistakes/pull/3204)
-- Add optional label attribute for utterances comments. [#3128](https://github.com/mmistakes/minimal-mistakes/pull/3128)
-- Add missing Danish translations. [#3095](https://github.com/mmistakes/minimal-mistakes/pull/3095)
-- Add ARIA role to search forms. [#3086](https://github.com/mmistakes/minimal-mistakes/pull/3086)
-- Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. [#2874](https://github.com/mmistakes/minimal-mistakes/pull/2874)
-- Add Microformats markup. [#3052](https://github.com/mmistakes/minimal-mistakes/pull/3052)
-
-### Documentation & Maintenance
-
-- Fix links to Font Awesome gallery. [#3599](https://github.com/mmistakes/minimal-mistakes/pull/3599)
-- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553)
-- Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350)
-- Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318)
-- Add link to documentation clarifying how to add plugins. [#3181](https://github.com/mmistakes/minimal-mistakes/pull/3181)
-- Fix broken documentation link and add Baidu site verification to `_config.yml` files. [#3139](https://github.com/mmistakes/minimal-mistakes/pull/3139)
-- Bump path-parse from 1.0.6 to 1.0.7. [#3116](https://github.com/mmistakes/minimal-mistakes/pull/3116)
-- Automatically close invalid PRs using GitHub Actions. [#3313](https://github.com/mmistakes/minimal-mistakes/pull/3313)
-- Add instructions on how to unminify `main.js` for easier browser debugging. [#3055](https://github.com/mmistakes/minimal-mistakes/pull/3055)
-- Consolidate hard-coded version numbers where possible.
-- Add Rakefile for automatically syncing CHANGELOG with history and synched them.
-
-## [4.24.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.24.0)
-
-### Bug Fixes
-
-- Fix README text for Gumshoejs license. [#3024](https://github.com/mmistakes/minimal-mistakes/pull/3024)
-- Remove `tabindex="-1"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)
-- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
-- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)
-
-### Enhancements
-
-- Remove IE9 flexbox fallback. [#3042](https://github.com/mmistakes/minimal-mistakes/pull/3042)
-- Remove `h2` from skip links navigation as it is not important for site structure. [#3012](https://github.com/mmistakes/minimal-mistakes/pull/3012)
-- Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967)
-- Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774)
-- Adds support for giscus comments. [#3022](https://github.com/mmistakes/minimal-mistakes/pull/3022)
-
-## [4.23.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.23.0)
-
-### Enhancements
-
-- Add Arabic (عربي) localized UI text strings. [#2936](https://github.com/mmistakes/minimal-mistakes/pull/2936)
-- Update onchange and uglify-js dependencies.
-- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)
-- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)
-- Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)
-- Add Baidu site verification [#2830](https://github.com/mmistakes/minimal-mistakes/pull/2830)
-- Add `alt` attribute to site logo. [#2529](https://github.com/mmistakes/minimal-mistakes/issues/2529) [#2824](https://github.com/mmistakes/minimal-mistakes/issues/2824)
-
-### Bug Fixes
-
-- Fix menu toggle to properly show close icon when open.
-- Fix Jekyll environment note in configuration documentation. [#2912](https://github.com/mmistakes/minimal-mistakes/issues/2912)
-- Fix typo in Helpers documentation. [#2940](https://github.com/mmistakes/minimal-mistakes/pull/2940)
-- Remove all references to official public Staticman API instance. [#2818](https://github.com/mmistakes/minimal-mistakes/issues/2818) [#2831](https://github.com/mmistakes/minimal-mistakes/pull/2831)
-- Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855)
-
-## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0)
-
-### Bug Fixes
-
-- Remove Google Search script from `404.md`. [#2597](https://github.com/mmistakes/minimal-mistakes/issues/2597) [#2737](https://github.com/mmistakes/minimal-mistakes/pull/2737) [#2789](https://github.com/mmistakes/minimal-mistakes/pull/2789)
-- Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)
-
-### Enhancements
-
-- Allow custom sorting for collections. [#2723](https://github.com/mmistakes/minimal-mistakes/pull/2723)
-- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756)
-- Add configuration option to toggle off RSS feed link in `<head>` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787)
-- Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805](https://github.com/mmistakes/minimal-mistakes/pull/2805)
-- Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)
-- Add Hebrew localized UI text strings. [#2760](https://github.com/mmistakes/minimal-mistakes/pull/2760)
-- Update documentation to include `toc_sticky` parameter's description. [#2741](https://github.com/mmistakes/minimal-mistakes/pull/2741)
-- Update Indonesian localized UI text strings. [#2731](https://github.com/mmistakes/minimal-mistakes/pull/2731)
-- Update remote theme documentation. [#2734](https://github.com/mmistakes/minimal-mistakes/pull/2734)
-- Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752](https://github.com/mmistakes/minimal-mistakes/pull/2752)
-- Allow custom gradient for page header overlay. [#2806](https://github.com/mmistakes/minimal-mistakes/pull/2806)
-
-## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)
-
-### Bug Fixes
-
-- Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664)
-- Collapse white-space in `figure` helper to fix issues when used in Markdown ordered and unordered lists. [#2697](https://github.com/mmistakes/minimal-mistakes/pull/2697)
-- Fix dead link to CI services in documentation. [#2635](https://github.com/mmistakes/minimal-mistakes/issues/2635) [#2692](https://github.com/mmistakes/minimal-mistakes/pull/2692)
-- Fix a small typo in documentation. [#2718](https://github.com/mmistakes/minimal-mistakes/pull/2718)
-
-### Enhancements
-
-- Update jQuery to 3.5.1. [#2713](https://github.com/mmistakes/minimal-mistakes/pull/2713)
-- Add Indonesian localized UI text strings. [#2725](https://github.com/mmistakes/minimal-mistakes/pull/2725)
-- Update Vietnamese localized UI text strings. [#2722](https://github.com/mmistakes/minimal-mistakes/pull/2722)
-- Add Norwegian (Norsk) localized UI text strings. [#2702](https://github.com/mmistakes/minimal-mistakes/pull/2702)
-- Update allejo/jekyll-toc to v1.0.14 [#2700](https://github.com/mmistakes/minimal-mistakes/pull/2700)
-
-## [4.20.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.2)
-
-### Bug Fixes
-
-- Fix broken link in documentation. [#2677](https://github.com/mmistakes/minimal-mistakes/issues/2677)
-- Fix typo in documentation. [#2678](https://github.com/mmistakes/minimal-mistakes/issues/2678)
-- Remove duplicate CSS definitions. [#2666](https://github.com/mmistakes/minimal-mistakes/pull/2666)
-- Fix `entries_layout: grid` in various layouts. [#2639](https://github.com/mmistakes/minimal-mistakes/issues/2639)
-- Change `fa` to `fas` for Font Awesome 5. [#2649](https://github.com/mmistakes/minimal-mistakes/pull/2649)
-
-### Enhancements
-
-- Refactor page meta include. [#2641](https://github.com/mmistakes/minimal-mistakes/pull/2641)
-- Add `article:author` Open Graph markup. [#2670](https://github.com/mmistakes/minimal-mistakes/pull/2670)
-
-## [4.20.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.1)
-
-### Bug Fixes
-
-- Fix grid `entries_layout` in home.html. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
-
-## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)
-
-### Bug Fixes
-
-- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575)
-- Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607)
-- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)
-- Fix broken Lunr search with Jekyll v4.1.0. [#2617](https://github.com/mmistakes/minimal-mistakes/pull/2617)
-
-### Enhancements
-
-- Add an optional date alongside the reading time. To enable set `show_date: true` similar to how reading time is. [#2526](https://github.com/mmistakes/minimal-mistakes/pull/2526)
-- Remove hidden posts from posts.html layout. [#2625](https://github.com/mmistakes/minimal-mistakes/pull/2625)
-- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
-- Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)
-- Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)
-- Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)
-- Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)
-- Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)
-- Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558)
-- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)
-- Add `danmaku` option to Bilibili video provider and add corresponding documentation/ [#2599](https://github.com/mmistakes/minimal-mistakes/pull/2599)
-- Update documentation about loading l10n data file from the theme-gem. [#2621](https://github.com/mmistakes/minimal-mistakes/issues/2621) [#2624](https://github.com/mmistakes/minimal-mistakes/pull/2624)
-
-## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)
-
-### Enhancements
-
-- Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551](https://github.com/mmistakes/minimal-mistakes/issues/2551)
-- Replace `<section id="custom-comments"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)
-- Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)
-- Strip trailing whitespace in `seo_description`. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)
-- Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)
-
-## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)
-
-### Enhancements
-
-- Add support for bilibili videos in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#2512](https://github.com/mmistakes/minimal-mistakes/pull/2512)
-- Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)
-- Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)
-- Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
-- Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)
-- Fix Finnish localized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)
-- Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
-- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
-
-### Bug Fixes
-
-- Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
-- Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
-- Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)
-
-## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
-
-### Enhancements
-
-- Add [Dracula](https://draculatheme.com/) Base16 syntax highlighting theme Sass variables to [stylesheets documentation](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#syntax-highlighting). [#2438](https://github.com/mmistakes/minimal-mistakes/pull/2438)
-- Update links to `HTTPS` and remove Google+ from configuration documentation. [#2432](https://github.com/mmistakes/minimal-mistakes/pull/2432)
-- Use `first_page_path` from jekyll-paginate-v2 if available. [#2431](https://github.com/mmistakes/minimal-mistakes/pull/2431)
-- Update onchange and uglify-js dependencies.
-- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
-
-### Bug Fixes
-
-- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
-
-## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
-
-### Enhancements
-
-- Add "click" overlay to close masthead and follow button menus when open. [#1168](https://github.com/mmistakes/minimal-mistakes/issues/1168)
-- Remove deprecated Staticman v1 configurations from `_config.yml`. [#2386](https://github.com/mmistakes/minimal-mistakes/issues/2386)
-- Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)
-- Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)
-- Improve accessibility of `default` skin by increasing color contrast of text and links.
-- Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)
-- Add Irish (Gaeilge) localized UI text strings. [#2422](https://github.com/mmistakes/minimal-mistakes/pull/2422)
-- Remove `box-shadow` on radio and checkbox inputs. [#2398](https://github.com/mmistakes/minimal-mistakes/pull/2398)
-- Bump Jekyll gem dependency to `v3.7`.
-
-### Bug Fixes
-
-- Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425)
-- Fix rake vulnerability in `.gemspec` file.
-- Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)
-- Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)
-
-## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)
-
-### Bug Fixes
-
-- Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381)
-
-## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0)
-
-### Enhancements
-
-- Allow `home` layout to display posts without pagination. [#2378](https://github.com/mmistakes/minimal-mistakes/pull/2378)
-- Add links to high resolution skin screenshots in README. [#2363](https://github.com/mmistakes/minimal-mistakes/issues/2363)
-- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367)
-- Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366)
-- Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307)
-- Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364)
-- Use `%-d` instead of `%d` so displayed dates aren't padded with zero. [#2359](https://github.com/mmistakes/minimal-mistakes/pull/2359)
-- Update table of contents helper (`toc.html`) to [v1.0.8](https://github.com/allejo/jekyll-toc/releases). [#2355](https://github.com/mmistakes/minimal-mistakes/pull/2355)
-- Add missing Dutch localized UI text strings. [#2321](https://github.com/mmistakes/minimal-mistakes/pull/2321)
-- Support page header (hero) in `archive-taxonomy` layout. [#2320](https://github.com/mmistakes/minimal-mistakes/pull/2320)
-- Add social icon color for Keybase. [#2302](https://github.com/mmistakes/minimal-mistakes/pull/2302)
-
-### Bug Fixes
-
-- Fix JavaScript comments in Disqus include to be compatible with `compress` layout. [#2373](https://github.com/mmistakes/minimal-mistakes/pull/2373)
-- Fix wrong newline concatenation in SEO description [#2368](https://github.com/mmistakes/minimal-mistakes/pull/2368) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354)
-- Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351)
-- Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332)
-- Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)
-- Fix background color of code blocks in notices. [#2328](https://github.com/mmistakes/minimal-mistakes/pull/2328)
-- Fix alignment of feature rows when placed next to a sticky sidebar. [#2327](https://github.com/mmistakes/minimal-mistakes/issues/2327)
-- Fix `seo_description` in `_includes/seo.html`. [#2326](https://github.com/mmistakes/minimal-mistakes/pull/2326)
-- Fix typo in `_config.yml`. [#2319](https://github.com/mmistakes/minimal-mistakes/pull/2319)
-
-## [4.17.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.2)
-
-### Enhancements
-
-- Add collection step to documentation about creating a portfolio page. [#2294](https://github.com/mmistakes/minimal-mistakes/pull/2294)
-- Replace sticky footer JavaScript with flexbox styles. [#2289](https://github.com/mmistakes/minimal-mistakes/pull/2289)
-
-### Bug Fixes
-
-- Fix sticky footer when using MozBar extension. [#2281](https://github.com/mmistakes/minimal-mistakes/issues/2281)
-
-## [4.17.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.1)
-
-### Enhancements
-
-- Update Chinese (Simplified) localized UI text strings. [#2286](https://github.com/mmistakes/minimal-mistakes/pull/2286)
-- Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276)
-
-### Bug Fixes
-
-- Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283)
-
-## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0)
-
-### Enhancements
-
-- Show a permalink anchor when hovering over headings in main content area. [#2251](https://github.com/mmistakes/minimal-mistakes/pull/2251)
-- Allow per-page override of `words_per_minute`. [#2250](https://github.com/mmistakes/minimal-mistakes/pull/2250)
-- Update [onchange](https://www.npmjs.com/package/onchange) development dependency in `package.json`. [#2241](https://github.com/mmistakes/minimal-mistakes/issues/2241)
-- Add Catalan localized UI text strings. [#2237](https://github.com/mmistakes/minimal-mistakes/pull/2237)
-
-### Bug Fixes
-
-- Remove extraneous space from Internet Explorer conditional statement. [#2273](https://github.com/mmistakes/minimal-mistakes/pull/2273)
-- Fix typo in `_config.yml`. [#2243](https://github.com/mmistakes/minimal-mistakes/pull/2243)
-- Replace `http` URLs with `https` where applicable in `_config.yml`. [#2244](https://github.com/mmistakes/minimal-mistakes/pull/2244)
-
-## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)
-
-### Enhancements
-
-- Relax Jekyll dependency to allow for version 4.0.
-- Add missing Spanish localized UI text strings. [#2229](https://github.com/mmistakes/minimal-mistakes/pull/2229)
-- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)
-
-### Bug Fixes
-
-- Fix `site.url` in Organization/Person JSON-LD schema. [#1906](https://github.com/mmistakes/minimal-mistakes/issues/1906)
-- Remove full stop in some `comment_form_info` UI text strings. [#2220](https://github.com/mmistakes/minimal-mistakes/pull/2220)
-- Fix default `site.author` in seo.html [#2230](https://github.com/mmistakes/minimal-mistakes/pull/2230)
-- Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)
-
-## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)
-
-### Enhancements
-
-- Add optional site subtitle to masthead. [#2173](https://github.com/mmistakes/minimal-mistakes/issues/2173)
-- Add missing Punjabi and Hindi localized UI text strings. [#2212](https://github.com/mmistakes/minimal-mistakes/pull/2212)
-- Add missing Korean localized UI text strings. [#2209](https://github.com/mmistakes/minimal-mistakes/pull/2209)
-- Use [Font Awesome Kits](https://blog.fontawesome.com/introducing-font-awesome-kits-7134d1d59959) to use the latest version of icons. [#2184](https://github.com/mmistakes/minimal-mistakes/issues/2184)
-- Remove unnecessary console.log in `lunr-en.js` and `lunr-gr.js` JavaScript. [#2193](https://github.com/mmistakes/minimal-mistakes/issues/2193)
-- Remove unnecessary `type="text/javascript"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190)
-- Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186)
-- Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)
-
-### Bug Fixes
-
-- Fix aria issues with Lunr search form. [#2211](https://github.com/mmistakes/minimal-mistakes/pull/2211)
-- Fix missing fallback title for table of contents.
-
-## [4.16.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.4)
-
-### Enhancements
-
-- Update Brazilian Portuguese localized UI text strings. [#2162](https://github.com/mmistakes/minimal-mistakes/pull/2162)
-- Update Font Awesome to v5.8.2. [#2150](https://github.com/mmistakes/minimal-mistakes/pull/2150)
-- Add missing Spanish localized UI text strings. [#2149](https://github.com/mmistakes/minimal-mistakes/pull/2149)
-
-### Bug Fixes
-
-- Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169)
-- Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156)
-- Fix permalink stacking order and click-able area in archives.
-
-## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)
-
-### Enhancements
-
-- Update jQuery to v3.4.1. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)
-- Update Gumshoe to v5.1.1. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)
-
-### Bug Fixes
-
-- Fix JavaScript error when resizing pages with table of contents. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)
-
-## [4.16.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.2)
-
-### Bug Fixes
-
-- Revert jQuery back to version v3.3.1, v.3.4.0 causes issues with other plugins that haven't been updated. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)
-
-## [4.16.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.1)
-
-### Enhancements
-
-- Update [`compress` layout](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#compress-layout) to v3.1.0. [#2128](https://github.com/mmistakes/minimal-mistakes/pull/2128)
-- Update jQuery to v3.4.0. [#2129](https://github.com/mmistakes/minimal-mistakes/pull/2129)
-
-### Bug Fixes
-
-- Fix Gumshoe related JavaScript error on pages without a table of contents. [#2124](https://github.com/mmistakes/minimal-mistakes/pull/2124)
-
-## [4.16.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.0)
-
-### Enhancements
-
-- Improve search `input` semantics for Lunr and Google search providers. [#2123](https://github.com/mmistakes/minimal-mistakes/pull/2123)
-- Allow adding JavaScript files after those bundled in the theme. [#2110](https://github.com/mmistakes/minimal-mistakes/issues/2110) [#2116](https://github.com/mmistakes/minimal-mistakes/pull/2116)
-- Add `$max-width` Sass variable for adjusting page content's maximum width. [#2093](https://github.com/mmistakes/minimal-mistakes/pull/2093)
-- Add Thai localized UI text strings. [#2111](https://github.com/mmistakes/minimal-mistakes/pull/2111)
-- Update Font Awesome to [v5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1). [#2102](https://github.com/mmistakes/minimal-mistakes/pull/2102)
-- Add missing Vietnamese localized UI text strings. [#2097](https://github.com/mmistakes/minimal-mistakes/pull/2097)
-- Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe. [#2082](https://github.com/mmistakes/minimal-mistakes/pull/2082)
-- Add styling for [GFM task lists](https://help.github.com/en/articles/about-task-lists#creating-task-lists). [#2092](https://github.com/mmistakes/minimal-mistakes/issues/2092)
-- Update Google Universal Analytics to load async. [#2079](https://github.com/mmistakes/minimal-mistakes/pull/2079)
-- Remove Google+ social sharing button, comment provider, and author link configs from theme.
-- Add missing Chinese text strings. [#2072](https://github.com/mmistakes/minimal-mistakes/pull/2072)
-
-### Bug Fixes
-
-- Fix table of contents active link styling.
-- Add missing Hindi localized UI text strings. [#2105](https://github.com/mmistakes/minimal-mistakes/pull/2105) [#2106](https://github.com/mmistakes/minimal-mistakes/pull/2106)
-- Fix Brazilian Portuguese text strings. [#2098](https://github.com/mmistakes/minimal-mistakes/pull/2098)
-- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096)
-- Fix figures inside of list elements. [#2094](https://github.com/mmistakes/minimal-mistakes/pull/2094)
-- Remove Font Awesome `data-search-pseudo-elements` attribute as it degrades smooth scroll performance. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075#issuecomment-472437014)
-- Fix footnote links incompatibility with smooth scroll plugin. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075)
-- Loosen Bundler dependency in ruby gem.
-
-## [4.15.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.2)
-
-### Enhancements
-
-- Close search overlay with <kbd>Esc</kbd>. [#2055](https://github.com/mmistakes/minimal-mistakes/pull/2055)
-- Update Swedish localized UI text strings. [#2056](https://github.com/mmistakes/minimal-mistakes/pull/2056)
-- Update Font Awesome to 5.7.1 and add `data-search-pseudo-elements` attribute. [#2053](https://github.com/mmistakes/minimal-mistakes/pull/2053)
-- Add Malayalam localized UI text strings. [#2037](https://github.com/mmistakes/minimal-mistakes/pull/2037)
-
-### Bug Fixes
-
-- Fix table of contents errors with non-English characters in the headings. [#2042](https://github.com/mmistakes/minimal-mistakes/pull/2042)
-- Fix `site.logo` false positives. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-455770730)
-- Add empty `alt` attribute to `site.logo` image. [#2035](https://github.com/mmistakes/minimal-mistakes/pull/2035)
-
-## [4.15.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.1)
-
-### Bug Fixes
-
-- Fix empty `<img>` when `site_logo` is not assigned. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876)
-
-## [4.15.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.0)
-
-### Enhancements
-
-- Add logo and title customization to the masthead. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026)
-- Add support to customize `issue-term` for utterances comment provider. [#2022](https://github.com/mmistakes/minimal-mistakes/pull/2022)
-- Allow custom canonical url on a page-by-page basis. [#2021](https://github.com/mmistakes/minimal-mistakes/pull/2021)
-- Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020](https://github.com/mmistakes/minimal-mistakes/pull/2020)
-- Clicking table of contents links changes URL has fragment. [#2019](https://github.com/mmistakes/minimal-mistakes/pull/2019) [#2023](https://github.com/mmistakes/minimal-mistakes/pull/2023)
-
-## [4.14.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2)
-
-### Enhancements
-
-- Improve accessibility by adding label text to search button toggle. [#2014](https://github.com/mmistakes/minimal-mistakes/pull/2014)
-- Update Lunr to 2.3.5. [#2010](https://github.com/mmistakes/minimal-mistakes/pull/2010)
-- Shorten Internet Explorer conditional statement in `_includes/head.html`. [#2006](https://github.com/mmistakes/minimal-mistakes/pull/2006)
-- Add Persian localized UI text strings. [#2004](https://github.com/mmistakes/minimal-mistakes/pull/2004)
-- Remove unused JavaScript variables from Staticman comment script. [#1996](https://github.com/mmistakes/minimal-mistakes/pull/1996)
-- Update Font Awesome to 5.6.0. [#1995](https://github.com/mmistakes/minimal-mistakes/pull/1995)
-- Change remaining schema.org markup to `https`. [#1978](https://github.com/mmistakes/minimal-mistakes/pull/1978)
-- Update NPM dependencies.
-
-### Bug Fixes
-
-- Fix wide tables that overflow parent container. [#2008](https://github.com/mmistakes/minimal-mistakes/issues/2008)
-- Fix Spanish `comments_label` and `comments_title` UI text strings. [#1997](https://github.com/mmistakes/minimal-mistakes/pull/1997)
-- Allow sidebar navigation with custom sidebar content. [#1986](https://github.com/mmistakes/minimal-mistakes/issues/1986)
-- Fix Google Custom Search JavaScript error when not using Instant Search. [#1983](https://github.com/mmistakes/minimal-mistakes/pull/1983)
-
-## [4.14.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.1)
-
-### Bug Fixes
-
-- Fix closed navicon on hover.
-
-## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)
-
-### Enhancements
-
-- Change schema.org markup to `https`. [#1969](https://github.com/mmistakes/minimal-mistakes/pull/1969)
-- Add Google Drive as video provider. [#1967](https://github.com/mmistakes/minimal-mistakes/pull/1967)
-- Match `:focus` color to skin.
-- Add support for [utterances](https://utteranc.es/) comments. [#1909](https://github.com/mmistakes/minimal-mistakes/issues/1909)
-- Use privacy aware embed options for YouTube and Vimeo in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#1964](https://github.com/mmistakes/minimal-mistakes/pull/1964)
-- Add `rel="nofollow noopener noreferrer"` to author profile links. [#1924](https://github.com/mmistakes/minimal-mistakes/pull/1924)
-- Improve color contrast of primary buttons and links.
-- Add Punjabi localized UI text strings. [#1962](https://github.com/mmistakes/minimal-mistakes/pull/1962)
-- Add Hindi localized UI text strings. [#1888](https://github.com/mmistakes/minimal-mistakes/pull/1888)
-- Update Lunr to `2.3.3`. [#1885](https://github.com/mmistakes/minimal-mistakes/pull/1885)
-- Cache "static" includes to improve build performance. **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build. [#1874](https://github.com/mmistakes/minimal-mistakes/pull/1874)
-- Make entire feature and archive items "clickable". [#1864](https://github.com/mmistakes/minimal-mistakes/pull/1864)
-- Allow custom Staticman endpoints. [#1842](https://github.com/mmistakes/minimal-mistakes/issues/1842)
-- Remove `type="text/css"` from Algolia script includes. [#1836](https://github.com/mmistakes/minimal-mistakes/pull/1836)
-- Remove unneeded `HandheldFriendly` and `MobileOptimized` meta tags. [#1837](https://github.com/mmistakes/minimal-mistakes/pull/1837)
-- Update Font Awesome to version `5.5.0` and add `integrity` hash. [#1922](https://github.com/mmistakes/minimal-mistakes/pull/1922)
-- Always load Google 404 Linkhelp script over HTTPS. [#1829](https://github.com/mmistakes/minimal-mistakes/pull/1829)
-- Remove deprecated `base_path` include helper.
-
-### Bug Fixes
-
-- Prevent current post from showing in the related posts section. [#1976](https://github.com/mmistakes/minimal-mistakes/pull/1976)
-- Fix dark skins syntax highlighting colors. [#1973](https://github.com/mmistakes/minimal-mistakes/issues/1973)
-- Remove unnecessary closing bracket in analytics documentation. [#1915](https://github.com/mmistakes/minimal-mistakes/pull/1915)
-- Fix breadcrumb navigation alignment. [#1917](https://github.com/mmistakes/minimal-mistakes/issues/1917)
-- Fix Algolia search link positioning. [#1904](https://github.com/mmistakes/minimal-mistakes/pull/1904)
-- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)
-- Properly apply `relative_url` filter to internal links in header overlay `actions` array.
-- Revert cached includes (`include_cached`) for comment and analytics providers. [#1905](https://github.com/mmistakes/minimal-mistakes/issues/1905)
-
-## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
-
-### Enhancements
-
-- Add Romanian localized UI text strings. [#1814](https://github.com/mmistakes/minimal-mistakes/pull/1814)
-- Improve author link flexibility. [#1581](https://github.com/mmistakes/minimal-mistakes/issues/1581)
-- Improve footer link flexibility.
-- Deprecate `cta_label` and `cta_url` in header overlay in favor of new `actions` array that allows for multiple "call to action" button links. [#1461](https://github.com/mmistakes/minimal-mistakes/issues/1461)
-- Add support to [gallery helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) for defining column layout (`half`, `third`, or single `''`). [#1821](https://github.com/mmistakes/minimal-mistakes/issues/1821)
-
-### Bug Fixes
-
-- Fix sidebar navigation list toggle. [#1819](https://github.com/mmistakes/minimal-mistakes/issues/1819)
-- Fix hover animation for links with `:visited` state. [#1820](https://github.com/mmistakes/minimal-mistakes/issues/1820)
-
-## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2)
-
-### Enhancements
-
-- Add missing Italian localized UI text strings. [#1793](https://github.com/mmistakes/minimal-mistakes/pull/1793)
-- Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`.
-- Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)
-- Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)
-- Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)
-- Update Staticman commit message to include comment author's name.
-- Improve side navigation spacing in relation to masthead.
-- Style archive links with appropriate link color.
-- Adjust feature row spacing and font-sizes.
-- Use sentence case and increase font-sizes for improved readability in table of contents.
-- Add `{{ content }}` to `home` layout. [#1775](https://github.com/mmistakes/minimal-mistakes/pull/1775)
-
-## [4.12.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.1)
-
-### Enhancements
-
-- Add missing French localized UI text strings. [#1769](https://github.com/mmistakes/minimal-mistakes/pull/1769) [#1741](https://github.com/mmistakes/minimal-mistakes/pull/1741)
-- Update Font Awesome to version [`5.2.0`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1754](https://github.com/mmistakes/minimal-mistakes/pull/1754)
-- Add documentation note to update root `Gemfile` when forking theme.
-
-### Bug Fixes
-
-- Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)
-- Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)
-
-## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)
-
-### Enhancements
-
-- Add Hungarian localized UI text strings. [#1682](https://github.com/mmistakes/minimal-mistakes/pull/1682)
-- DRY `tags_max` calculation in tags.html layout. [#1696](https://github.com/mmistakes/minimal-mistakes/pull/1696)
-- DRY `categories_max` calculation in categories.html layout.
-- Add support for ["sticking" table of contents](https://mmistakes.github.io/minimal-mistakes/layout-table-of-contents-sticky/) to top of page via `toc_sticky: true` YAML Front Matter.
-- Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440)
-- Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652)
-- Update Font Awesome to version. [`5.1.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
-- Add "Pets" sample archive page to documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
-- Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)
-- Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)
-
-### Bug Fixes
-
-- Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701)
-- Fix `naver_site_verification` typo in /\_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687)
-- Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
-- Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
-- Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
-- Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).
-
-## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2)
-
-### Enhancements
-
-- Update Font Awesome to version `5.0.11`. [#1620](https://github.com/mmistakes/minimal-mistakes/pull/1620)
-- Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)
-- Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636](https://github.com/mmistakes/minimal-mistakes/pull/1636)
-
-### Bug Fixes
-
-- Use correct text string for "Back to Top" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)
-- Add conditionals for showing `reCaptcha.siteKey` and `reCaptcha.secret` in Staticman comments form.
-
-## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)
-
-### Enhancements
-
-- Add default `theme` and `remote_theme` values to `_config.yml`.
-- Add new layouts (`posts`, `categories`, `tags`, `collection`, `category`, and `tag`) for easier archive page creation.
-
-### Bug Fixes
-
-- Replace `absolute_url` filter with `relative_url` where it makes sense (asset/navigation related paths). [#1588](https://github.com/mmistakes/minimal-mistakes/issues/1588)
-- Fix search excerpts that run together because of implied spaces.
-
-## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)
-
-### Enhancements
-
-- Update jQuery to version `3.3.1`. [#1491](https://github.com/mmistakes/minimal-mistakes/issues/1491)
-- Add link to jekyll-algolia's `files_to_exclude` documentation.
-- Update Font Awesome to version [`5.0.8`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1561](https://github.com/mmistakes/minimal-mistakes/pull/1561)
-- Activate Algolia search for documentation site. [#1570](https://github.com/mmistakes/minimal-mistakes/issues/1570)
-- Add missing German translations. [#1577](https://github.com/mmistakes/minimal-mistakes/pull/1577)
-- Add support for Google Analytics with global site tag (gtag.js) [#1563](https://github.com/mmistakes/minimal-mistakes/pull/1563)
-
-### Bug Fixes
-
-- Focus Algolia search input after clicking on search toggle.
-
-## [4.10.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.0)
-
-### Enhancements
-
-- Add support for [Algolia](https://www.algolia.com/) search provider ([see demo](https://mmistakes.github.io/minimal-mistakes-algolia-search/)). [#1416](https://github.com/mmistakes/minimal-mistakes/issues/1416)
-
-## [4.9.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1)
-
-### Enhancements
-
-- Simplify year archive Liquid.
-- Add documentation on how to downgrade theme.
-- Improve greedy navigation's layout when JavaScript is disabled.
-- Improve SEO include by grouping similar tags, reducing white-space, and adding `article:modified_time`. [#1456](https://github.com/mmistakes/minimal-mistakes/pull/1456)
-- Minify `assets/js/lunr/lunr.js`.
-- Improve calculation of Greedy navigation's `availableSpace`.
-- Add Danish and Russian translations for new search strings. [#1472](https://github.com/mmistakes/minimal-mistakes/pull/1472) [#1477](https://github.com/mmistakes/minimal-mistakes/pull/1477)
-- Indicate that archive titles are links with an underline.
-- Remove `base_path` include from `/test` pages.
-- Reduce font-size of page meta in list/grid items.
-- Improve feature row styling when used with `archive` layout. [#1484](https://github.com/mmistakes/minimal-mistakes/issues/1484)
-- Improve German translations. [#1511](https://github.com/mmistakes/minimal-mistakes/pull/1511)
-- Update Font Awesome to `5.0.6`. [#1513](https://github.com/mmistakes/minimal-mistakes/pull/1513)
-- Add `wide` variant to single layout. [#1516](https://github.com/mmistakes/minimal-mistakes/pull/1516)
-
-### Bug Fixes
-
-- Allow `author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
-- Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
-- Fix author sidebar icon colors for dark skins. [#1482](https://github.com/mmistakes/minimal-mistakes/issues/1482)
-- Remove misleading underline hover state on feature row items.
-- Properly escape quotes in `site.social.name` and `site.name`. [#1485](https://github.com/mmistakes/minimal-mistakes/pull/1485)
-- Fix typo in upgrading documentation. [#1487](https://github.com/mmistakes/minimal-mistakes/pull/1487)
-- Fix `border-bottom` for Gist line numbers.
-- Replace `|` with HTML entity when used as title separator. [#760](https://github.com/mmistakes/minimal-mistakes/issues/760)
-
-## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
-
-### Enhancements
-
-- Add `show_overlay_excerpt` for disabling overlay image excerpt text. [#1436](https://github.com/mmistakes/minimal-mistakes/pull/1436)
-- Update remote theme installation instructions in Quick Start Guide. [#1439](https://github.com/mmistakes/minimal-mistakes/pull/1439)
-- Reduce visual weight of code blocks.
-- Add Lunr.js Greek stemmer. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)
-- Update Font Awesome 5 [SVG with JavaScript version](https://fontawesome.com/how-to-use/svg-with-js). [#1446](https://github.com/mmistakes/minimal-mistakes/pull/1446)
-  - Note: if Font Awesome icons were used in the content of posts/pages or custom table of contents, find and replace any icons that have different names between version 4 and 5. Make sure to read the [complete list](https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-full) on Font Awesome's site.
-- Reduce size of Lunr.js search JSON data and introduce `site.search_full_content` flag for limiting size of JSON file. [#1449](https://github.com/mmistakes/minimal-mistakes/pull/1449)
-- Improve syntax highlighting styles. [#1450](https://github.com/mmistakes/minimal-mistakes/pull/1450)
-
-### Bug Fixes
-
-- Fix code block extra white-space when using [Jekyll's highlight tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting) with `linenos`. [#1437](https://github.com/mmistakes/minimal-mistakes/issues/1437)
-- Round top-right corner of code block icon.
-- Remove Lunr.js trimmer and bring back colons. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)
-- Fix sticky `.sidebar` that overlaps main content when resizing viewport. [#1447](https://github.com/mmistakes/minimal-mistakes/issues/1447)
-
-## [4.8.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.1)
-
-### Enhancements
-
-- Add linkback functionality to author avatar and name in sidebar via `author.home`. [#1386](https://github.com/mmistakes/minimal-mistakes/pull/1386)
-- Add Japanese localized UI text strings. [#1411](https://github.com/mmistakes/minimal-mistakes/pull/1411)
-- Update Lunr.js to 2.1.5 [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)
-
-### Bug Fixes
-
-- Fixed broken link to Staticman's page [#1422](https://github.com/mmistakes/minimal-mistakes/pull/1422)
-- Fix Lunr search to work with number tags. [#1409](https://github.com/mmistakes/minimal-mistakes/issues/1409) [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)
-
-## [4.8.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.0)
-
-### Enhancements
-
-- Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357)
-- Remove Alexa.com verification due to retiring of "[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350)
-- Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)
-- Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)
-- Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)
-- Add optional `description` key to masthead links for clarifying their purpose with the `title` attribute. [#1380](https://github.com/mmistakes/minimal-mistakes/pull/1380)
-- Incorporate site search into masthead. [#1383](https://github.com/mmistakes/minimal-mistakes/pull/1383)
-- Update gem dependencies. [#1388](https://github.com/mmistakes/minimal-mistakes/pull/1388)
-
-### Bug Fixes
-
-- Fix `post.content` typo in `assets/js/lunr-en.js`. [#1354](https://github.com/mmistakes/minimal-mistakes/pull/1354)
-- Fix "lunr-en.js:1 Uncaught SyntaxError: Unexpected token <" in `assets/js/lunr-en.js`. [#1356](https://github.com/mmistakes/minimal-mistakes/pull/1356)
-- Rename Naver verification `naver_site_verification` to be consistent with other site variables.
-- Fix button class in "Post with Table Of Contents" demo content. [#1368](https://github.com/mmistakes/minimal-mistakes/pull/1368)
-- Fix capitalization of WordPress in documentation. [#1381](https://github.com/mmistakes/minimal-mistakes/pull/1381)
-- Fix zh-HK UI text to point to Traditional Chinese. [#1374](https://github.com/mmistakes/minimal-mistakes/issues/1374) [#1389](https://github.com/mmistakes/minimal-mistakes/pull/1389)
-
-## [4.7.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.1)
-
-### Enhancements
-
-- Add search layout powered by [Lunr](https://lunrjs.com/). [#1353](https://github.com/mmistakes/minimal-mistakes/pull/1353)
-- Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site. [#1339](https://github.com/mmistakes/minimal-mistakes/issues/1339)
-- Add note about WordPress to Staticman comment migration tool in documentation. [#1346](https://github.com/mmistakes/minimal-mistakes/issues/1346)
-
-### Bug Fixes
-
-- Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)
-- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)
-- Fix broken SCSS partial links in layouts documentation. [#1351](https://github.com/mmistakes/minimal-mistakes/issues/1351)
-
-## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
-
-### Enhancements
-
-- Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)
-- Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)
-- Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)
-- Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)
-- Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)
-- Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
-- Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
-- Add support for Staticman v2 endpoint and reCAPTCHA.
-- Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
-- Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)
-- Refactor seo.html include to DRY-up page image handling.
-- Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)
-- Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)
-- Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)
-- Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)
-- Remove `+` from Google+ author link to allow non-vanity URLs. [#1319](https://github.com/mmistakes/minimal-mistakes/pull/1319)
-
-### Bug Fixes
-
-- Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)
-- Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class="highlight"></div>` to markup.
-
-## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)
-
-### Enhancements
-
-- Test strict Front Matter in `/test` site. [#1236](https://github.com/mmistakes/minimal-mistakes/pull/1236)
-- Rename `gems` key to `plugins`. [#1239](https://github.com/mmistakes/minimal-mistakes/pull/1239)
-- Add [YIQ Color Contrast](https://github.com/easy-designs/yiq-color-contrast) mixin for determining lightness of a color.
-- DRY up button CSS using Sass lists and YIQ Color Contrast mixin.
-- Add `btn--primary` button class. **Note:** elements that were previously using only a `.btn` class will now also need `.btn--primary` (eg. `<a class="btn btn--primary" href="#">my link</a>`).
-- Add `air`, `contrast`, `dark`, `dirt`, `mint`, and `sunrise` skin color options. [#1208](https://github.com/mmistakes/minimal-mistakes/issues/1208)
-- Allow scripts in `<head>` and before `</body>` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)
-- Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)
-
-## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)
-
-### Enhancements
-
-- Add `.page__comments-form` to "non-printing" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195)
-- Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204)
-- Remove the http-equiv="cleartype" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087)
-- Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206)
-- Clarify documentation around taxonomy page and index generation. [#1207](https://github.com/mmistakes/minimal-mistakes/pull/1207)
-- Fix "Posts by tag" grammar in documentation. [#1209](https://github.com/mmistakes/minimal-mistakes/pull/1209)
-- Improve Chinese `date_label` and `minute_read` translations in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205) [#1211](https://github.com/mmistakes/minimal-mistakes/pull/1211)
-- Add note to Quick-Start Guide about GitHub Pages hosting alternatives that allow 3rd party gem themes and Jekyll plugins.
-- Add note to configuration documentation about Cloudflare minification as an alternative to `layout: compress`. [#1217](https://github.com/mmistakes/minimal-mistakes/pull/1217)
-- Show 4 latest posts in "You May Also Enjoy" module when `related: true` and no related posts are found due to `lsi` ([latent semantic indexing](https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing)) being disabled on GitHub Pages. [#554](https://github.com/mmistakes/minimal-mistakes/issues/554)
-- Truncate archive item titles' that overflow with an ellipsis. [#1213](https://github.com/mmistakes/minimal-mistakes/issues/1213)
-
-### Bug Fixes
-
-- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)
-- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)
-- Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)
-- Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)
-- Fix Liquid syntax error: "Expected id but found open_square in `"{{ page.[include.id] }}"`" in `gallery` and `feature_row` includes.
-- Fix Liquid syntax error: "Expected end_of_string but found pipe in `"name in __names | sort"`" in `group-by-array` include.
-
-## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)
-
-### Enhancements
-
-- Add Greek and Danish localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) [#1188](https://github.com/mmistakes/minimal-mistakes/pull/1188)
-- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)
-- Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)
-- Increase font-size of code blocks.
-- Reduce indent of nested "table of contents" links.
-- Extend [archive grid view](https://mmistakes.github.io/minimal-mistakes/docs/layouts/) to the right to better fill the page.
-- URL encode title and page URL in social share links. [#1177](https://github.com/mmistakes/minimal-mistakes/pull/1177)
-- Replace old Disqus script with new Universal Embed Code. [#1179](https://github.com/mmistakes/minimal-mistakes/pull/1179)
-
-### Bug Fixes
-
-- Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)
-- Fix "follow" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)
-
-### Maintenance
-
-- Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)
-- Remove outside and right borders in `table`s.
-- Adjust width of `.sidebar` to match `.sidebar__right`.
-- Add sample documents to ["portfolio" collection](https://mmistakes.github.io/minimal-mistakes/portfolio/) for testing grid view.
-- Fix typo in stylesheets documentation. [#1170](https://github.com/mmistakes/minimal-mistakes/pull/1170)
-- Add note about setting Discourse `server` as a scheme-less URL (eg. `meta.discourse.com` and not `http://meta.discourse.com`) in `_config.yml`. [#1182](https://github.com/mmistakes/minimal-mistakes/issues/1182)
-
-## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
-
-### Enhancements
-
-- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)
-- Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)
-- Update Susy to version 3 and rewrite grid CSS to be more readable.
-- Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)
-- Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131](https://github.com/mmistakes/minimal-mistakes/pull/1131)
-- Add support for customizing header image alternative text through YAML Front Matter. [#1138](https://github.com/mmistakes/minimal-mistakes/pull/1138)
-
-### Bug Fixes
-
-- Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)
-- Fix disappearing author profile links due to tapping the "Follow" button and changing a browser's viewport width to > `$lg`. [#1136](https://github.com/mmistakes/minimal-mistakes/issues/1136)
-
-### Maintenance
-
-- Replace reference to "Basically Basic theme" with **Minimal Mistakes**. [#1149](https://github.com/mmistakes/minimal-mistakes/pull/1149)
-- Add documentation for disabling CSS3 animations. [#1150](https://github.com/mmistakes/minimal-mistakes/pull/1150)
-- Update quickstart, installation, and overriding defaults documentation. [#1151](https://github.com/mmistakes/minimal-mistakes/pull/1151)
-
-## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)
-
-### Enhancements
-
-- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101)
-- Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009)
-- Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)
-- Add Sass variable for navicon link hover color. [#1089](https://github.com/mmistakes/minimal-mistakes/pull/1089) [#1088](https://github.com/mmistakes/minimal-mistakes/pull/1088)
-
-### Bug Fixes
-
-- Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975)
-- Remove extraneous `</a>` and `</li>` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038)
-- Fix Google+ comments provider includes. [#1092](https://github.com/mmistakes/minimal-mistakes/issues/1092)
-- Replace category variable used in `_includes/breadcrumbs.html` to `site.category_archive` to avoid conflicts with `site.categories`. [#1063](https://github.com/mmistakes/minimal-mistakes/pull/1063) [#329](https://github.com/mmistakes/minimal-mistakes/issues/329)
-
-### Maintenance
-
-- Add mention of Greek localized UI text strings to theme documentation. [#972](https://github.com/mmistakes/minimal-mistakes/pull/972)
-- Update Greek localized UI text strings. [#1054](https://github.com/mmistakes/minimal-mistakes/pull/1054)
-- Add documentation for adding teaser images in grid view using `header.teaser`.
-
-## [4.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.1)
-
-### Enhancements
-
-- Add Greek localized UI text strings. [#958](https://github.com/mmistakes/minimal-mistakes/pull/958)
-
-### Bug Fixes
-
-- Fix `video` helper to load Vimeo videos over https. [#945](https://github.com/mmistakes/minimal-mistakes/pull/945)
-- Fix close menu button that was removed when updating Greedy navigation script. [#969](https://github.com/mmistakes/minimal-mistakes/issues/969)
-
-## [4.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.0)
-
-### Enhancements
-
-- Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.
-- Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)
-- Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)
-- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)
-
-### Maintenance
-
-- Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)
-- Fix typo in Utility Class docs. [#915](https://github.com/mmistakes/minimal-mistakes/pull/915)
-
-## [4.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.1)
-
-### Bug Fixes
-
-- Fix `.masthead` and `.page__footer` overlapping full screen video elements. [#933](https://github.com/mmistakes/minimal-mistakes/issues/933)
-- Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)
-
-## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)
-
-### Enhancements
-
-- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:
-
-  ```
-  ---
-  layout:
-  ---
-  ```
-
-  Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version.
-
-## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2)
-
-### Enhancements
-
-- Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)
-- Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)
-- Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)
-
-### Bug Fixes
-
-- Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)
-- Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)
-
-### Maintenance
-
-- Add theme meta info to `_layouts/default.html` and `main.css`.
-- Update README.
-- Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)
-- Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)
-
-## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)
-
-### Enhancements
-
-- Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)
-
-### Maintenance
-
-- Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)
-
-## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)
-
-### Enhancements
-
-- Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)
-- Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)
-- Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)
-- Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)
-
-### Bug Fixes
-
-- Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)
-
-### Maintenance
-
-- Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)
-- Bump `jekyll-sitemap` gem dependency to (1.0).
-
-## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)
-
-### Enhancements
-
-- Remove hardcoded `words_per_minute` "less than" and "minute read" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)
-- Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)
-- Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)
-
-### Bug Fixes
-
-- Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.
-
-## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)
-
-### Enhancements
-
-- Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar
-
-### Bug Fixes
-
-- Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)
-- Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)
-
-## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
-
-### Bug Fixes
-
-- Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
-
-### Maintenance
-
-- Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
-
-## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
-
-### Bug Fixes
-
-- Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)
-
-## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)
-
-### Bug Fixes
-
-- Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)
-- Adjust sidebar navigation list CSS so it collapses at the correct width.
-
-### Maintenance
-
-- Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.
-
-## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)
-
-### Enhancements
-
-- Add `!default` values to **\_sass/\_variables.scss**.
-- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)
-
-### Bug Fixes
-
-- Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)
-
-### Maintenance
-
-- Reorganize SCSS partials in **assets/css/main.scss**
-
-## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)
-
-### Enhancements
-
-- Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)
-- Add structured data markup for `itemprop="person"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)
-
-### Bug Fixes
-
-- Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)
-
-### Maintenance
-
-- Clarify "migrating to gem-theme" instructions in **Quick Start Guide**.
-- Add `rake preview` task for testing `/test` during theme development.
-
-## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)
-
-### Enhancements
-
-- Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).
-- Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).
-
-### Bug Fixes
-
-- Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)
-
-### Maintenance
-
-- Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.
-
-## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)
-
-### Enhancements
-
-- "Gemify" theme ~> `gem "minimal-mistakes-jekyll"`
-- Replace `base_path` include with `relative_url` filter where possible.
-- Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**
-- Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)
-- Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)
-- Make author avatar optional in sidebar.
-- Update **/\_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)
-
-### Bug Fixes
-
-- Fix navigation bar animation "flicker" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)
-- Fix `author.avatar` paths for externally hosted images.
-
-### Maintenance
-
-- Add documentation around `gem "minimal-mistakes-jekyll"` installation and use.
-- Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.
-- Add "[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)" page to documentation.
-
-## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)
-
-### Enhancements
-
-- Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)
-- Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)
-- Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)
-
-### Bug Fixes
-
-- Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)
-
-### Maintenance
-
-- Move Brazilian Portuguese localized text under `pt-BR` key.
-
-## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)
-
-### Enhancements
-
-- Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)
-- Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)
-
-### Bug Fixes
-
-- Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)
-
-## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)
-
-### Enhancements
-
-- Add Italian "comments" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)
-
-### Bug Fixes
-
-- Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.
-
-## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)
-
-### Enhancements
-
-- Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)
-- Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)
-
-### Bug Fixes
-
-- Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)
-
-### Maintenance
-
-- Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
-- Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
-- Add `{% highlight %}` code block examples to demo site.
-- Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
-
-## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
-
-### Enhancements
-
-- Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
-
-### Bug Fixes
-
-- Exclude `vendor` in Jekyll config file.
-- Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
-
-### Maintenance
-
-- Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
-
-## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
-
-### Enhancements
-
-- Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
-- Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
-- Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
-- Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
-
-### Bug Fixes
-
-- Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
-
-### Maintenance
-
-- Add note to docs about using `url: http://localhost:4000` when working locally.
-
-## [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 `<a>` 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 `<head>` 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. `<h1>` 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 `<head>`.
-- 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)
diff --git a/Gemfile b/Gemfile
index b98f72f5..3671b16e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,10 @@ source "https://rubygems.org"
 #
 # This will help ensure the proper Jekyll version is running.
 # Happy Jekylling!
+<<<<<<< HEAD
 gem "json"
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 gem "jekyll"
 gem "minimal-mistakes-jekyll"
 
@@ -32,5 +35,8 @@ group :jekyll_plugins do
   gem 'jemoji'
   gem 'jekyll-archives'
   gem 'jekyll-include-cache'
+<<<<<<< HEAD
   gem 'jekyll-webp'
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 end
diff --git a/_bibliography.bib b/_bibliography.bib
index bdfb7a96..5a2ff133 100644
--- a/_bibliography.bib
+++ b/_bibliography.bib
@@ -100,11 +100,18 @@ organization={Conference on Artificial Life - Alife 2023},
   publisher={Copernicus Publications GĂśttingen, Germany}
 }
 
+<<<<<<< HEAD
 @inproceedings{illium2020surgical,
   title={Surgical Mask Detection with Convolutional Neural Networks and Data Augmentations on Spectrograms},
   author={Illium, Steffen and M{\"u}ller, Robert and Sedlmeier, Andreas and Linnhoff-Popien, Claudia},
   booktitle={Proc. Interspeech 2020},
   pages={2052--2056},
+=======
+@article{illium2020surgical,
+  title={Surgical mask detection with convolutional neural networks and data augmentations on spectrograms},
+  author={Illium, Steffen and MĂźller, Robert and Sedlmeier, Andreas and Linnhoff-Popien, Claudia},
+  journal={arXiv preprint arXiv:2008.04590},
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
   year={2020}
 }
 
@@ -194,6 +201,7 @@ organization={Conference on Artificial Life - Alife 2023},
   organization={Springer International Publishing Cham}
 }
 
+<<<<<<< HEAD
 @inproceedings{illium2022constructing,
   title={Constructing organism networks from collaborative self-replicators},
   author={Illium, Steffen and Zorn, Maximilian and Lenta, Cristian and K{\"o}lle, Michael and Linnhoff-Popien, Claudia and Gabor, Thomas},
@@ -211,6 +219,20 @@ organization={Conference on Artificial Life - Alife 2023},
   number={Volume 3},
   pages={350--357},
   year={2023}
+=======
+@article{illium2022constructing,
+  title={Constructing Organism Networks from Collaborative Self-Replicators},
+  author={Illium, Steffen and Zorn, Maximilian and KĂślle, Michael and Linnhoff-Popien, Claudia and Gabor, Thomas},
+  journal={arXiv preprint arXiv:2212.10078},
+  year={2022}
+}
+
+@article{illium2022voronoipatches,
+  title={VoronoiPatches: Evaluating A New Data Augmentation Method},
+  author={Illium, Steffen and Griffin, Gretchen and KĂślle, Michael and Zorn, Maximilian and NĂź{\ss}lein, Jonas and Linnhoff-Popien, Claudia},
+  journal={arXiv preprint arXiv:2212.10054},
+  year={2022}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 }
 
 @article{kolle2023compression,
@@ -218,6 +240,7 @@ organization={Conference on Artificial Life - Alife 2023},
   author={KĂślle, Michael and Illium, Steffen and Hahn, Carsten and Schauer, Lorenz and Hutter, Johannes and Linnhoff-Popien, Claudia},
   journal={arXiv preprint arXiv:2301.07420},
   year={2023}
+<<<<<<< HEAD
 }
 
 @inproceedings{altmann2024emergence,
@@ -234,4 +257,6 @@ organization={Conference on Artificial Life - Alife 2023},
   author={KĂślle, Michael and Erpelding, Yannick and Ritz, Fabian and Phan, Thomy and Illium, Steffen and Linnhoff-Popien, Claudia},
   journal={arXiv preprint arXiv:2401.07056},
   year={2024}
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 }
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index c8f17962..13ba813a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,7 @@
 theme                    : "minimal-mistakes-jekyll"
 
 # remote_theme           : "mmistakes/minimal-mistakes"
-minimal_mistakes_skin    : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
+minimal_mistakes_skin    : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
 
 # Site Settings
 locale                   : "en-US"
@@ -26,10 +26,17 @@ description              : "Personal Website"
 url                      : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
 baseurl                  : "" # the subpath of your site, e.g. "/blog"
 repository               : "illiumst" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
+<<<<<<< HEAD
 teaser                   : "/assets/images/newshot_2.jpg" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
 logo                     : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
 masthead_title           : "portfolio" # overrides the website title displayed in the masthead, use " " for no title
 breadcrumbs              : false # true, false (default)
+=======
+teaser                   : "/assets/images/headshot.jpg" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
+logo                     : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
+masthead_title           : "portfolio" # overrides the website title displayed in the masthead, use " " for no title
+breadcrumbs              : true # true, false (default)
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 words_per_minute         : 200
 reCaptcha:
   siteKey                :
@@ -50,18 +57,28 @@ analytics:
   provider: "custom"
 
 # Social Sharing
+<<<<<<< HEAD
 og_image                 : "/assets/images/newshot_2.jpg" # Open Graph/Twitter default site image
 # For specifying social profiles
 # - https://developers.google.com/structured-data/customize/social-profiles
 social:
   type                   : Person
   name                   : Steffen Illium
+=======
+og_image                 : "/assets/images/headshot.jpg" # 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
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
   links                  : # An array of links to social media profiles
     - https://www.linkedin.com/in/steffen-illium/
 
 # Site Author
 author:
   name             : "Steffen Illium"
+<<<<<<< HEAD
   avatar           : "/assets/images/newshot_2.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
   bio              : "[PhD. in Comp. Science](https://www.mobile.ifi.lmu.de/team/steffen-illium/) <br>[AI Consultant & Researcher](/research/)"
   location         : "Augsburg"
@@ -71,15 +88,33 @@ author:
       url: "https://www.mobile.ifi.lmu.de/team/steffen-illium/"
     - label: "Scholar"
       icon: "fab fa-google-scholar"
+=======
+  avatar           : "/assets/images/headshot.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
+  bio              : "[AI Research](/research/) and [Lecturer](/teaching/) as [PHD Student](https://www.mobile.ifi.lmu.de/team/steffen-illium/) @ [LMU Munich](https://www.lmu.de/en/index.html)"
+  location         : "Augsburg"
+  links:
+    - label: "LMU-Munich"
+      icon: "fa fa-link"
+      url: "https://www.mobile.ifi.lmu.de/team/steffen-illium/"
+    - label: "Scholar"
+      icon: "ai ai-google-scholar"
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
       url: "https://scholar.google.de/citations?hl=en&pli=1&user=NODAd94AAAAJ"
     - label: "Arxive"
       icon: "ai ai-arxiv"
       url: "https://arxiv.org/a/illium_s_1.html"
     - label: "Researchgate"
+<<<<<<< HEAD
       icon: "fab fa-researchgate"
       url: "https://www.researchgate.net/profile/Steffen-Illium"
 
 
+=======
+      icon: "ai ai-researchgate"
+      url: "https://www.researchgate.net/profile/Steffen-Illium"
+
+    
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 
 # Site Footer
 footer:
@@ -90,9 +125,15 @@ footer:
     - label: "LinkedIn"
       icon: "fab fa-fw fa-linkedin"
       url: "https://www.linkedin.com/in/steffen-illium/"
+<<<<<<< HEAD
     - label: "Gitea"
       icon: "fab fa-git-alt"
       url: "https://gitea.steffenillium.de/steffen"
+=======
+    - label: "GitHub"
+      icon: "fab fa-fw fa-github"
+      url: "https://github.com/illiumst"
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 
 
 # Reading Files
@@ -204,7 +245,10 @@ plugins:
   - jekyll-scholar
   - jekyll-data
   - jekyll-archives
+<<<<<<< HEAD
   - jekyll-webp
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
   - jemoji
 
 # mimic GitHub Pages with --safe
@@ -213,7 +257,7 @@ whitelist:
   - jekyll-sitemap
   - jekyll-gist
   - jekyll-feed
-  - jekyll-include-cache
+   jekyll-include-cache
 
 
 # Archives
@@ -265,6 +309,7 @@ defaults:
       read_time: false
       comments: false
       share: false
+<<<<<<< HEAD
       related: true
       show_date: false
 
@@ -280,12 +325,21 @@ scholar:
   bibliography: _bibliography.bib
   repository: "./assets/publications"
   bibliography_template: bibtemplate
+=======
+      related: false
+      show_date: true
+
+scholar:
+  style: modern-language-association
+  bibliography: _bibliography.bib
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
   source: ""
   sort_by: year,month
   order: descending
   group_by: year
   group_order: descending
   relative: "/publications"
+<<<<<<< HEAD
 
 ############################################################
 # Site configuration for the WebP Generator Plugin
@@ -324,4 +378,6 @@ webp:
   # append '.webp' to filename after original extension rather than replacing it.
   # Default transforms `image.png` to `image.webp`, while changing to true transforms `image.png` to `image.png.webp`
   append_ext: true
-############################################################
\ No newline at end of file
+############################################################
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index ba5b40aa..7342fccd 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,4 +1,5 @@
 main:
+<<<<<<< HEAD
   - title: "publications"
     url: /publications
   - title: "research"
@@ -10,4 +11,18 @@ main:
   # - title: "Blog"
   #   url: /blog
   - title: "about me"
-    url: /about
\ No newline at end of file
+    url: /about
+=======
+  - title: "teaching"
+    url: /teaching
+  #- title: "Projects"
+  #  url: /projects
+  - title: "research"
+    url: /research
+  # - title: "Blog"
+  #   url: /blog
+  - title: "publications"
+    url: /publications
+  #- title: "CV"
+  #  url: /cv
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2018-02-01-innomi.md b/_posts/projects/2018-02-01-innomi.md
index 011b117e..3920d60e 100644
--- a/_posts/projects/2018-02-01-innomi.md
+++ b/_posts/projects/2018-02-01-innomi.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "InnoMi Project"
 categories: projects
 excerpt: "Early-stage mobile/distributed tech transfer between academia and industry (Bavaria)."
@@ -29,3 +30,16 @@ header:
 *   **Dissemination & Editorial Leadership:** To further bridge the gap between cutting-edge digitalization trends and industry practitioners, I served as the Head of the Online Editorial Team for the associated [Digitale Welt Magazin (DW)](https://digitaleweltmagazin.de/) from 2018 to 2023, a role supported by the InnoMi initiative.
 
 This project provided a platform not only for advancing research but also for developing crucial skills in project communication, event management, and editorial leadership, directly contributing to the technology transfer goals of the Bavarian region.
+=======
+title:  "Mobile Internet Innovations"
+categories: projects
+excerpt: "Aiming to make Bavaria more economically strong by transferring innovations from the university to industry at an early stage."
+header:
+  teaser: assets/images/projects/innomi.png
+
+---
+
+![logo](/assets/images/projects/innomi.png){: .align-left style="padding:0.1em; width:5em"}
+
+
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2019-02-24-dw.md b/_posts/projects/2019-02-24-dw.md
index 3b5e6331..f932f50d 100644
--- a/_posts/projects/2019-02-24-dw.md
+++ b/_posts/projects/2019-02-24-dw.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "DW Editorial Lead"
 categories: projects
 excerpt: "Led online editorial team for DIGITALE WELT Magazin (2018-2023)."
@@ -39,4 +40,15 @@ Prior to leading the online team, I contributed to the print editions of the mag
   <img src="/assets/images/projects/dw_magazin.png" alt="Cover collage of printed DIGITALE WELT Magazin issues" width="550">
   <figcaption>Examples of DIGITALE WELT Print Magazine Covers</figcaption>
 </center>
-<br>
\ No newline at end of file
+<br>
+=======
+title:  "Leading an editorial office."
+categories: projects
+excerpt: "A unique line of text to describe this post that will display in an archive listing and meta description with SEO benefits."
+header:
+  teaser: assets/images/projects/dw.png
+
+---
+
+![logo](\assets\images\projects\dw.png){: .align-left style="padding:0.1em; width:5em"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2019-02-24-water-networks.md b/_posts/projects/2019-02-24-water-networks.md
index cf99a440..8e7d8f26 100644
--- a/_posts/projects/2019-02-24-water-networks.md
+++ b/_posts/projects/2019-02-24-water-networks.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "ErLoWa Leak Detection"
 categories: projects
 excerpt: "Deep learning detects acoustic water leaks with SWM."
@@ -59,3 +60,15 @@ In collaboration with Munich's municipal utility provider, Stadtwerke MĂźnchen (
 This applied research project provided valuable experience in handling real-world sensor data, adapting machine learning models for specific industrial challenges, and collaborating effectively with industry partners.
 
 {% include reference.html %}
+=======
+title:  "Detection and localization of leakages in water networks."
+categories: projects
+excerpt: "A u"
+tags: acoustic anomaly-detection 
+header:
+  teaser: assets/images/projects/pipe_leak.png
+
+---
+
+![Leaking pipe image](/assets/images/projects/pipe_leak.png){: .align-left style="padding:0.1em; width:5em"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2019-10-15-OpenMunich.md b/_posts/projects/2019-10-15-OpenMunich.md
index a934e32f..1ec44135 100644
--- a/_posts/projects/2019-10-15-OpenMunich.md
+++ b/_posts/projects/2019-10-15-OpenMunich.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "OpenMunich Conference Organization"
 categories: projects
 tags: community-engagement
@@ -33,4 +34,15 @@ The OpenMunich conference series during 2016 until 2019 offered a platform to sh
 *   **Website & Communication:** Managed the official conference website openmunich.eu (offline), including content creation, structural design, updates, and maintenance. Handled external communications and promotions.
 *   **Sponsorship Liaison:** Coordinated with Accenture and Red Hat regarding their sponsorship contributions and participation requirements.
 
-This role required organizational skills, effective communication across diverse stakeholder groups, and project management to ensure the successful delivery of the conference.
\ No newline at end of file
+This role required organizational skills, effective communication across diverse stakeholder groups, and project management to ensure the successful delivery of the conference.
+=======
+title:  "OpenMunich.eu - Conference Organisation"
+categories: acoustic anomaly-detection projects
+excerpt: "Organization a Munich based open-souce conference with Red Hat and Accenture"
+header:
+  teaser: assets/images/projects/openmunich.png
+
+---
+
+![logo](\assets\images\projects\openmunich.png){: .align-left style="padding:0.1em; width:5em"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2020-05-01-FIKS.md b/_posts/projects/2020-05-01-FIKS.md
index 912f57af..90b05e76 100644
--- a/_posts/projects/2020-05-01-FIKS.md
+++ b/_posts/projects/2020-05-01-FIKS.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "AI-Fusion Safety"
 categories: projects
 tags: multi-agent-systems reinforcement-learning safety emergence simulation
@@ -67,3 +68,14 @@ To facilitate research into these phenomena, key contributions included the deve
 This project involved close collaboration with industry-focused researchers, software development adhering to modern standards, and deep investigation into the theoretical underpinnings of emergence and safety in MARL systems. The developed tools provide a valuable platform for continued research in this critical area.
 
 {% include reference.html %}
+=======
+title:  "AI-Fusion: Emergence Detection for mixed MARL systems."
+categories: acoustic anomaly-detection projects
+excerpt: "Bringing together agents can be an inherent safety problem. Building the basis to mix and match."
+header:
+  teaser: assets/images/projects/robot.png
+
+---
+
+![logo](\assets\images\projects\robot.png){: .align-left style="padding:0.1em; width:5em"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/projects/2023-10-15-server-administration.md b/_posts/projects/2023-10-15-server-administration.md
index 605f6b9b..710a009c 100644
--- a/_posts/projects/2023-10-15-server-administration.md
+++ b/_posts/projects/2023-10-15-server-administration.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "LMU DevOps Admin"
 categories: projects
 tags: devops kubernetes server-administration infrastructure
@@ -50,4 +51,13 @@ During my tenure at the LMU Chair for Mobile and Distributed Systems, alongside
 
 This hands-on role provided deep practical experience in modern system administration, networking, Infrastructure as Code (IaC), and cloud-native technologies within an academic research setting. It fostered my preference for minimalist, reproducible, and microservice-oriented architectures. These principles and skills are actively applied in my personal projects, including the self-hosting and management of this website and various other containerized services.
 
-A more comprehensive list of the technologies I work with can be found on the [About Me](/about/) page.
\ No newline at end of file
+A more comprehensive list of the technologies I work with can be found on the [About Me](/about/) page.
+=======
+title:  "Linux Server Administration"
+categories: projects server_admin unix
+excerpt: "Linux Server Administration (Workstations and Web)"
+header:
+  teaser: assets/images/projects/arch.png
+---
+![logo](\assets\images\projects\arch.png){: .align-left style="padding:0.1em; width:5em"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/research/2018-11-01-trajectory-annotation.md b/_posts/research/2018-11-01-trajectory-annotation.md
new file mode 100644
index 00000000..a5624f82
--- /dev/null
+++ b/_posts/research/2018-11-01-trajectory-annotation.md
@@ -0,0 +1,13 @@
+---
+layout: single
+title:  "Trajectory annotation by spatial perception"
+categories: research 
+excerpt: "We propose an approach to annotate trajectories using sequences of spatial perception."
+header:
+  teaser: assets/figures/0_trajectory_reconstruction_teaser.png
+---
+
+![Isovist Concept](\assets\figures\0_trajectory_isovist.jpg){:style="display:block; margin-left:auto; margin-right:auto; width:350px"}
+In the near future, more and more machines will perform tasks in the vicinity of human spaces or support them directly in their spatially bound activities. In order to simplify the verbal communication and the interaction between robotic units and/or humans, reliable and robust systems w.r.t. noise and processing results are needed. This work builds a foundation to address this task. By using a continuous representation of spatial perception in interiors learned from trajectory data, our approach clusters movement in dependency to its spatial context. We propose an unsupervised learning approach based on a neural autoencoding that learns semantically meaningful continuous encodings of spatio-temporal trajectory data. This learned encoding can be used to form prototypical representations. We present promising results that clear the path for future applications. {% cite feld2018trajectory %}
+
+![Trajectory Reconstruction](\assets\figures\0_trajectory_reconstruction.jpg){:style="display:block; margin-left:auto; margin-right:auto; width:350px"}
diff --git a/_posts/research/2019-07-01-self-replication.md b/_posts/research/2019-07-01-self-replication.md
new file mode 100644
index 00000000..dc39fd96
--- /dev/null
+++ b/_posts/research/2019-07-01-self-replication.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Self-Replication in Neural Networks"
+categories: research 
+excerpt: "Introduction of NNs that are able to replicate their own weights."
+header:
+  teaser: assets/figures/1_self_replication_pca_space.jpg
+---
+
+![Self-Replication Robustness](\assets\figures\1_self_replication_robustness.jpg){:style="display:block; margin-left:auto; margin-right:auto; width:350px"}
+
+The foundation of biological structures is self-replication. Neural networks are the prime structure used for the emergent construction of complex behavior in computers. We analyze how various network types lend themselves to self-replication. We argue that backpropagation is the natural way to navigate the space of network weights and show how it allows non-trivial self-replicators to arise naturally. We then extend the setting to construct an artificial chemistry environment of several neural networks.
+{% cite gabor2019self %}
+
+![Self-replicators in PCA Space (Soup)](\assets\figures\1_self_replication_pca_space.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2019-07-05-deep-neural-baselines.md b/_posts/research/2019-07-05-deep-neural-baselines.md
new file mode 100644
index 00000000..a32718e6
--- /dev/null
+++ b/_posts/research/2019-07-05-deep-neural-baselines.md
@@ -0,0 +1,12 @@
+---
+layout: single
+title:  "Deep-Neural Baseline"
+categories: research 
+excerpt: "Introduction a deep baseline for audio classification."
+header:
+  teaser: assets/figures/3_deep_neural_baselines_teaser.jpg
+---
+
+![Self-Replication Robustness](\assets\figures\3_deep_neural_baselines.jpg){:style="display:block; margin-left:auto; margin-right:auto; width:250px"}
+Detecting sleepiness from spoken language is an ambitious task, which is addressed by the Interspeech 2019 Computational Paralinguistics Challenge (ComParE). We propose an end-to-end deep learning approach to detect and classify patterns reflecting sleepiness in the human voice. Our approach is based solely on a moderately complex deep neural network architecture. It may be applied directly on the audio data without requiring any specific feature engineering, thus remaining transferable to other audio classification tasks. Nevertheless, our approach performs similar to state-of-the-art machine learning models.
+{% cite elsner2019deep %}
diff --git a/_posts/research/2020-03-01-soccer-team-vectors.md b/_posts/research/2020-03-01-soccer-team-vectors.md
index 39055b14..5e0e31dc 100644
--- a/_posts/research/2020-03-01-soccer-team-vectors.md
+++ b/_posts/research/2020-03-01-soccer-team-vectors.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "Soccer Team Vectors"
 categories: research
 tags: machine-learning representation-learning sports-analytics similarity-search
@@ -20,4 +21,17 @@ The utility of these learned representations is demonstrated through several dow
 *   **Similarity Search:** The vector space allows for efficient identification of teams similar to a given query team based on proximity.
 *   **Team Ranking:** The embeddings provide a basis for generating data-driven team rankings.
 
-Across these application domains, STEVE demonstrated superior performance compared to competing approaches evaluated in the study. This work provides a valuable tool for quantitative analysis in sports analytics, enabling various machine learning tasks related to team comparison and prediction. For a comprehensive description of the methodology and results, please refer to the publication by {% cite muller2020soccer %}.
\ No newline at end of file
+Across these application domains, STEVE demonstrated superior performance compared to competing approaches evaluated in the study. This work provides a valuable tool for quantitative analysis in sports analytics, enabling various machine learning tasks related to team comparison and prediction. For a comprehensive description of the methodology and results, please refer to the publication by {% cite muller2020soccer %}.
+=======
+title:  "Learning Soccer-Team Vecors"
+categories: research 
+excerpt: "Team market value estimation, similarity search and rankings."
+header:
+  teaser: assets/figures/2_steve_algo.jpg
+---
+
+In this work we present STEVE - Soccer TEam VEctors, a principled approach for learning real valued vectors for soccer teams where similar teams are close to each other in the resulting vector space. STEVE only relies on freely available information about the matches teams played in the past. These vectors can serve as input to various machine learning tasks. Evaluating on the task of team market value estimation, STEVE outperforms all its competitors. Moreover, we use STEVE for similarity search and to rank soccer teams.
+{% cite muller2020soccer %}
+
+![STEVE Algorithm](\assets\figures\2_steve_algo.jpg){:style="display:block; margin-left:auto; margin-right:auto;"}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/research/2020-05-01-hybrid-poin-cloud-segmentation.md b/_posts/research/2020-05-01-hybrid-poin-cloud-segmentation.md
new file mode 100644
index 00000000..8a5e4bea
--- /dev/null
+++ b/_posts/research/2020-05-01-hybrid-poin-cloud-segmentation.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Point Cloud Segmentation"
+categories: research 
+excerpt: "Segmetation of point clouds into primitive building blocks."
+header:
+  teaser: assets/figures/4_point_cloud_segmentation_teaser.jpg
+---
+
+![Point Cloud Segmentation](\assets\figures\4_point_cloud_pipeline.jpg){:style="display:block; margin-left:auto; margin-right:auto;"}
+
+The segmentation and fitting of solid primitives to 3D point clouds is a complex task. Existing systems are restricted either in the number of input points or the supported primitive types. This paper proposes a hybrid pipeline that is able to reconstruct spheres, bounded cylinders and rectangular cuboids on large point sets. It uses a combination of deep learning and classical RANSAC for primitive fitting, a DBSCAN-based clustering scheme for increased stability and a specialized Genetic Algorithm for robust cuboid extraction. In a detailed evaluation, its performance metrics are discussed and resulting solid primitive sets are visualized. The paper concludes with a discussion of the approach’s limitations.
+{% cite friedrich2020hybrid %}
+
+![Point Cloud Segmentation](\assets\figures\4_point_cloud_segmentation.jpg){:style="display:block; margin-left:auto; margin-right:auto;"}
diff --git a/_posts/research/2020-06-01-ood-classification.md b/_posts/research/2020-06-01-ood-classification.md
new file mode 100644
index 00000000..af0b9a5a
--- /dev/null
+++ b/_posts/research/2020-06-01-ood-classification.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Policy Entropy for OOD Classification"
+categories: research 
+excerpt: "PEOC for reliably detecting unencountered states in deep RL"
+header:
+  teaser: assets/figures/6_ood_pipeline.jpg
+---
+
+![PEOC Pipeline](\assets\figures\6_ood_pipeline.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+One critical prerequisite for the deployment of reinforcement learning systems in the real world is the ability to reliably detect situations on which the agent was not trained. Such situations could lead to potential safety risks when wrong predictions lead to the execution of harmful actions. In this work, we propose PEOC, a new policy entropy based out-of-distribution classifier that reliably detects unencountered states in deep reinforcement learning. It is based on using the entropy of an agent's policy as the classification score of a one-class classifier. We evaluate our approach using a procedural environment generator. Results show that PEOC is highly competitive against state-of-the-art one-class classification algorithms on the evaluated environments. Furthermore, we present a structured process for benchmarking out-of-distribution classification in reinforcement learning.
+{% cite sedlmeier2020peoc %}
+
+![PEOC Performance](\assets\figures\6_ood_performance.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2020-07-15-what-to-do-in-the-meantime.md b/_posts/research/2020-07-15-what-to-do-in-the-meantime.md
new file mode 100644
index 00000000..32ea7ff2
--- /dev/null
+++ b/_posts/research/2020-07-15-what-to-do-in-the-meantime.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "What to do in the Meantime"
+categories: research 
+excerpt: "Service Coverage Analysis for Parked Autonomous Vehicles"
+header:
+  teaser: assets/figures/5_meantime_coverage.jpg
+---
+
+![Estimated Service Coverage](assets\figures\5_meantime_coverage.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+Fully autonomously driving vehicles are expected to be a widely available technology in the near future. Privately owned cars, which remain parked for the majority of their lifetime, may therefore be capable of driving independently during their usual long parking periods (e.g. their owners working hours). Our analysis aims to focus on the potential of a privately owned shared car concept as transition period between the present usages of privately owned cars towards a transportation paradigm of privately owned shared autonomous vehicles. We propose two methods in the field of reachability analysis to evaluate the impact of such vehicles during parking periods. Our proposed methods are applied to a dataset of parking times of users of a telematics service provider in the Munich area (Germany). We show the impact of time and location dependent effects on the analyzed service coverage, such as business week rush hours or cover age divergence between urban and suburban regions.
+{% cite illium2020meantime %}
+
+![Parked Vehicle Availability](\assets\figures\5_meantime_availability.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2020-10-25-surgical-mask-detection copy.md b/_posts/research/2020-10-25-surgical-mask-detection copy.md
new file mode 100644
index 00000000..b6563f6e
--- /dev/null
+++ b/_posts/research/2020-10-25-surgical-mask-detection copy.md	
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Surgical Mask Detection"
+categories: research audio deep-learning
+excerpt: "Convolutional Neural Networks and Data Augmentations on Spectrograms"
+header:
+  teaser: assets/figures/7_mask_models.jpg
+---
+
+![PEOC Pipeline](\assets\figures\7_mask_mels.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+In many fields of research, labeled data-sets are hard to acquire. This is where data augmentation promises to overcome the lack of training data in the context of neural network engineering and classification tasks. The idea here is to reduce model over-fitting to the feature distribution of a small under-descriptive training data-set. We try to evaluate such data augmentation techniques to gather insights in the performance boost they provide for several convolutional neural networks on mel-spectrogram representations of audio data. We show the impact of data augmentation on the binary classification task of surgical mask detection in samples of human voice. Also we consider four varying architectures to account for augmentation robustness. Results show that most of the baselines given by ComParE are outperformed
+{% cite illium2020surgical %}
+
+![Models](\assets\figures\7_mask_models.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2021-03-01-Feature_Representations_Anomalous_Sound.md b/_posts/research/2021-03-01-Feature_Representations_Anomalous_Sound.md
new file mode 100644
index 00000000..c5c616e6
--- /dev/null
+++ b/_posts/research/2021-03-01-Feature_Representations_Anomalous_Sound.md
@@ -0,0 +1,13 @@
+---
+layout: single
+title:  "Anomalous Sound Detection"
+categories: research audio deep-learning anomalie-detection
+excerpt: "Analysis of Feature Representations for Anomalous Sound Detection"
+header:
+  teaser: assets/figures/8_anomalous_sound_teaser.jpg
+---
+
+![Pipeline](\assets\figures\8_anomalous_sound_features.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+The problem of Constructive Solid Geometry (CSG) tree reconstruction from 3D point clouds or 3D triangle meshes is hard to solve. At first, the input data set (point cloud, triangle soup or triangle mesh) has to be segmented and geometric primitives (spheres, cylinders, ...) have to be fitted to each subset. Then, the size- and shape optimal CSG tree has to be extracted. We propose a pipeline for CSG reconstruction consisting of multiple stages: A primitive extraction step, which uses deep learning for primitive detection, a clustered variant of RANSAC for parameter fitting, and a Genetic Algorithm (GA) for convex polytope generation. It directly transforms 3D point clouds or triangle meshes into solid primitives. The filtered primitive set is then used as input for a GA-based CSG extraction stage. We evaluate two different CSG extraction methodologies and furthermore compare our pipeline to current state-of-the-art methods.
+{% cite muller2020analysis %}
diff --git a/_posts/research/2021-03-02-AD_by_Image_Transfer_Learning.md b/_posts/research/2021-03-02-AD_by_Image_Transfer_Learning.md
new file mode 100644
index 00000000..6b66713a
--- /dev/null
+++ b/_posts/research/2021-03-02-AD_by_Image_Transfer_Learning.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Anomalous Image Transfer"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Acoustic Anomaly Detection for Machine Sounds based on Image Transfer Learning"
+header:
+  teaser: assets/figures/9_image_transfer_sound_teaser.jpg
+---
+
+![Mels](\assets\figures\9_image_transfer_sound_mels.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+In industrial applications, the early detection of malfunctioning factory machinery is crucial. In this paper, we consider acoustic malfunction detection via transfer learning. Contrary to the majority of current approaches which are based on deep autoencoders, we propose to extract features using neural networks that were pretrained on the task of image classification. We then use these features to train a variety of anomaly detection models and show that this improves results compared to convolutional autoencoders in recordings of four different factory machines in noisy environments. Moreover, we find that features extracted from ResNet based networks yield better results than those from AlexNet and Squeezenet. In our setting, Gaussian Mixture Models and One-Class Support Vector Machines achieve the best anomaly detection performance.
+{% cite muller2020acoustic %}
+
+![Workflow](\assets\figures\9_image_transfer_sound_workflow.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2021-03-03-Water_Networks.md b/_posts/research/2021-03-03-Water_Networks.md
new file mode 100644
index 00000000..cf239f4f
--- /dev/null
+++ b/_posts/research/2021-03-03-Water_Networks.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Acoustic Leak Detection"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Anomalie based Leak Detection in Water Networks"
+header:
+  teaser: assets/figures/10_water_networks_teaser.jpg
+---
+
+![Leak-Mels](\assets\figures\10_water_networks_mel.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+In industrial applications, the early detection of malfunctioning factory machinery is crucial. In this paper, we consider acoustic malfunction detection via transfer learning. Contrary to the majority of current approaches which are based on deep autoencoders, we propose to extract features using neural networks that were pretrained on the task of image classification. We then use these features to train a variety of anomaly detection models and show that this improves results compared to convolutional autoencoders in recordings of four different factory machines in noisy environments. Moreover, we find that features extracted from ResNet based networks yield better results than those from AlexNet and Squeezenet. In our setting, Gaussian Mixture Models and One-Class Support Vector Machines achieve the best anomaly detection performance.
+{% cite muller2021acoustic %}
+
+![Approach](\assets\figures\10_water_networks_approach.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2021-03-04-Recurrent_Primate_Classification.md b/_posts/research/2021-03-04-Recurrent_Primate_Classification.md
new file mode 100644
index 00000000..4164b80e
--- /dev/null
+++ b/_posts/research/2021-03-04-Recurrent_Primate_Classification.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Primate Vocalization Classification"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "A Deep and Recurrent Architecture"
+header:
+  teaser: assets/figures/11_recurrent_primate_workflow.jpg
+---
+
+![Leak-Mels](\assets\figures\11_recurrent_primate_workflow.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+Wildlife monitoring is an essential part of most conservation efforts where one of the many building blocks is acoustic monitoring. Acoustic monitoring has the advantage of being noninvasive and applicable in areas of high vegetation. In this work, we present a deep and recurrent architecture for the classification of primate vocalizations that is based upon well proven modules such as bidirectional Long Short-Term Memory neural networks, pooling, normalized softmax and focal loss. Additionally, we apply Bayesian optimization to obtain a suitable set of hyperparameters. We test our approach on a recently published dataset of primate vocalizations that were recorded in an African wildlife sanctuary.
+{% cite muller2021deep %}
+
+![Approach](\assets\figures\11_recurrent_primate_results.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2021-03-05-Vision_Transformer.md b/_posts/research/2021-03-05-Vision_Transformer.md
new file mode 100644
index 00000000..24aeae6e
--- /dev/null
+++ b/_posts/research/2021-03-05-Vision_Transformer.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Mel-Vision Transformer"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Attention based audio classification on Mel-Spektrograms"
+header:
+  teaser: assets/figures/12_vision_transformer_teaser.jpg
+---
+
+![Leak-Mels](\assets\figures\12_vision_transformer_data.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+We apply the vision transformer, a deep machine learning model build around the attention mechanism, on mel-spectrogram representations of raw audio recordings. When adding mel-based data augmentation techniques and sample-weighting, we achieve comparable performance on both (PRS and CCS challenge) tasks of ComParE21, outperforming most single model baselines. We further introduce overlapping vertical patching and evaluate the influence of parameter configurations.
+{% cite illium2021visual %}
+
+![Approach](\assets\figures\12_vision_transformer_models.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2021-03-06-SR_Goals.md b/_posts/research/2021-03-06-SR_Goals.md
new file mode 100644
index 00000000..c2d0383f
--- /dev/null
+++ b/_posts/research/2021-03-06-SR_Goals.md
@@ -0,0 +1,13 @@
+---
+layout: single
+title:  "Self-Replication Goals"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Combining replication and auxiliary task for neural networks."
+header:
+  teaser: assets/figures/13_sr_teaser.jpg
+---
+
+![Self-Replicator Analysis](\assets\figures\13_sr_analysis.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+Self-replicating neural networks can be trained to output a representation of themselves, making them navigate towards non-trivial fixpoints in their weight space. We explore the problem of adding a secondary functionality to the primary task of replication. We find a successful solution in training the networks with separate input/output vectors for one network trained in both tasks so that the additional task does not hinder (and even stabilizes) the self-replication task. Furthermore, we observe the interaction of our goal-networks in an artificial chemistry environment. We examine the influence of different action parameters on the population and their effects on the group’s learning capability. Lastly we show the possibility of safely guiding the whole group to goal-fulfilling weight configurations via the inclusion of one specially-developed guiding particle that is able to propagate a secondary task to its peers.
+{% cite gabor2021goals %}
diff --git a/_posts/research/2022-05-09-AD_in_RL.md b/_posts/research/2022-05-09-AD_in_RL.md
new file mode 100644
index 00000000..895fdeda
--- /dev/null
+++ b/_posts/research/2022-05-09-AD_in_RL.md
@@ -0,0 +1,13 @@
+---
+layout: single
+title:  "Anomaly Detection in RL"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Towards Anomaly Detection in Reinforcement Learning"
+header:
+  teaser: assets/figures/14_ad_rl_teaser.jpg
+---
+
+![Formal Definition](\assets\figures\14_ad_rl.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+Identifying datapoints that substantially differ from normality is the task of anomaly detection (AD). While AD has gained widespread attention in rich data domains such as images, videos, audio and text, it has has been studied less frequently in the context of reinforcement learning (RL). This is due to the additional layer of complexity that RL introduces through sequential decision making. Developing suitable anomaly detectors for RL is of particular importance in safety-critical scenarios where acting on anomalous data could result in hazardous situations. In this work, we address the question of what AD means in the context of RL. We found that current research trains and evaluates on overly simplistic and unrealistic scenarios which reduce to classic pattern recognition tasks. We link AD in RL to various fields in RL such as lifelong RL and generalization. We discuss their similarities, differences, and how the fields can benefit from each other. Moreover, we identify non-stationarity to be one of the key drivers for future research on AD in RL and make a first step towards a more formal treatment of the problem by framing it in terms of the recently introduced block contextual Markov decision process. Finally, we define a list of practical desiderata for future problems.
+{% cite muller2022towards %}
diff --git a/_posts/research/2022-08-01-SR_journal.md b/_posts/research/2022-08-01-SR_journal.md
new file mode 100644
index 00000000..32874673
--- /dev/null
+++ b/_posts/research/2022-08-01-SR_journal.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Self-Replication in NNs"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Elaboration and journal article of the initial paper"
+header:
+  teaser: assets/figures/15_sr_journal_teaser.jpg
+---
+
+![Children Evolution](\assets\figures\15_sr_journal_children.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+A key element of biological structures is self-replication. Neural networks are the prime structure used for the emergent construction of complex behavior in computers. We analyze how various network types lend themselves to self-replication. Backpropagation turns out to be the natural way to navigate the space of network weights and allows non-trivial self-replicators to arise naturally. We perform an in-depth analysis to show the self-replicators’ robustness to noise. We then introduce artificial chemistry environments consisting of several neural networks and examine their emergent behavior. In extension to this works previous version (Gabor et al., 2019), we provide an extensive analysis of the occurrence of fixpoint weight configurations within the weight space and an approximation of their respective attractor basins.
+{% cite gabor2022self %}
+
+![Noise Levels](\assets\figures\15_noise_levels.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2022-12-01-organism_networks.md b/_posts/research/2022-12-01-organism_networks.md
new file mode 100644
index 00000000..6fc74a3f
--- /dev/null
+++ b/_posts/research/2022-12-01-organism_networks.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title:  "Organism Networks"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Constructing ON from Collaborative Self-Replicators"
+header:
+  teaser: assets/figures/16_on_teaser.jpg
+---
+
+![Organism Network Architecture](\assets\figures\16_on_architecture.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+A key element of biological structures is self-replication. Neural networks are the prime structure used for the emergent construction of complex behavior in computers. We analyze how various network types lend themselves to self-replication. Backpropagation turns out to be the natural way to navigate the space of network weights and allows non-trivial self-replicators to arise naturally. We perform an in-depth analysis to show the self-replicators’ robustness to noise. We then introduce artificial chemistry environments consisting of several neural networks and examine their emergent behavior. In extension to this works previous version (Gabor et al., 2019), we provide an extensive analysis of the occurrence of fixpoint weight configurations within the weight space and an approximation of their respective attractor basins.
+{% cite illium2022constructing %}
+
+![Dropout](\assets\figures\16_on_dropout.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2023-02-24-voronoi_patches.md b/_posts/research/2023-02-24-voronoi_patches.md
new file mode 100644
index 00000000..e7fb3ec9
--- /dev/null
+++ b/_posts/research/2023-02-24-voronoi_patches.md
@@ -0,0 +1,17 @@
+---
+layout: single
+title:  "Voronoi Patches"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Evaluating A New Data Augmentation Method"
+header:
+  teaser: assets/figures/17_vp_teaser.jpg
+---
+
+![Organism Network Architecture](\assets\figures\17_vp_lion.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+Overfitting is a problem in Convolutional Neural Networks (CNN) that causes poor generalization of models on unseen data. To remediate this problem, many new and diverse data augmentation methods (DA) have been proposed to supplement or generate more training data, and thereby increase its quality. In this work, we propose a new data augmentation algorithm: VoronoiPatches (VP). We primarily utilize non-linear recombination of information within an image, fragmenting and occluding small information patches. Unlike other DA methods, VP uses small convex polygon-shaped patches in a random layout to transport information around within an image. Sudden transitions created between patches and the original image can, optionally, be smoothed. In our experiments, VP outperformed current DA methods regarding model variance and overfitting tendencies. We demonstrate data augmentation utilizing non-linear re-combination of information within images, and non-orthogonal shapes and structures improves CNN model robustness on unseen data.
+{% cite illium2022voronoipatches %}
+
+:trophy: This paper won the conference's [Best Poster Award](https://icaart.scitevents.org/PreviousAwards.aspx?y=2024#2023), which is a special honor. :trophy:
+
+![Dropout](\assets\figures\17_vp_results.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/research/2023-05-01-surprised_soup.md b/_posts/research/2023-05-01-surprised_soup.md
new file mode 100644
index 00000000..3d79ae97
--- /dev/null
+++ b/_posts/research/2023-05-01-surprised_soup.md
@@ -0,0 +1,16 @@
+---
+layout: single
+title:  "Social NN-Soup"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Social interaction based on surprise minimization"
+header:
+  teaser: assets/figures/18_surprised_soup_teaser.jpg
+---
+
+![Social Soup Schematics](\assets\figures\18_surprised_soup_schematic.jpg){: .align-right style="padding:2em; width:20em"}
+
+A recent branch of research in artificial life has constructed artificial chemistry systems whose particles are dynamic neural networks. These particles can be applied to each other and show a tendency towards self-replication of their weight values. We define new interactions for said particles that allow them to recognize one another and learn predictors for each other’s behavior. For instance, each particle minimizes its surprise when observing another particle’s behavior. Given a special catalyst particle to exert evolutionary selection pressure on the soup of particles, these ‘social’ interactions are sufficient to produce emergent behavior similar to the stability pattern previously only achieved via explicit self-replication training.
+{% cite zorn23surprise %}
+
+![Soup Trajectories](\assets\figures\18_surprised_soup_trajec.jpg){:style="display:block; margin-left:auto; margin-right:auto;"}
+
diff --git a/_posts/research/2023-06-25-binary_primates.md b/_posts/research/2023-06-25-binary_primates.md
new file mode 100644
index 00000000..aee73d4e
--- /dev/null
+++ b/_posts/research/2023-06-25-binary_primates.md
@@ -0,0 +1,17 @@
+---
+layout: single
+title:  "Binary Presorting"
+categories: research audio deep-learning anomalie-detection 
+excerpt: "Improving Primate Sounds Classification"
+header:
+  teaser: assets/figures/19_binary_primates_teaser.jpg
+---
+
+![Multiclass Training Pipeline](\assets\figures\19_binary_primates_pipeline.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+In the field of wildlife observation and conservation, approaches involving machine learning on audio recordings are becoming increasingly popular. Unfortunately, available datasets from this field of research are often not optimal learning material; Samples can be weakly labeled, of different lengths or come with a poor signal-to-noise ratio. In this work, we introduce a generalized approach that first relabels subsegments of MEL spectrogram representations, to achieve higher performances on the actual multi-class classification tasks. For both the binary pre-sorting and the classification, we make use of convolutional neural networks (CNN) and various data-augmentation techniques. We showcase the results of this approach on the challenging ComparE 2021 dataset, with the task of classifying between different primate species sounds, and report significantly higher Accuracy and UAR scores in contrast to comparatively equipped model baselines.
+{% cite koelle23primate %}
+
+![Thresholding](\assets\figures\19_binary_primates_thresholding.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
+
+![Thresholding](\assets\figures\19_binary_primates_results.jpg){:style="display:block; margin-left:auto; margin-right:auto"}
diff --git a/_posts/teaching/2018-02-15-computer_achitecture.md b/_posts/teaching/2018-02-15-computer_achitecture.md
index 128a5e93..a6c94b21 100644
--- a/_posts/teaching/2018-02-15-computer_achitecture.md
+++ b/_posts/teaching/2018-02-15-computer_achitecture.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "Computer Architecture TA"
 categories: teaching
 excerpt: "TA & Coordinator, LMU Computer Architecture course."
@@ -49,3 +50,37 @@ The course provided students with a comprehensive introduction to the fundamenta
   </div>
   <div style="clear: both;"></div>
 </div>
+=======
+title:  "Lecture: Computer Architectures"
+categories: teaching
+excerpt: "Assisting to manage a lecture about the technical foundations of computer science."
+header:
+  teaser: assets/images/teaching/computer_gear.png
+---
+
+![logo](\assets\images\teaching\computer_gear.png){: .align-left style="padding:0.1em; width:5em"}In the semesters listed below, my job was to assist in organiszing this bachelors lecture of about 600 students.
+We had a team of 10-12 tutors that were employed to balance the workload.
+Also, we created each weeks graded exercise sheets as well as the written exam and organized it.
+
+### Contents
+<div class="table-right">
+
+| [Summer semester 2019](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/rechnerarchitektur-sose19/)| [Summer semester 2018](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/rechnerarchitektur-sose18/)|
+
+</div>This lecture provided an introduction to the technical foundations of computer science and the architecture of computers.
+Topics introduced in the lecture include representation of information in computers, classical components of a computer, arithmetic in computers, logical design of computers, switching circuits, representation of memory contents, primary and secondary memories, input and output, and pipelining.
+More concrete:
+
+- Representation as bits: (numbers, text, images, audio, video, programs).
+- Storage and Transfer of data, error detection and correction
+- Boolean algebra
+- Processing of data: circuit design, switching networks
+- Number representation and arithmetic
+- Switching functions, switching networks, switching plants
+- Von Neumann model
+- Machine model
+- Machine and assembly language programming
+- Introduction to Quantum Computing
+
+This lecture was held by Prof. Dr. Linnhoff-Popien titled "Rechnerarchitektur" at [https://www.mobile.ifi.lmu.de/](LMU).
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2018-10-15-IOT.md b/_posts/teaching/2018-10-15-IOT.md
index e5496824..bc95c46b 100644
--- a/_posts/teaching/2018-10-15-IOT.md
+++ b/_posts/teaching/2018-10-15-IOT.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "IoT Practical Exercise"
 categories: teaching
 tags: teaching iot mqtt python influxdb distributed-systems practical-course
@@ -58,4 +59,23 @@ The exercise aimed to solidify theoretical concepts discussed in the main lectur
   This practical work provided direct experience related to the broader lecture themes of IoT connectivity, data handling, and application development.
   </div>
   <div style="clear: both;"></div>
-</div>
\ No newline at end of file
+</div>
+=======
+title:  "IOT: Devices & Connectivity"
+categories: teaching
+tags: teaching iot
+excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."
+header:
+  teaser: assets/images/teaching/server.png
+---
+
+![logo](\assets\images\teaching\server.png){: .align-left style="padding:0.1em; width:5em"}
+In the context of the lecture [Internet of Things (IoT)](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/iot-ws1819/), my task was to come up with a practical exercise which could be implemented in the scope of 1-2 classes. We went with a typical [MQQT](https://mqtt.org/) based communication approach, which incooperated an [InfluxDB](https://www.influxdata.com/) backend, while simulating some high frequency sensors.
+The task was to implement this all from scratch in [Python](https://www.python.org/), which was tought in seperate [lecture](/teaching/python).
+![IOT Influx Pipeline](\assets\figures\iot_inflex_pipeline.png){:style="display:block; margin-left:auto; margin-right:auto; padding: 2em;"}
+This practical course was held in front of about 200 students in winter 2018.
+
+### Contents
+
+The general topics of the lecture included: **1)** Arduino and Raspberry Pi, **2)** Wearables and ubiquitous computing, **3)** Metaheuristics for optimization problems, **4)** Edge/fog/cloud computing and storage, **5)** Scalable algorithms and approaches, **6)** Spatial data mining, **7)** Information retrieval and mining, **8)** Blockchain and digital consensus, **9)** Combinatorial optimization in practice, **10)** Predictive maintenance systems, **11)** Smart IoT applications, **12)** Cyber security & **13)** Web of Things
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2018-10-30-Python.md b/_posts/teaching/2018-10-30-Python.md
index 3dc8c153..317f0fe2 100644
--- a/_posts/teaching/2018-10-30-Python.md
+++ b/_posts/teaching/2018-10-30-Python.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "Python 101 Course"
 categories: teaching
 tags: teaching python programming introductory-course curriculum-development
@@ -41,4 +42,20 @@ The course structure balanced theoretical instruction with hands-on practical co
   The focus was on providing the essential toolkit for tackling subsequent IoT-related programming tasks.
   </div>
   <div style="clear: both;"></div>
-</div>
\ No newline at end of file
+</div>
+=======
+title:  "Lecture: Python 101"
+categories: teaching
+tags: teaching coding 
+excerpt: "Teaching the basics of python."
+header:
+  teaser: assets/images/teaching/py.png
+---
+
+![logo](\assets\images\teaching\py.png){: .align-left style="padding:0.1em; width:5em"}
+The "Python 101"-Lecture was held within the context of the [IOT](/teaching/IOT/) lecture, held in winter semester 2018.
+Over the course of four classes, we tought an extensive introduction to the [`Python`](https://www.python.org/) programming language.
+Not only was the cource slides developed by me and my collegue, we also shared the lectures in front of about 200 students.
+
+There was also a practical part of the course, which allowed students to the practical acquisition of programming skills in the `Python` programming language.
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2019-10-15-operating_systems.md b/_posts/teaching/2019-10-15-operating_systems.md
index 63f60250..31a85a87 100644
--- a/_posts/teaching/2019-10-15-operating_systems.md
+++ b/_posts/teaching/2019-10-15-operating_systems.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "Operating Systems TA"
 categories: teaching
 excerpt: "TA & Coordinator, Operating Systems lecture (~350 students), system programming."
@@ -46,4 +47,32 @@ The lecture built upon the foundations laid in [Computer Architecture](/teaching
   <div style="clear: both;"></div>
 </div>
 
-  Practical exercises emphasized concurrent programming using Java Threads.
\ No newline at end of file
+  Practical exercises emphasized concurrent programming using Java Threads.
+=======
+title:  "Lecture: Operating Systems"
+categories: teaching 
+excerpt: "Teaching the inner working of bits and bytes."
+header:
+  teaser: assets/images/teaching/computer_os.png
+---
+
+![logo](\assets\images\teaching\computer_os.png){: .align-left style="padding:0.1em; width:5em"}In the semesters listed below, my job was to assist in organiszing this bachelors lecture of about 300-400 students.
+We had a team of 10-12 tutors that were employed to balance the workload.
+Also, we created each weeks graded exercise sheets as well as the written exam and organized it.
+
+### Content
+
+<div class="table-right">
+
+| [Winter semester 2019](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/bs-ws1920/)|
+| [Summer semester 2018](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/bs-ws1819/)|
+
+</div>The lecture `Operating Systems` was a continuation of the lecture [`Computer Architecture`](teaching/computer_achitecture/) held in the summer semester.
+The focus of the lecture lay on presenting the concepts of system programming.
+This included the programming of the operating system and of service programs such as editors, compilers and interpreters.
+The lecture provided an overview of the main tasks and problem around operating system, with particular emphasis on the areas of synchronization, process communication, kernel and memory management.
+Java (in particular the Thread API) was used to teach the practical implementation of the concepts introduced in the lecture in the practical exercises.
+At the end of the lecture, the architecture of distributed systems, cross-computer communication and remote procedure calls was discussed, also.
+
+This lecture was held by Prof. Dr. Linnhoff-Popien titled `Betriebssysteme` at [LMU](https://www.mobile.ifi.lmu.de/).
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2020-04-15-IOS.md b/_posts/teaching/2020-04-15-IOS.md
index c95e3bb2..7f3a5f77 100644
--- a/_posts/teaching/2020-04-15-IOS.md
+++ b/_posts/teaching/2020-04-15-IOS.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "iOS App Development"
 categories: teaching
 tags: teaching ios swift mobile-development app-development agile teamwork
@@ -48,4 +49,33 @@ A significant emphasis was placed not only on technical implementation but also
   Students progressed from guided exercises to independent team-based project realization.
   </div>
   <div style="clear: both;"></div>
-</div>
\ No newline at end of file
+</div>
+=======
+title:  "IOS - Mobile App Developement"
+categories: teaching
+tags:  app developement
+excerpt: "Teaching to plan and develope distributed mobile apps for IOS as a team."
+header:
+  teaser: assets/images/teaching/ios.png
+---
+
+![logo](\assets\images\teaching\ios.png){: .align-left style="padding:0.1em; width:5em"}
+One semester and with the experience in [andropid app developement](teaching/android), I stepped in to support my collegue in teaching mobile app developement at LMU.
+The lab was divided into two phases:
+**1)** In the introductory phase, the theoretical basics were taught in a weekly preliminary meeting, in addition to practical timeslots.
+**2)** During the project phase, students then worked independently in groups on their own projects.
+There were individual appointments with the project groups to discuss the respective status of the project work.
+
+Specifically, the practical course provided an introduction to programming for the Apple iOS operating system.
+The focus was on programming with Swift and an introduction to specific concepts of programming on mobile devices.
+
+### Content
+
+- Client-Server Architecture
+- Usage of wireless lokal networks (Wifi / Bluetooth)
+- GPS and outdoor positioning
+- Teamwork and planning of timed projects
+- Agile feature developement and tools
+
+IOS app developement was tought as `Praktikum Mobile und Verteilte Systeme (MSP)`
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2022-10-15-android.md b/_posts/teaching/2022-10-15-android.md
index c0f55b4a..cc8b5139 100644
--- a/_posts/teaching/2022-10-15-android.md
+++ b/_posts/teaching/2022-10-15-android.md
@@ -1,5 +1,6 @@
 ---
 layout: single
+<<<<<<< HEAD
 title: "MSP Android Course"
 categories: teaching
 tags: teaching android java kotlin mobile-development app-development agile teamwork
@@ -55,4 +56,44 @@ Emphasis was placed on applying software engineering best practices within the c
   </ul>
   </div>
   <div style="clear: both;"></div>
-</div>
\ No newline at end of file
+</div>
+=======
+title:  "Android - Mobile App Developement"
+categories: teaching 
+tags: app developement  
+excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."
+header:
+  teaser: assets/images/teaching/android.png
+---
+
+![logo](\assets\images\teaching\android.png){: .align-left style="padding:0.1em; width:5em"}
+Over the course of several semesters me and my collegues tought mobile app developement at [LMU](https://www.mobile.ifi.lmu.de/).
+The lab was divided into two phases:
+**1)** In the introductory phase, the theoretical basics were taught in a weekly preliminary meeting, in addition to practical timeslots.
+**2)** During the project phase, students then worked independently in groups on their own projects.
+There were individual appointments with the project groups to discuss the respective status of the project work.
+
+### Content
+
+<div class="table-right">
+
+| Summer semester | Winter semester |
+|       ---       |       ---       |
+| [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-sose22/) | [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-ws2223/)|
+| [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-sose21/) | [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-ws2122/)|
+| [2020](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-sose20/) | [2020](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-ws2021/)|
+| [2019](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/msp-sose19/)                                    | [2019](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/praktikum-mobile-und-verteilte-systeme-ws1920/)|
+|                                                   ---                                                    | [2018](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/msp-ws1819/)|
+
+</div>
+- Developement of Android-Apps
+- Client-Server Architecture
+- Usage of wireless lokal networks (Wifi / Bluetooth)
+- GPS and outdoor positioning
+- Teamwork and planning of timed projects
+- Agile feature developement and tools
+
+&nbsp;
+
+This course was held as `Praktikum Mobile und Verteilte Systeme (MSP)`
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/_posts/teaching/2023-05-01-seminar-TIMS.md b/_posts/teaching/2023-05-01-seminar-TIMS.md
new file mode 100644
index 00000000..8eadc27e
--- /dev/null
+++ b/_posts/teaching/2023-05-01-seminar-TIMS.md
@@ -0,0 +1,26 @@
+---
+layout: single
+title:  "Seminar: TIMS"
+categories: teaching
+excerpt: "Teaching bachelor students how to work scientifically and how to do research as a team."
+header:
+  teaser: assets/images/teaching/thesis.png
+---
+
+![logo](\assets\images\teaching\thesis.png){: .align-left style="padding:0.1em; width:5em"}
+This seminar deals with selected topics from the field of mobile and distributed systems, in particular from the main research areas of the chair. In recent semesters, this has led to a focus on topics from the field of machine learning and quantum computing.
+
+### Content
+
+<div class="align-right">
+
+| Summer semester | Winter semester |
+|       ---       |       ---       |
+| [2023](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-trends-in-mobilen-und-verteilten-systemen-sose23/)| --- |
+| [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-trends-in-mobilen-und-verteilten-systemen-sose22/)| [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-ws2122-2/) |
+| [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-trends-in-mobilen-und-verteilten-systemen-sose21/)| [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-ws2122-2/) |
+| --- |[2020](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-trends-in-mobilen-und-verteilten-systemen-wise2021/)|
+
+</div>One aim of the seminar is also to learn and practise scientific working techniques. To this end, a course on presentation and working techniques is offered during the semester and supplemented by individual presentation coaching/feedback.
+
+The final grade for the seminar is based on the quality of the academic work, the presentation and active participation in the seminars.
diff --git a/_posts/teaching/2023-05-01-seminar-VTIMS.md b/_posts/teaching/2023-05-01-seminar-VTIMS.md
new file mode 100644
index 00000000..f833a78d
--- /dev/null
+++ b/_posts/teaching/2023-05-01-seminar-VTIMS.md
@@ -0,0 +1,26 @@
+---
+layout: single
+title:  "Seminar: VTIMS"
+categories: teaching 
+excerpt: "Teaching master students how to work scientifically and how to do research as a team."
+header:
+  teaser: assets/images/teaching/thesis_master.png
+---
+
+![logo](\assets\images\teaching\thesis_master.png){: .align-left style="padding:0.1em; width:5em"}
+This seminar deals with selected topics from the field of mobile and distributed systems, in particular from the main research topics of the chair.
+In recent semesters, this has led to a focus on topics from the field of machine learning and quantum computing.
+
+### Content
+<div class="table-right">
+
+| Summer semester | Winter semester |
+|       ---       |       ---       |
+| [2023](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-sose23/)| --- |
+| [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-sose22/)| [2022](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-ws2223/) |
+| [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-sose21/)| [2021](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-ws2122/) |
+| --- |[2020](https://www.mobile.ifi.lmu.de/lehrveranstaltungen/seminar-vertiefte-themen-in-mobilen-und-verteilten-systemen-ws2021/)|
+
+</div>One aim of the seminar is also to learn and practise scientific working techniques. To this end, a course on presentation and working techniques is offered during the semester and supplemented by individual presentation coaching/feedback.
+
+The final grade for the seminar is based on the quality of the academic work, the presentation and active participation in the seminars.
diff --git a/assets/images/_headshot.jpg b/assets/images/_headshot.jpg
new file mode 100644
index 00000000..d5497ac2
Binary files /dev/null and b/assets/images/_headshot.jpg differ
diff --git a/assets/images/headshot.jpg b/assets/images/headshot.jpg
new file mode 100644
index 00000000..4ba84853
Binary files /dev/null and b/assets/images/headshot.jpg differ
diff --git a/assets/images/projects/dw_wide.webp b/assets/images/projects/dw_wide.webp
new file mode 100644
index 00000000..f0241622
Binary files /dev/null and b/assets/images/projects/dw_wide.webp differ
diff --git a/blog.md b/blog.md
index 80e309ba..c47b6ac6 100644
--- a/blog.md
+++ b/blog.md
@@ -1,4 +1,10 @@
 ---
+<<<<<<< HEAD
+=======
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 title: "Blog"
 permalink: /blog/
 layout: category
diff --git a/cv.md b/cv.md
new file mode 100644
index 00000000..603ad493
--- /dev/null
+++ b/cv.md
@@ -0,0 +1,9 @@
+---
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+layout: single
+author_profile: true
+title: "Curriculum vitae"
+permalink: /cv
+---
\ No newline at end of file
diff --git a/index.md b/index.md
index e9641272..4db52446 100644
--- a/index.md
+++ b/index.md
@@ -1,4 +1,5 @@
 ---
+<<<<<<< HEAD
 layout: home
 author_profile: true
 canonical_url: "https://steffenillium.de"
@@ -18,4 +19,45 @@ This portfolio offers a detailed overview of my academic background, professiona
   <img src="/assets/images/photo/azores.jpg" alt="Stormy coastline of the Azores featuring pink flowers on green grass in the foreground.">
 </figure>
 
-Explore the sections detailing my [research](/research), [teaching](/teaching) experience, key [projects](/projects), and [publications](/publications) to gain deeper insights into my work. You can navigate through the site using the top menu for detailed information on specific areas.
\ No newline at end of file
+Explore the sections detailing my [research](/research), [teaching](/teaching) experience, key [projects](/projects), and [publications](/publications) to gain deeper insights into my work. You can navigate through the site using the top menu for detailed information on specific areas.
+=======
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+layout: single
+author_profile: true
+title: "about me"
+canonical_url: "https://steffenillium.de"
+permalink: "/"
+
+---
+
+Hey, glad you found me!
+
+This web page is intended to provide an overview of my current professional life as a doctoral student at the Ludwig Maximilian's University, Munich ([LMU Munich](https://www.lmu.de)).  So, let's get right to the point!
+
+Being at a university means being a teacher in classes, an advisor in practical classes, a speaker, or an organizer in lectures. On the respective pages, you can learn more about my [teaching](teaching) and my [research](research) topics.
+
+Working on projects on behalf of or with partners from industry was another task. Here I learned about audio signal processing and the training of deep neural networks in the context of sequences and image data. In my final year, I was given the opportunity to study multi-agent reinforcement learning in the context of safety and emergent phenomena in fused industrial environments.
+
+Together with my personal interests, this formed the basis for the [publications](publications) we were fortunate enough to work on.
+
+Over the course of my time, my colleagues and I came to work on what were called '*hobbies*', which led me to being the head organizer of a small [open-source conference](https://openmunich.eu).
+Soon thereafter, I took over the editorial office of our [online magazine](https://digitaleweltmagazin.de/). I was fortunate to have the opportunity to work in positionsI had never imagined.
+
+<!-- <figure class="third">
+  <img src="/assets/images/photo/bike.jpg">
+
+  <img src="/assets/images/photo/vulkan_wave.jpg">
+
+  <img src="/assets/images/photo/azores.jpg">
+
+  <img src="/assets/images/photo/sundown.jpg">
+
+  <img src="/assets/images/photo/soft_coral.jpg">
+
+  <img src="/assets/images/photo/natural_pool.jpg">
+</figure> -->
+
+Thank you for coming here :wave:
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/nginx_default.conf b/nginx_default.conf
index 7680e079..a52d0df2 100644
--- a/nginx_default.conf
+++ b/nginx_default.conf
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
 # Map to check if client is capable of handling webp
 map $http_accept $webp_suffix {
     default   "";
@@ -58,4 +59,29 @@ server {
     gzip on;
     gzip_comp_level 4;
     gzip_types text/html text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
+=======
+server {
+    listen       80;
+    listen  [::]:80;
+    server_name  localhost;
+
+    #access_log  /var/log/nginx/host.access.log  main;
+
+    location / {
+        root   /usr/share/nginx/html;
+        index  index.html index.htm;
+    }
+
+    error_page  404              /404.html;
+    location = /404.html {
+        root   /usr/share/nginx/html;
+    }
+
+    # redirect server error pages to the static page /50x.html
+    #
+    #error_page   500 502 503 504  /50x.html;
+    #location = /50x.html {
+    #    root   /usr/share/nginx/html;
+    #}
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 }
\ No newline at end of file
diff --git a/projects.md b/projects.md
index 2baf156e..a59d4d14 100644
--- a/projects.md
+++ b/projects.md
@@ -1,5 +1,12 @@
 ---
+<<<<<<< HEAD
 title: "Projects"
+=======
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+title: "projects"
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 permalink: /projects/
 layout: category
 taxonomy: projects
@@ -7,6 +14,7 @@ author_profile: true
 entries_layout: list
 ---
 
+<<<<<<< HEAD
 This section details key projects undertaken during my tenure as a Research Assistant and PhD candidate at the [Chair for Mobile and Distributed Systems](http://www.mobile.ifi.lmu.de/), LMU Munich (2018-2024), as well as subsequent engagements.
 
 My involvement spanned a diverse range of initiatives, encompassing foundational research, applied projects in collaboration with industry partners such as Stadtwerke MĂźnchen (SWM) and the Fraunhofer Institute for Cognitive Systems (IKS), and significant contributions to academic community organization and outreach. Across these projects, I assumed various responsibilities, including researcher, technical lead, project communicator, conference organizer, and editorial lead.
@@ -15,4 +23,13 @@ The following list provides an overview of these varied engagements, highlightin
 
 ## List of Projects
 
----
\ No newline at end of file
+---
+=======
+Here you will find an overview of the projects I worked on at the [mobile and distributed systems chair](http://www.mobile.ifi.lmu.de/).
+I had multiple roles within my time, such as technician, researcher, project communicator, conference organizer, and editor-in-chief.
+Therefore, this list consists of a mix of real industrial projects (in cooperation with SWA and Fraunhofer) and what we call “hobbies” within the chair's reach.
+
+## List of Projects
+
+---
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
diff --git a/publications.md b/publications.md
index 7bef71d8..bf3ba90c 100644
--- a/publications.md
+++ b/publications.md
@@ -1,4 +1,5 @@
 ---
+<<<<<<< HEAD
 title: "Publications"
 permalink: /publications/
 layout: single
@@ -18,6 +19,22 @@ Key areas of investigation reflected in my publications include:
 The publications listed below represent significant outputs from my doctoral studies at LMU Munich and ongoing research activities, contributing to both foundational knowledge and practical solutions.
 
 For a comprehensive and continuously updated list of my publications, please visit my profile on <a href="{{ page.scholar_link }}" target="_blank" rel="noopener noreferrer">Google Scholar</a>.
+=======
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+layout: single
+author_profile: true
+title: "publications"
+permalink: /publications/
+---
+
+This is a list of scientific papers to which I have contributed or which were based on my research and ideas.
+Due to my interest in the general principles of deep learning and neural networks, the topics range from deep dives into the inner workings to real-world applications of neural networks.
+Certainly, the latter were influenced by the [projects](/projects) I was involved in and working on.
+Moreover, my colleagues and I were full of excitement, pursuing rather exotic concepts.
+Please see for yourself. :hugs:
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
  
 ---
 
@@ -39,9 +56,12 @@ For a comprehensive and continuously updated list of my publications, please vis
     <a href="https://www.mobile.ifi.lmu.de/team/steffen-illium/" style="vertical-align:middle">
     <img src="/assets/images/research/lmu.png" style="margin-bottom: 0em;">LMU</a>
 
+<<<<<<< HEAD
     <a href="https://www.semanticscholar.org/author/Steffen-Illium/51893497" style="vertical-align:middle">
     <img src="/assets/images/research/semschol.png" style="margin-bottom: 0em;">Semantic</a>
 
+=======
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
     </figure>
 </center>
 
diff --git a/research.md b/research.md
index a0955a06..3f9d84a6 100644
--- a/research.md
+++ b/research.md
@@ -1,4 +1,10 @@
 ---
+<<<<<<< HEAD
+=======
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 #layout: single
 title: "research"
 permalink: /research/
@@ -8,7 +14,12 @@ author_profile: true
 entries_layout: grid
 ---
 
+<<<<<<< HEAD
 Here you'll find a curated overview of the papers where I have played a pivotal role, either as the first author or as a contributing author further down the authorship line. My involvement has spanned a variety of activities, from conceptualizing the initial ideas and developing machine learning models, to providing support and insights to my colleagues, or rigorously reviewing and refining the work.
+=======
+Here you'll find an overview over the papers in which I am listed either as first author or was involved in the process and listed down the line.
+This ranges from the developing the initial idea, to implementing and tuning machine learning models to help my coleagues or simply discussing and checking on a piece of work.
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 
 ## List of Papers
 
diff --git a/teaching.md b/teaching.md
index b48de8f4..027ad864 100644
--- a/teaching.md
+++ b/teaching.md
@@ -9,9 +9,15 @@ taxonomy: teaching
 author_profile: true
 entries_layout: list
 ---
+<<<<<<< HEAD
 As a doctoral student, embracing the role of an educator brought me great joy, whether it was mentoring undergraduate and graduate students on their theses, assisting in the organization of larger lectures, or leading practical seminars and courses. Below is a list of subjects where I contributed either as an assistant or as the main instructor. 
 
 For a detailed list of thesis topics I have supervised, please visit my [LMU profile page](https://www.mobile.ifi.lmu.de/team/steffen-illium/).
 
+=======
+Being a doctoral student, I was happy to also assume a teaching role, either as a mentor for undergraduate and graduate students' theses, an assistant for arranging larger lectures, or as a facilitator for practical seminars and courses.
+Below, you'll find a list of subjects in which I played an assisting or leading role.
+A comprehensive listing of past thesis topics can be accessed on my [LMU profile page](https://www.mobile.ifi.lmu.de/team/steffen-illium/).
+>>>>>>> d0fa738f (rebase from mnml mistakes source)
 
 ---