diff --git a/_config.yml b/_config.yml index 479b9ee27945..abf100f04692 100644 --- a/_config.yml +++ b/_config.yml @@ -16,16 +16,16 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt" # Site Settings locale : "en-US" -title : "Site Title" +title : "Welcome to Xin PENG's Homepage" title_separator : "-" -subtitle : # site tagline that appears below site title in masthead -name : "Your Name" +subtitle : "Device Design and Fabrication of IGBTs & FRDs" +name : "xinpeng-ust" description : "An amazing website." -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://xinpeng-ust.github.io/" # e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" -repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" +repository : xinpeng-ust/xinpeng-ust.github.io # e.g. "mmistakes/minimal-mistakes" teaser : # 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" +logo : "/assets/images/Favicon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 @@ -112,18 +112,18 @@ analytics: # Site Author author: - name : "Your Name" + name : "Mr. Xin PENG" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" - email : + bio : "ECE Depart. HKUST" + location : "Room 3112A, Academic Building, HKUST" + email : "xpengaj@connect.ust.hk" links: - label: "Email" icon: "fas fa-fw fa-envelope-square" - # url: "mailto:your.name@email.com" - - label: "Website" + # url: "xpengaj@connect.ust.hk" + - label: "Research Group" icon: "fas fa-fw fa-link" - # url: "https://your-website.com" + # url: "https://eesin.home.ece.ust.hk/" - label: "Twitter" icon: "fab fa-fw fa-twitter-square" # url: "https://twitter.com/" @@ -132,7 +132,7 @@ author: # url: "https://facebook.com/" - label: "GitHub" icon: "fab fa-fw fa-github" - # url: "https://github.com/" + # url: "https://github.com/xinpeng-ust/xinpeng-ust.github.io" - label: "Instagram" icon: "fab fa-fw fa-instagram" # url: "https://instagram.com/" diff --git a/assets/Figures b/assets/Figures new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/assets/Figures @@ -0,0 +1 @@ + diff --git a/assets/Pictures b/assets/Pictures new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/assets/Pictures @@ -0,0 +1 @@ + diff --git "a/assets/\350\223\235\345\272\225\347\205\247\347\211\207.jpg" "b/assets/\350\223\235\345\272\225\347\205\247\347\211\207.jpg" new file mode 100644 index 000000000000..eac8d0c53052 Binary files /dev/null and "b/assets/\350\223\235\345\272\225\347\205\247\347\211\207.jpg" differ diff --git a/docs/Gemfile b/docs/Gemfile deleted file mode 100644 index bd95289ce62f..000000000000 --- a/docs/Gemfile +++ /dev/null @@ -1,19 +0,0 @@ -source "https://rubygems.org" - -gem "github-pages", group: :jekyll_plugins -gem "minimal-mistakes-jekyll", path: ".." -gem "rake" - -gem "tzinfo-data" -gem "wdm", "~> 0.1.0" if Gem.win_platform? - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-paginate" - gem "jekyll-sitemap" - gem "jekyll-gist" - gem "jekyll-feed" - gem "jemoji" - gem "jekyll-include-cache" - gem "jekyll-algolia" -end diff --git a/docs/Rakefile b/docs/Rakefile deleted file mode 100644 index 1236de9f6c3e..000000000000 --- a/docs/Rakefile +++ /dev/null @@ -1,5 +0,0 @@ -task :default => %i[build] - -task :build do - sh 'jekyll build --profile --trace --config _config.yml,_config.dev.yml' -end diff --git a/docs/_config.dev.yml b/docs/_config.dev.yml deleted file mode 100644 index deceee89b697..000000000000 --- a/docs/_config.dev.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Develop override settings - -theme: minimal-mistakes-jekyll -remote_theme: null -url: http://localhost:4000 - -analytics: - provider: false - -comments: - disqus: - shortname : "mmistakes-dev" - -sass: - style: expanded diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 2266a9047012..000000000000 --- a/docs/_config.yml +++ /dev/null @@ -1,332 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your entire site, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# `jekyll serve`. If you change this file, please restart the server process. - -remote_theme : "mmistakes/minimal-mistakes@master" - -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" - -# Site Settings -locale : "en-US" -title : "Minimal Mistakes" -title_separator : "-" -subtitle : "A Jekyll theme" -name : &name "Michael Rose" # &name is a YAML anchor which can be *referenced later -description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic." -url : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog" -repository : "mmistakes/minimal-mistakes" -teaser : # 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 : # overrides the website title displayed in the masthead, use " " for no title -# breadcrumbs : false # true, false (default) -words_per_minute : 200 -enable_copy_code_button : true -comments: - provider : "false" # false (default), "disqus", "discourse", "facebook", "staticman_v2", "staticman", "utterances", "giscus", "custom" - disqus: - shortname : - discourse: - server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org - facebook: - # https://developers.facebook.com/docs/plugins/comments - appid : - num_posts : # 5 (default) - colorscheme : # "light" (default), "dark" - utterances: - theme : # "github-light" (default), "github-dark" - issue_term : # "pathname" (default) - giscus: - repo_id : # Shown during giscus setup at https://giscus.app - category_name : # Full text name of the category - category_id : # Shown during giscus setup at https://giscus.app - discussion_term : # "pathname" (default), "url", "title", "og:title" - reactions_enabled : # '1' for enabled (default), '0' for disabled - theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme" -reCaptcha: - siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q" - secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=" - -atom_feed: - path : # blank (default) uses feed.xml - -search : true # true, false (default) -search_full_content : true # true, false (default) -search_provider : algolia # lunr (default), algolia -algolia: - application_id : QB6HVGBSBA # YOUR_APPLICATION_ID - index_name : minimal_mistakes # YOUR_INDEX_NAME - search_only_api_key : 9d5014e5bbc77372547bce778dfa5663 # YOUR_SEARCH_ONLY_API_KEY - powered_by : true # true (default), false - files_to_exclude: - - _posts/2017-11-28-post-exclude-search.md - -# SEO Related -google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Replace this with your ID, or delete -bing_site_verification : -naver_site_verification : -yandex_site_verification : -baidu_site_verification : - -# Social Sharing -twitter: - username : &twitter "mmistakes" -facebook: - username : &facebook "michaelrose" - app_id : - publisher : -og_image : "/assets/images/site-logo.png" # Open Graph/Twitter default site image -# For specifying social profiles, used in _includes/seo.html -# - https://developers.google.com/structured-data/customize/social-profiles -social: - type : # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name - links: # An array of links to social media profiles - - "https://twitter.com/mmistakes" - - "https://www.facebook.com/michaelrose" - -# Analytics -analytics: - provider : "google-universal" # false (default), "google", "google-universal", "google-gtag", "custom" - google: - tracking_id : "UA-2011187-3" # Replace this with your ID, or delete - anonymize_ip : true - - -# Site Author -author: - name : *name # *name is a YAML reference pointing to the &anchor earlier - avatar : "/assets/images/michael-rose.jpg" - bio : "Just another *boring*, *tattooed*, *time traveling*, *designer*." - location : "Buffalo, NY" - links: - - label: "Made Mistakes" - icon: "fas fa-fw fa-link" - url: "https://mademistakes.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/mmistakes" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/mmistakes" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/mmistakes" - - -# Site Footer -footer: - links: - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/mmistakes" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/mmistakes" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/mmistakes" - - -# Reading Files -include: - - .htaccess - - _pages -exclude: - - "*.sublime-project" - - "*.sublime-workspace" - - vendor - - .asset-cache - - .bundle - - .jekyll-assets-cache - - .sass-cache - - assets/js/plugins - - assets/js/_main.js - - assets/js/vendor - - Capfile - - CHANGELOG - - config - - Gemfile - - Gruntfile.js - - gulpfile.js - - LICENSE - - log - - node_modules - - package.json - - Rakefile - - README - - tmp -keep_files: - - .git - - .svn -encoding: "utf-8" -markdown_ext: "markdown,mkdown,mkdn,mkd,md" - - -# Conversion -markdown: kramdown -highlighter: rouge -lsi: false -excerpt_separator: "\n\n" -incremental: false - - -# Markdown Processing -kramdown: - input: GFM - hard_wrap: false - auto_ids: true - footnote_nr: 1 - entity_output: as_char - toc_levels: 1..6 - smart_quotes: lsquo,rsquo,ldquo,rdquo - enable_coderay: false - - -# Collections -collections: - docs: - output: true - permalink: /:collection/:path/ - recipes: - output: true - permalink: /:collection/:path/ - pets: - output: true - permalink: /:collection/:path/ - portfolio: - output: true - permalink: /:collection/:path/ - - -# Defaults -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true - # _pages - - scope: - path: "_pages" - type: pages - values: - layout: single - author_profile: true - # _docs - - scope: - path: "" - type: docs - values: - layout: single - read_time: false - author_profile: false - share: false - comments: false - toc_sticky: true - sidebar: - nav: "docs" - # _recipes - - scope: - path: "" - type: recipes - values: - layout: single - author_profile: true - share: true - comments: true - # _pets - - scope: - path: "" - type: pets - values: - layout: single - author_profile: true - share: true - comment: true - # _portfolio - - scope: - path: "" - type: portfolio - values: - layout: single - author_profile: false - share: true - - -# Sass/SCSS -sass: - sass_dir: _sass - style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style - - -# Outputting -permalink: /:categories/:title/ -# paginate: 5 # amount of posts to show -# paginate_path: /page:num/ -timezone: America/New_York # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - - -# Plugins (previously gems:) -plugins: - - jekyll-paginate - - jekyll-sitemap - - jekyll-gist - - jekyll-feed - - jemoji - - jekyll-include-cache - -# mimic GitHub Pages with --safe -whitelist: - - jekyll-paginate - - jekyll-sitemap - - jekyll-gist - - jekyll-feed - - jemoji - - jekyll-include-cache - - -# Archives -# Type -# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) -# - Jekyll Archives plugin archive pages ~> type: jekyll-archives -# Path (examples) -# - Archive page should exist at path when using Liquid method or you can -# expect broken links (especially with breadcrumbs enabled) -# - /tags/my-awesome-tag/index.html ~> path: /tags/ -# - /categories/my-awesome-category/index.html ~> path: /categories/ -# - /my-awesome-category/index.html ~> path: / -category_archive: - type: liquid - path: /categories/ -tag_archive: - type: liquid - path: /tags/ -# https://github.com/jekyll/jekyll-archives -# jekyll-archives: -# enabled: -# - categories -# - tags -# layouts: -# category: archive-taxonomy -# tag: archive-taxonomy -# permalinks: -# category: /categories/:name/ -# tag: /tags/:name/ - - -# HTML Compression -# - http://jch.penibelst.de/ -compress_html: - clippings: all - ignore: - envs: development diff --git a/docs/_data/authors.yml b/docs/_data/authors.yml deleted file mode 100644 index 256ee1fe1812..000000000000 --- a/docs/_data/authors.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Authors - -Billy Rick: - name : "Billy Rick" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "/assets/images/bio-photo-2.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:billyrick@rick.com" - - label: "Website" - icon: "fas fa-fw fa-link" - url: "https://thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/extravagantman" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - bio : "I ordered what?" - avatar : "/assets/images/bio-photo.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:cornelius@thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/rhymeswithsackit" \ No newline at end of file diff --git a/docs/_data/comments/chocolate-chip-cookies/comment-1473870213530.yml b/docs/_data/comments/chocolate-chip-cookies/comment-1473870213530.yml deleted file mode 100644 index 7eeb3fc09b07..000000000000 --- a/docs/_data/comments/chocolate-chip-cookies/comment-1473870213530.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: Cooooookies! Yum! (Thanks for this awesome them.. and... recipe..) -name: Markus -email: f6f9be6ae6e174661ea7c87a520ffef8 -url: 'http://www.markusgiesen.com' -hidden: '' -date: '2016-09-14T16:23:32.840Z' diff --git a/docs/_data/comments/chocolate-chip-cookies/comment-1478213467992.yml b/docs/_data/comments/chocolate-chip-cookies/comment-1478213467992.yml deleted file mode 100644 index c4865ca48a51..000000000000 --- a/docs/_data/comments/chocolate-chip-cookies/comment-1478213467992.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "DELETE ME\r\n\r\njust trying out the comment system" -name: Donald Duck -email: cfedc848417c6ed0ce1eed35e741b26e -url: 'http://disney.com' -hidden: '' -date: '2016-11-03T22:51:07.174Z' diff --git a/docs/_data/comments/chocolate-chip-cookies/comment-1500181304581.yml b/docs/_data/comments/chocolate-chip-cookies/comment-1500181304581.yml deleted file mode 100644 index 5fafd7f98ccf..000000000000 --- a/docs/_data/comments/chocolate-chip-cookies/comment-1500181304581.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: dcd6d950-69e3-11e7-8901-815fa61174ff -message: >- - I'm exploring this theme. Apparently replies are not supported on this theme - (yet). Am I correct? -name: Harry -email: 58dfe5ef6aaf9bf9af5a0b17b52e6168 -url: 'http://www.deepfriedbrainproject.com' -hidden: '' -date: '2017-07-16T05:01:44.574Z' diff --git a/docs/_data/comments/chocolate-chip-cookies/comment-1500214855350.yml b/docs/_data/comments/chocolate-chip-cookies/comment-1500214855350.yml deleted file mode 100644 index 1873595a3648..000000000000 --- a/docs/_data/comments/chocolate-chip-cookies/comment-1500214855350.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: faa63db0-6a31-11e7-8901-815fa61174ff -message: >- - @Harry - That's correct. See [this issue on - GitHub](https://github.com/mmistakes/minimal-mistakes/issues/803) for more - context as to why replies aren't added yet. -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-07-16T14:20:55.348Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1479508047505.yml b/docs/_data/comments/gemified-theme-beta/comment-1479508047505.yml deleted file mode 100644 index 61feff3c3631..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1479508047505.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: wonderful theme! -name: burner -email: 7327e2b38683d37634ada1dfa1d9f6e7 -url: '' -hidden: '' -date: '2016-11-18T22:27:26.851Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1480591890264.yml b/docs/_data/comments/gemified-theme-beta/comment-1480591890264.yml deleted file mode 100644 index a55579653101..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1480591890264.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: b3f80ef0-b7b9-11e6-9b81-0bc3350a75b6 -message: Awesome.... -name: Joko -email: e173d909aa244a3fbf81908da947ff94 -url: '' -hidden: '' -date: '2016-12-01T11:31:30.231Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1482532165381.yml b/docs/_data/comments/gemified-theme-beta/comment-1482532165381.yml deleted file mode 100644 index 504c782167bd..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1482532165381.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: 4218daa0-c95f-11e6-b347-77ada084d3be -message: Agreed -name: Bob -email: d73914c0f3c7350b9fbc0790e1fc0412 -url: '' -hidden: '' -date: '2016-12-23T22:29:25.380Z' -data: '2016-12-23T22:29:25.380Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1483456786593.yml b/docs/_data/comments/gemified-theme-beta/comment-1483456786593.yml deleted file mode 100644 index cee4ee313e2e..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1483456786593.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 0ef265d0-d1c8-11e6-b0a9-efc179b06d97 -message: "Got a little problem here,\r\n\r\nIf I'm using Github pages, should I delete those Theme files?\r\n\r\nbecause after I `bundle update`, they didn't generated as expected, or I've misunderstanding.\r\n\r\nOr, I should follow the instruction in Installation:\r\n> To maintain a local Jekyll environment in sync with GitHub Pages replace the gem \"jekyll\" line with gem \"github-pages\", group: :jekyll_plugins and run the following:\r\n\r\nThanks : )" -name: Specialvict -email: e568a82db250c5130842f4fa42d5cacf -url: 'https://oaleeapp.info' -hidden: '' -date: '2017-01-03T15:19:46.590Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1483457152038.yml b/docs/_data/comments/gemified-theme-beta/comment-1483457152038.yml deleted file mode 100644 index 9ffd50d899b2..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1483457152038.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: e91c28e0-d1c8-11e6-b0a9-efc179b06d97 -message: "@Specialvict - follow [these instructions](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#github-pages-compatible-method) in the docs. The theme gem install instructions don't apply to you since GitHub Pages doesn't support 3rd party gem themes yet.\r\n\r\nYou need to install the old way of forking the theme files." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-01-03T15:25:52.037Z' diff --git a/docs/_data/comments/gemified-theme-beta/comment-1519412839827.yml b/docs/_data/comments/gemified-theme-beta/comment-1519412839827.yml deleted file mode 100644 index 68e67cc3f995..000000000000 --- a/docs/_data/comments/gemified-theme-beta/comment-1519412839827.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: c4c722a0-18cc-11e8-81e7-ad1d9008e648 -message: great theme! -name: vern -email: a6f5c444240028e515acd8e8808cd130 -url: '' -hidden: '' -date: '2018-02-23T19:07:19.827Z' diff --git a/docs/_data/comments/layout-comments/comment-1470944006665.yml b/docs/_data/comments/layout-comments/comment-1470944006665.yml deleted file mode 100644 index fd4e1a7996b6..000000000000 --- a/docs/_data/comments/layout-comments/comment-1470944006665.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "![Bill Murray](http://www.fillmurray.com/400/300)\r\n\r\n“It's hard to be an artist. It's hard to be anything. It's hard to be.”" -name: Bill Murray -email: b0caa2a71f5066b3d90711c224578c21 -url: '' -hidden: '' -date: '2016-08-11T19:33:25.928Z' diff --git a/docs/_data/comments/layout-comments/comment-1470944162041.yml b/docs/_data/comments/layout-comments/comment-1470944162041.yml deleted file mode 100644 index fb9b55e3380e..000000000000 --- a/docs/_data/comments/layout-comments/comment-1470944162041.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "> “I never had seen Seinfeld, and they said, ‘Oh, it’s the last episode.’ And I said, ‘Oh, I’ll watch Seinfeld.’ And it was terrible.”\r\n>\r\n> *— From a 2014 interview with Howard Stern*" -name: Anonymous -email: 8c7e898f1b570760f834ecc03edf6b35 -url: '' -hidden: '' -date: '2016-08-11T19:36:01.033Z' diff --git a/docs/_data/comments/layout-comments/comment-1472308473018.yml b/docs/_data/comments/layout-comments/comment-1472308473018.yml deleted file mode 100644 index 52f7d6e6cd8b..000000000000 --- a/docs/_data/comments/layout-comments/comment-1472308473018.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: test -name: test -email: c028c75814332d38e088e43a252b7092 -url: '' -hidden: '' -date: '2016-08-27T14:34:32.281Z' diff --git a/docs/_data/comments/layout-comments/comment-1514406795156.yml b/docs/_data/comments/layout-comments/comment-1514406795156.yml deleted file mode 100644 index 2370d9edd156..000000000000 --- a/docs/_data/comments/layout-comments/comment-1514406795156.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: 29e7b010-eb45-11e7-a44f-935f90061bb7 -message: >- - I am not able to figure out the staticman v2 comments. Please help. Even after - updating the end points also its throws me a message that there is an error - with submission -name: Krishna -email: 72e637576fd8729a323d648719daf631 -url: '' -hidden: '' -date: '2017-12-27T20:33:15.155Z' diff --git a/docs/_data/comments/layout-comments/comment-1514407115153.yml b/docs/_data/comments/layout-comments/comment-1514407115153.yml deleted file mode 100644 index 61a56ff4d27b..000000000000 --- a/docs/_data/comments/layout-comments/comment-1514407115153.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: e8aa5fc0-eb45-11e7-a44f-935f90061bb7 -message: "Please open issue on GitHub and provide a link to a public repo.\r\n\r\n" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-12-27T20:38:35.152Z' -timestamp: 1514407115 diff --git a/docs/_data/comments/layout-comments/comment-1538482988032.yml b/docs/_data/comments/layout-comments/comment-1538482988032.yml deleted file mode 100644 index ba1536249c74..000000000000 --- a/docs/_data/comments/layout-comments/comment-1538482988032.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: eb2fc040-c63d-11e8-a3e5-1590186c2f0d -message: >- - Took a while to get commenting working for me, but got it in the end. I used - the layout for the comments here on my own site. Very clean. -name: Bobby -email: 2f9024d5ac2e697176aab289c8c7ab76 -url: '' -hidden: '' -date: '2018-10-02T12:23:08.031Z' diff --git a/docs/_data/comments/layout-header-image-horizontal/comment-1483124729757.yml b/docs/_data/comments/layout-header-image-horizontal/comment-1483124729757.yml deleted file mode 100644 index 501190128d6f..000000000000 --- a/docs/_data/comments/layout-header-image-horizontal/comment-1483124729757.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: edfee0e0-cec2-11e6-9fec-f15f86beaa6c -message: "How do I add a header image to the minimal mistakes theme? It's given in documentation to add a YAML front matter. But it's not given where to add it? \r\nHeader documentation" -name: shivam mitra -email: 38e378dc28daa978e5e7296723b3a65c -url: 'https://codophobia.github.io/' -hidden: '' -date: '2016-12-30T19:05:29.755Z' diff --git a/docs/_data/comments/layout-header-image-horizontal/comment-1483128389943.yml b/docs/_data/comments/layout-header-image-horizontal/comment-1483128389943.yml deleted file mode 100644 index 660c407956a8..000000000000 --- a/docs/_data/comments/layout-header-image-horizontal/comment-1483128389943.yml +++ /dev/null @@ -1,11 +0,0 @@ -_id: 73977ed0-cecb-11e6-9fec-f15f86beaa6c -message: >- - You add it to the YAML Front Matter of the post or page you want the header - on. It's not globally assigned. If you want the same header on every page you - could set it with [front matter - defaults](https://jekyllrb.com/docs/configuration/#front-matter-defaults). -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-12-30T20:06:29.940Z' diff --git a/docs/_data/comments/layout-header-image-text-readability/comment-1474306861206.yml b/docs/_data/comments/layout-header-image-text-readability/comment-1474306861206.yml deleted file mode 100644 index 0191bbb76a66..000000000000 --- a/docs/_data/comments/layout-header-image-text-readability/comment-1474306861206.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: Test message -name: Artur -email: 1cbebf1e64617de54d7858ffc6d96935 -url: '' -hidden: '' -date: '2016-09-19T17:41:00.416Z' diff --git a/docs/_data/comments/layout-header-image-text-readability/comment-1479253931238.yml b/docs/_data/comments/layout-header-image-text-readability/comment-1479253931238.yml deleted file mode 100644 index 130aa6e3db91..000000000000 --- a/docs/_data/comments/layout-header-image-text-readability/comment-1479253931238.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: 'Cool, now how do I make a splash page my default home page?' -name: Brett -email: 374ca0d969bee21fb740b11da4182306 -url: '' -hidden: '' -date: '2016-11-15T23:52:10.556Z' diff --git a/docs/_data/comments/layout-header-image-text-readability/comment-1479265677846.yml b/docs/_data/comments/layout-header-image-text-readability/comment-1479265677846.yml deleted file mode 100644 index b485f1532579..000000000000 --- a/docs/_data/comments/layout-header-image-text-readability/comment-1479265677846.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "Simple. Save it in your site root folder as `index.md` or you can also save it in `_pages` folder with whatever name you want and set `permalink: /` in its YAML Front Matter.\r\n\r\nIf you want to see an example check [`_pages/home.md`](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/home.md) used for this demo site." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-11-16T03:07:57.173Z' diff --git a/docs/_data/comments/layout-header-overlay-image/comment-1512840683260.yml b/docs/_data/comments/layout-header-overlay-image/comment-1512840683260.yml deleted file mode 100644 index 7a2e2f5bb875..000000000000 --- a/docs/_data/comments/layout-header-overlay-image/comment-1512840683260.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: c6489fc0-dd06-11e7-be15-a3469e549c00 -message: >- - Have you think about adding an "height"-limit feature to the tos, allowing - users to use very heigh images, and not struggling with custom CSS and - classes?:-) -name: Tobias Nordahl Kristensen -email: 86a84379052b26c55c912dc27ddd8647 -url: '' -hidden: '' -date: '2017-12-09T17:31:23.259Z' diff --git a/docs/_data/comments/layout-header-overlay-image/comment-1513110608614.yml b/docs/_data/comments/layout-header-overlay-image/comment-1513110608614.yml deleted file mode 100644 index 969b7b00db72..000000000000 --- a/docs/_data/comments/layout-header-overlay-image/comment-1513110608614.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: 3db51ae0-df7b-11e7-8cc2-7d7640aa7c35 -message: >- - Sorry for the noob question but what is the proper way to increase the image - containers height? -name: Marc -email: 23569aaeded782b63941771dc067ca28 -url: '' -hidden: '' -date: '2017-12-12T20:30:08.613Z' -timestamp: 1513110608 diff --git a/docs/_data/comments/layout-header-overlay-image/comment-1513111329875.yml b/docs/_data/comments/layout-header-overlay-image/comment-1513111329875.yml deleted file mode 100644 index 76e6718575d6..000000000000 --- a/docs/_data/comments/layout-header-overlay-image/comment-1513111329875.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: ec74b620-df7c-11e7-8cc2-7d7640aa7c35 -message: "@Marc - you can set a height via CSS on `.page__hero--overlay`. It currently stretches to fit the text content inside of it, but if you want to make it taller just add something like `height: 500px;`.\r\n\r\nThis styling is in [`_sass/_page.scss`](https://github.com/mmistakes/minimal-mistakes/blob/4.8.0/_sass/minimal-mistakes/_page.scss#L136-L147).\r\n\r\nFor further context check [issue #542](https://github.com/mmistakes/minimal-mistakes/issues/542) on GitHub... probably a better place to ask/leave questions than the comments here." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-12-12T20:42:09.874Z' -timestamp: 1513111329 diff --git a/docs/_data/comments/layout-header-overlay-image/comment-1513111563922.yml b/docs/_data/comments/layout-header-overlay-image/comment-1513111563922.yml deleted file mode 100644 index 58906f4aeb6c..000000000000 --- a/docs/_data/comments/layout-header-overlay-image/comment-1513111563922.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: 77e56d80-df7d-11e7-8cc2-7d7640aa7c35 -message: "@Tobias - No, I have not thought about that. In general I'm not a fan of setting max-heights or widths as they fall apart in a responsive world. What might be 500px high on desktop could be smaller or larger on mobile (and everywhere in between).\r\n\r\nJavaScript could probably be used to determine some of that, but in this case I don't really see the benefit by adding more complexity." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-12-12T20:46:03.921Z' -timestamp: 1513111563 diff --git a/docs/_data/comments/layout-related-posts/comment-1500183131535.yml b/docs/_data/comments/layout-related-posts/comment-1500183131535.yml deleted file mode 100644 index 2fbc3550dcb1..000000000000 --- a/docs/_data/comments/layout-related-posts/comment-1500183131535.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 1dda62b0-69e8-11e7-8901-815fa61174ff -message: I don't see any related posts here. -name: Harry -email: 58dfe5ef6aaf9bf9af5a0b17b52e6168 -url: 'http://www.deepfriedbrainproject.com' -hidden: '' -date: '2017-07-16T05:32:11.534Z' diff --git a/docs/_data/comments/layout-related-posts/comment-1500214974083.yml b/docs/_data/comments/layout-related-posts/comment-1500214974083.yml deleted file mode 100644 index 80035e29c12b..000000000000 --- a/docs/_data/comments/layout-related-posts/comment-1500214974083.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: 417a69a0-6a32-11e7-8901-815fa61174ff -message: >- - @Harry It's a bug in how Jekyll handles related posts. See this [pull request - on GitHub](https://github.com/mmistakes/minimal-mistakes/pull/978) for the - fix. I haven't merged it yet for a variety of reasons. -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-07-16T14:22:54.082Z' diff --git a/docs/_data/comments/layout-sidebar-custom/comment-1519247076880.yml b/docs/_data/comments/layout-sidebar-custom/comment-1519247076880.yml deleted file mode 100644 index 05d8a4c46e12..000000000000 --- a/docs/_data/comments/layout-sidebar-custom/comment-1519247076880.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: d262cff0-174a-11e8-b61b-7b344215416b -message: "Hey. I'm a newbie to github pages and jekyll, but I am liking the setup and loving your theme!\r\n\r\nI have an image that I want to add to the sidebar, but it is a little bit too big. Is there some way I can resize the image in the sidebar YAML Front Matter without needing another copy of it in github? I know I could resize it myself if I was adding it to the body of the text, but I can't find a way to do it in the YAML Front Matter.\r\nThx" -name: Brynjar Smári -email: 07e1d805e3e0472d0d7762ac8f7b2496 -url: 'https://binnisb.github.io' -hidden: '' -date: '2018-02-21T21:04:36.879Z' -approved: false -title: Comment diff --git a/docs/_data/comments/layout-sidebar-custom/comment-1519247290410.yml b/docs/_data/comments/layout-sidebar-custom/comment-1519247290410.yml deleted file mode 100644 index b783105b4264..000000000000 --- a/docs/_data/comments/layout-sidebar-custom/comment-1519247290410.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 51aa9540-174b-11e8-b61b-7b344215416b -message: "No there isn't a native way of doing this. The theme and Jekyll core have no ability to transform your assets.\r\n\r\nYou'll need to manually do it, use a task runner like Gulp or Grunt, or a Jekyll plugin to resize the image for you." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2018-02-21T21:08:10.409Z' -approved: false -title: Comment diff --git a/docs/_data/comments/layout-sidebar-custom/comment-1520748170396.yml b/docs/_data/comments/layout-sidebar-custom/comment-1520748170396.yml deleted file mode 100644 index 64b724acbb51..000000000000 --- a/docs/_data/comments/layout-sidebar-custom/comment-1520748170396.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: d3bbd220-24f1-11e8-af65-d13c8029700e -message: "Hello Rose,\r\nCan you please add a feature for adding a custom sidebar on right hand side or let me know if it already exits or how can I implement it ? \r\nThanks" -name: Vipin Kumar -email: eeafc03a07852a239754fb68cca903b3 -url: '' -hidden: '' -date: '2018-03-11T06:02:50.395Z' diff --git a/docs/_data/comments/layout-sidebar-nav-list/comment-1492811460488.yml b/docs/_data/comments/layout-sidebar-nav-list/comment-1492811460488.yml deleted file mode 100644 index 53ed228c1f74..000000000000 --- a/docs/_data/comments/layout-sidebar-nav-list/comment-1492811460488.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: 9b722860-26dc-11e7-ba90-7b0064600583 -message: >- - Is there a way to have a sidebar link jump to a particular part of the current - page? I have a long post that I want to let a viewer jump to different parts - without creating separate pages. -name: Josh -email: b1d267b408432e054759f6b16d4ff24b -url: 'https://stregerdev.github.io' -hidden: '' -date: '2017-04-21T21:51:00.487Z' diff --git a/docs/_data/comments/layout-sidebar-nav-list/comment-1492812977693.yml b/docs/_data/comments/layout-sidebar-nav-list/comment-1492812977693.yml deleted file mode 100644 index eff3c6cf276d..000000000000 --- a/docs/_data/comments/layout-sidebar-nav-list/comment-1492812977693.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 23c51da0-26e0-11e7-ba90-7b0064600583 -message: "@Josh Kramdown auto creates id's on all of your page headlines in a post which you could use for this purpose. If you look at the source on [this page](https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/) you'll see what I mean. For example the first heading named **Header one**:\r\n\r\n```html\r\n

Header one

\r\n```\r\n\r\nIf you added `url: \"#header-one\"` to your sidebar nav YAML it would jump to that anchor because of what is set on the `id` attribute.\r\n\r\nYou can also insert your own anchors with `` and target the same way... `#whatever-you-want`.\r\n\r\nThere's also several JavaScript solutions out there to things like this too." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-04-21T22:16:17.691Z' diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1512118683486.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1512118683486.yml deleted file mode 100644 index dc86d9e4676a..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1512118683486.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: bc6cbcd0-d675-11e7-920e-d53b2bdd726d -message: >- - it would be nice if the table of content was sticky so it scrolls down with - the user to ease navigation -name: jean -email: c569662e2d1490cd1d090450d8b5babc -url: '' -hidden: '' -date: '2017-12-01T08:58:03.485Z' diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1520683848241.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1520683848241.yml deleted file mode 100644 index a7bc03073500..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1520683848241.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 10db9fa0-245c-11e8-8f62-99e42cdc233b -message: >- - +1 to jean. If only we can have toc in sidebar navigation so it sticks to the - page end. -name: Albus -email: b2162ec2c865decb4c337acee7694a4c -url: '' -hidden: '' -date: '2018-03-10T12:10:48.240Z' diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1527082094887.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1527082094887.yml deleted file mode 100644 index 6abdc7c033a2..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1527082094887.yml +++ /dev/null @@ -1,10 +0,0 @@ -_id: 254049d0-5e8d-11e8-bff3-cf20643057a6 -message: "+1 to jean. \r\nFurthermore, for posts with no table to contents, it would be great to have a \"sticky\" post-specific sidebar with CTAs (like different 'shares' for the post - Twitter, Linkedin, FB, etc., #comments, post categories, post tags and subscribe - RSS, newsletter). \r\nHere is an example of such sidebar, despite non-sticky: https://www.feld.com/archives/2018/05/misty-ii-teardown.html\r\nAnd here is another example (with less CTAs, and also non-sticky): https://www.gatesnotes.com/Books/Leonardo-da-Vinci" -name: Mora -email: aead23df2f7cf50789a29b3d9b5a6d5f -url: '' -hidden: '' -date: '2018-05-23T13:28:14.886Z' -timestamp: 1527082094 -tags: - - comment-subscription diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1527500055863.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1527500055863.yml deleted file mode 100644 index b15a5cc9a564..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1527500055863.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 497911d0-625a-11e8-afe5-3feaa7bb1d43 -message: >- - Making a sticky TOC sidebar is quite easy. I have made a separate [blog - post](https://shaharkadmiel.github.io/Sticky-TOC-Sidebar/) about it. -name: Shahar Shani-Kadmiel -email: 2dd06215bf688e5bacc62f90b15105fc -url: 'https://shaharkadmiel.github.io' -hidden: '' -date: '2018-05-28T09:34:15.862Z' diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1527690060032.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1527690060032.yml deleted file mode 100644 index 90c4e0f341a4..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1527690060032.yml +++ /dev/null @@ -1,11 +0,0 @@ -_id: acc930b0-6414-11e8-85f3-dd0128460d26 -message: >- - Shahars's sticky sidebar is great on firefox, but doesn't work on Safari. I - haven't tested other browsers. -name: Matthew Dorey -email: 69b0700825ff5bf5df1d9d2d6582cc5e -url: 'https://mattischrome.com' -hidden: '' -date: '2018-05-30T14:21:00.032Z' -tags: [] -timestamp: 1527690060 diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1527690281769.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1527690281769.yml deleted file mode 100644 index 340e74ba5a75..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1527690281769.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 30e73630-6415-11e8-85f3-dd0128460d26 -message: "@Matthew - that's likely due to vendor prefixes missing from the CSS. `position: sticky` isn't enough for webkit browsers like Safari.\r\n\r\n```css\r\nposition: sticky;\r\nposition: -webkit-sticky;\r\nposition: -moz-sticky;\r\nposition: -ms-sticky;\r\nposition: -o-sticky;\r\n```" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2018-05-30T14:24:41.768Z' -tags: [] -timestamp: 1527690281 diff --git a/docs/_data/comments/layout-table-of-contents-post/comment-1540422628114.yml b/docs/_data/comments/layout-table-of-contents-post/comment-1540422628114.yml deleted file mode 100644 index bd230f9e1304..000000000000 --- a/docs/_data/comments/layout-table-of-contents-post/comment-1540422628114.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: feba5d40-d7e1-11e8-a9f1-05b1ca7b5c0d -message: >- - @Shahar not sure if this was added later but you can define toc_sticky: true - in the yaml. -name: Jair G -email: a39a2b0f5ac5fe0ebd38ac9950ab81b8 -url: '' -hidden: '' -date: '2018-10-24T23:10:28.113Z' diff --git a/docs/_data/comments/markup-image-alignment/comment-1534823211504.yml b/docs/_data/comments/markup-image-alignment/comment-1534823211504.yml deleted file mode 100644 index dd3092040c09..000000000000 --- a/docs/_data/comments/markup-image-alignment/comment-1534823211504.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: d66726e0-a4f4-11e8-9f86-137f5085ada7 -message: "Hey man,\r\nI still feel I haven't conquered the usage of your site at times :D \r\nYou have pretty examples here, but is there a better way to see how they are implemented than to look it up on github?" -name: Richard Rich Steinmetz -email: c9b21f5e950c2a1f44b82b3be25c0a22 -url: 'http://datagoodie.com' -hidden: '' -date: '2018-08-21T03:46:51.504Z' diff --git a/docs/_data/comments/markup-more-images/comment-1472040323579.yml b/docs/_data/comments/markup-more-images/comment-1472040323579.yml deleted file mode 100644 index 72c3c4b06f27..000000000000 --- a/docs/_data/comments/markup-more-images/comment-1472040323579.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: test -name: test -email: 01540d5a1cdb4d03edb23805df684762 -url: '' -hidden: '' -date: '2016-08-24T12:05:22.844Z' diff --git a/docs/_data/comments/markup-more-images/comment-1472146638519.yml b/docs/_data/comments/markup-more-images/comment-1472146638519.yml deleted file mode 100644 index 9ddc5fa1ee6b..000000000000 --- a/docs/_data/comments/markup-more-images/comment-1472146638519.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: test -name: ppmeng -email: b9c981f67166172c8804b5f9066a404a -url: '' -hidden: '' -date: '2016-08-25T17:37:17.780Z' diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml deleted file mode 100644 index bc7a53fc3193..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "Here's a test comment with a Markdown code block:\r\n\r\n```scss\r\nh1, h2, h3, h4, h5, h6 {\r\n margin: 2em 0 0.5em;\r\n line-height: 1.2;\r\n font-family: $header-font-family;\r\n font-weight: bold;\r\n}\r\n```" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-12T02:41:04.706Z' diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1478928407894.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1478928407894.yml deleted file mode 100644 index 977e56657638..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1478928407894.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: Is there a way to add custom syntax? -name: Anbu -email: 559d2c680d83bc6246b4483a8d9ad7fa -url: '' -hidden: '' -date: '2016-11-12T05:26:47.184Z' diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml deleted file mode 100644 index 5b28f2addb5a..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 2d426a80-f8e7-11e6-9b83-8d0f1ec5628f -message: >- - It would be great to be able to easily switch between light and dark - highlighting. -name: looeee -email: 08df1cce15065b1b2547889573b76414 -url: '' -hidden: '' -date: '2017-02-22T10:10:46.636Z' diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1505403032256.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1505403032256.yml deleted file mode 100644 index 97b9291458c9..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1505403032256.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: a5095860-9961-11e7-be3c-b52cab09c6a8 -message: The code blocks look lovely ! Is there a way to use dark theme ? -name: Kanha -email: 266c737250ef78d52dee3db901ea9e1d -url: '' -hidden: '' -date: '2017-09-14T15:30:32.254Z' -timestamp: 1505403032 diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1505403241808.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1505403241808.yml deleted file mode 100644 index 37bbbdeba41a..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1505403241808.yml +++ /dev/null @@ -1,8 +0,0 @@ -_id: 21f79d50-9962-11e7-be3c-b52cab09c6a8 -message: "@Kanha - the theme includes skins now and there is a \"dark\" version you can use.\r\n\r\n" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-09-14T15:34:01.807Z' -timestamp: 1505403241 diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1514836962551.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1514836962551.yml deleted file mode 100644 index 8aef4b13b0b5..000000000000 --- a/docs/_data/comments/markup-syntax-highlighting/comment-1514836962551.yml +++ /dev/null @@ -1,11 +0,0 @@ -_id: b9622300-ef2e-11e7-8e1a-f72b5c3fcf79 -message: >- - I'm planning to switch to your theme soon. Is it possible to impose some kind - of maximum-height constraint to fenced code blocks? If I'm posting 200 lines - of code, I'd rather have something like 20 or 30 lines visible with a - scrollbar... -name: MV10 -email: ae371690b3859dd1515ccf3e9ddc2ec8 -url: '' -hidden: '' -date: '2018-01-01T20:02:42.550Z' diff --git a/docs/_data/comments/post-future-date/comment-1472064560364.yml b/docs/_data/comments/post-future-date/comment-1472064560364.yml deleted file mode 100644 index 0b7464ca053e..000000000000 --- a/docs/_data/comments/post-future-date/comment-1472064560364.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: mm -name: mm -email: 9d0057d30e7a5e44f6378ea2c9c11f5d -url: '' -hidden: '' -date: '2016-08-24T18:49:19.649Z' diff --git a/docs/_data/comments/post-future-date/comment-1472786137736.yml b/docs/_data/comments/post-future-date/comment-1472786137736.yml deleted file mode 100644 index ac4bafb8034e..000000000000 --- a/docs/_data/comments/post-future-date/comment-1472786137736.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: This is a tst -name: GnCavalry -email: 5669e6e45ccab46a7384a8c8ab88edd2 -url: '' -hidden: '' -date: '2016-09-02T03:15:37.068Z' diff --git a/docs/_data/comments/post-gallery/comment-1500055247314.yml b/docs/_data/comments/post-gallery/comment-1500055247314.yml deleted file mode 100644 index 1bb21a0eb961..000000000000 --- a/docs/_data/comments/post-gallery/comment-1500055247314.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 5cbffb50-68be-11e7-89b4-79fbd5ed8e2b -message: >- - Can you explain how can I add - this(https://github.com/sachinchoolur/lightGallery) gallery to your theme ? -name: Albus -email: 73823e210b38f5b5fd2d6fba1970fed0 -url: '' -hidden: '' -date: '2017-07-14T18:00:47.312Z' diff --git a/docs/_data/comments/post-gallery/comment-1500056210776.yml b/docs/_data/comments/post-gallery/comment-1500056210776.yml deleted file mode 100644 index 6030270169b6..000000000000 --- a/docs/_data/comments/post-gallery/comment-1500056210776.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 9b21c2a0-68c0-11e7-89b4-79fbd5ed8e2b -message: "@Albus - To start I would follow that repo's instructions. It should be as simple as adding they're JavaScript as instructed. I haven't used that lightbox gallery so don't have experience with it.\r\n\r\nMM ships with [MagnificPopup's lightbox gallery](http://dimsemenov.com/plugins/magnific-popup/) so you might have to rip that out to use lightGallery." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-07-14T18:16:50.776Z' diff --git a/docs/_data/comments/post-modified/comment-1497284119888.yml b/docs/_data/comments/post-modified/comment-1497284119888.yml deleted file mode 100644 index 1bda2ac339bb..000000000000 --- a/docs/_data/comments/post-modified/comment-1497284119888.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 54171710-4f8a-11e7-8049-afd01bcce0e9 -message: "When I initially commented I appear to have clicked \r\nthe -Notify me when new comments are added- checkbox and now each time a comment is added I recieve \r\n4 emails with the same comment. Perhaps there \r\nis a way you are able to remove me from that service? Thank you!" -name: Valentina -email: 67028d1b5ddbe6a540aadbd93816c4b4 -url: '' -hidden: '' -date: '2017-06-12T16:15:19.871Z' diff --git a/docs/_data/comments/post-modified/comment-1497284892766.yml b/docs/_data/comments/post-modified/comment-1497284892766.yml deleted file mode 100644 index 67601e5ea7cd..000000000000 --- a/docs/_data/comments/post-modified/comment-1497284892766.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 20cd7140-4f8c-11e7-8049-afd01bcce0e9 -message: "@Valentina - Perhaps you're thinking of another site? There is no \"notify me when new comments are added\" checkbox.\r\n\r\nThat said I'm pretty sure there is an unsubscribe link in those emails you can click on to remove your email." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-06-12T16:28:12.765Z' diff --git a/docs/_data/comments/post-modified/comment-1520673777110.yml b/docs/_data/comments/post-modified/comment-1520673777110.yml deleted file mode 100644 index a397d9451b67..000000000000 --- a/docs/_data/comments/post-modified/comment-1520673777110.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 9dff9930-2444-11e8-8f62-99e42cdc233b -message: Lol thank you -name: Casimiro Corrales -email: fe98e599bd24fb12fd2f42bb6d77d3a8 -url: '' -hidden: '' -date: '2018-03-10T09:22:57.110Z' diff --git a/docs/_data/comments/post-video-youtube/comment-1506623182288.yml b/docs/_data/comments/post-video-youtube/comment-1506623182288.yml deleted file mode 100644 index f83be25a38c1..000000000000 --- a/docs/_data/comments/post-video-youtube/comment-1506623182288.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 87276200-a47a-11e7-adb3-e700074bdbd8 -message: "Thanks for an awesome theme. I've really enjoyed getting to use it.\r\n\r\nI'm not sure if this is the right place to ask but I'm trying to get a magnific popup working for a youtube iframe.\r\n\r\nNeither the [magnific youtube popup](http://dimsemenov.com/plugins/magnific-popup/) example nor the [code pen example](https://codepen.io/dimsemenov/pen/zjtbr) work for me.\r\n\r\nI added them directly to a markdown page with the javascript wrapped in script tags.\r\n\r\nI've tried adding the javascript as a file using head_scripts too.\r\n\r\nAny help much appreciated!" -name: siva -email: 3a5235fe982bc1289695aa54e7274b51 -url: 'https://www.spiraltaiji.com' -hidden: '' -date: '2017-09-28T18:26:22.283Z' diff --git a/docs/_data/comments/post-video-youtube/comment-1506623710918.yml b/docs/_data/comments/post-video-youtube/comment-1506623710918.yml deleted file mode 100644 index 4befe8af95b2..000000000000 --- a/docs/_data/comments/post-video-youtube/comment-1506623710918.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: c23d9d40-a47b-11e7-adb3-e700074bdbd8 -message: "@siva - I suspect if you open your web browser's web development tools and take a look at the console you'll see some script errors.\r\n\r\njQuery and the Magnific Popup scripts are loaded at the bottom of every page right before the [closing `` tag](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/default.html#L31). You're trying to configure MP in your post which is before the core scripts have a chance to load.\r\n\r\nYou'll need to add your custom scripts after those. Couple of ways you can do that depending on how you're using the theme.\r\n\r\n1. Edit `_layouts/default.html` and place after the scripts.html include.\r\n2. Edit [`_includes/scripts.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/scripts.html) and place after all scripts.\r\n3. Use the new [`footer_scripts` config](https://mmistakes.github.io/minimal-mistakes/docs/javascript/) to add your own custom script." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-09-28T18:35:10.917Z' diff --git a/docs/_data/comments/post-video-youtube/comment-1506632190623.yml b/docs/_data/comments/post-video-youtube/comment-1506632190623.yml deleted file mode 100644 index ff7fae0ebc78..000000000000 --- a/docs/_data/comments/post-video-youtube/comment-1506632190623.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 80879fe0-a48f-11e7-988c-0da33b08c6af -message: "@michael - I went with option 3, adding main.min.js and then my own file to config.yml. Don't know much about javascript, but I've learnt a little now.\r\n\r\nThanks for the quick and detailed response." -name: siva -email: 3a5235fe982bc1289695aa54e7274b51 -url: 'https://www.spiraltaiji.com' -hidden: '' -date: '2017-09-28T20:56:30.614Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1470942205700.yml b/docs/_data/comments/welcome-to-jekyll/comment-1470942205700.yml deleted file mode 100644 index cde7395bdccc..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1470942205700.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "This is a test comment with some **Markdown** sprinkled about for *testing purposes*.\r\n\r\n### Subheading in a comment? Madness!\r\n\r\nNam et risus nec ipsum efficitur facilisis. Aenean tincidunt dapibus odio, eget rutrum urna lacinia non. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas." -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-11T19:03:24.929Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1470942247755.yml b/docs/_data/comments/welcome-to-jekyll/comment-1470942247755.yml deleted file mode 100644 index 8bc479edeaaf..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1470942247755.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: '"How much wood would a woodchuck chuck if a woodchuck could chuck wood?"' -name: Jackalope -email: cba827e665ae179e1d1ae007a6c3c1ab -url: '' -hidden: '' -date: '2016-08-11T19:04:06.958Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1470942265819.yml b/docs/_data/comments/welcome-to-jekyll/comment-1470942265819.yml deleted file mode 100644 index 58c506a970f6..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1470942265819.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: '"How much wood would a woodchuck chuck if a woodchuck could chuck wood?"' -name: Jackalope Duplicate -email: cba827e665ae179e1d1ae007a6c3c1ab -url: '' -hidden: '' -date: '2016-08-11T19:04:25.085Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1470942493518.yml b/docs/_data/comments/welcome-to-jekyll/comment-1470942493518.yml deleted file mode 100644 index 99d5210e3461..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1470942493518.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: "Images can be added to a comment using Markdown like this\r\n\r\n```markdown\r\n![Bill Murray](http://www.fillmurray.com/600/400)\r\n```\r\n![Bill Murray](http://www.fillmurray.com/600/400)" -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2016-08-11T19:08:12.789Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1471823346931.yml b/docs/_data/comments/welcome-to-jekyll/comment-1471823346931.yml deleted file mode 100644 index c4960f404946..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1471823346931.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: 'Wow, this is awesome' -name: kkangshawn -email: db92190b2ee6118786fd1f25dceb448c -url: '' -hidden: '' -date: '2016-08-21T23:49:06.270Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1471834988411.yml b/docs/_data/comments/welcome-to-jekyll/comment-1471834988411.yml deleted file mode 100644 index 02d476f9e89e..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1471834988411.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: Test -name: Test -email: b642b4217b34b1e8d3bd915fc65c4452 -url: '' -hidden: '' -date: '2016-08-22T03:03:07.694Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1472786599470.yml b/docs/_data/comments/welcome-to-jekyll/comment-1472786599470.yml deleted file mode 100644 index bb3541d5f6c5..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1472786599470.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: This is a test -name: TestName -email: 97dfebf4098c0f5c16bca61e2b76c373 -url: '' -hidden: '' -date: '2016-09-02T03:23:18.756Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1474328950155.yml b/docs/_data/comments/welcome-to-jekyll/comment-1474328950155.yml deleted file mode 100644 index a3e8393fec54..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1474328950155.yml +++ /dev/null @@ -1,6 +0,0 @@ -message: just testing as well -name: js -email: f349d4bc6fa472971f68bcccc04337f9 -url: '' -hidden: '' -date: '2016-09-19T23:49:09.452Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1500505983331.yml b/docs/_data/comments/welcome-to-jekyll/comment-1500505983331.yml deleted file mode 100644 index 29a6d81f0f7d..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1500505983331.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: d073fc00-6cd7-11e7-a639-bb0964fd6b0b -message: 'Another test comment here :)' -name: Bob Whitelock -email: 38d95e43292a76cbefab8f8a823df64f -url: 'http://www.bobwhitelock.co.uk' -hidden: '' -date: '2017-07-19T23:13:03.331Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1507141538771.yml b/docs/_data/comments/welcome-to-jekyll/comment-1507141538771.yml deleted file mode 100644 index b34359989165..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1507141538771.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 6b96b520-a931-11e7-9a7d-c99de06bb99b -message: >- - Testing out leaving a comment with the new Staticman v2 endpoint and reCAPTCHA - enabled. -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2017-10-04T18:25:38.766Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1529792272424.yml b/docs/_data/comments/welcome-to-jekyll/comment-1529792272424.yml deleted file mode 100644 index 13289e6fa054..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1529792272424.yml +++ /dev/null @@ -1,7 +0,0 @@ -_id: 44fe8b10-7733-11e8-a9b3-5b9ff79eceda -message: "Hey Michael,\r\nI was using your theme and found out that I cant use the collapsible markdown feature. Could you please let me know if there is any solution to this ? Eg code is below\r\n\r\n## collapsible markdown?\r\n\r\n
CLICK ME\r\n

\r\n\r\n#### yes, even hidden code blocks!\r\n\r\n```python\r\nprint(\"hello world!\")\r\n```\r\n\r\n

\r\n
" -name: VIpin Kumar -email: eeafc03a07852a239754fb68cca903b3 -url: '' -hidden: '' -date: '2018-06-23T22:17:52.423Z' diff --git a/docs/_data/comments/welcome-to-jekyll/comment-1529794012288.yml b/docs/_data/comments/welcome-to-jekyll/comment-1529794012288.yml deleted file mode 100644 index 0a749b8b1d99..000000000000 --- a/docs/_data/comments/welcome-to-jekyll/comment-1529794012288.yml +++ /dev/null @@ -1,9 +0,0 @@ -_id: 5217d3c0-7737-11e8-a9b3-5b9ff79eceda -message: >- - You're mixing Markdown inside of HTML elements, which is why it's not working. - Look at Kramdown's documentation as they have ways of enabling it I believe. -name: Michael Rose -email: 1ce71bc10b86565464b612093d89707e -url: 'https://mademistakes.com' -hidden: '' -date: '2018-06-23T22:46:52.287Z' diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml deleted file mode 100644 index 6893b59c8f10..000000000000 --- a/docs/_data/navigation.yml +++ /dev/null @@ -1,135 +0,0 @@ -# example navigation -foo: - - title: "Parent Link 1" - url: /parent-1-page-url/ - children: - - title: "Child Link 1" - url: /child-1-page-url/ - - title: "Child Link 2" - url: /child-2-page-url/ - - title: "Parent Link 2" - url: /parent-2-page-url/ - children: - - title: "Child Link 1" - url: /child-1-page-url/ - - title: "Child Link 2" - url: /child-2-page-url/ - - title: "Child Link 3" - url: /child-3-page-url/ - - -# main links -main: - - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ - - title: "About" - url: /about/ - - title: "Sample Posts" - url: /year-archive/ - - title: "Sample Collections" - url: /collection-archive/ - - title: "Terms & Privacy Policy" - url: /terms/ - - -# documentation links -docs: - - title: Getting Started - children: - - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ - - title: "Structure" - url: /docs/structure/ - - title: "Installation" - url: /docs/installation/ - - title: "Upgrading" - url: /docs/upgrading/ - - title: Customization - children: - - title: "Configuration" - url: /docs/configuration/ - - title: "Overriding Theme Defaults" - url: /docs/overriding-theme-defaults/ - - title: "Navigation" - url: /docs/navigation/ - - title: "UI Text" - url: /docs/ui-text/ - - title: "Authors" - url: /docs/authors/ - - title: "Layouts" - url: /docs/layouts/ - - title: Content - children: - - title: "Working with Posts" - url: /docs/posts/ - - title: "Working with Pages" - url: /docs/pages/ - - title: "Working with Collections" - url: /docs/collections/ - - title: "Helpers" - url: /docs/helpers/ - - title: "Utility Classes" - url: /docs/utility-classes/ - - title: Extras - children: - - title: "Stylesheets" - url: /docs/stylesheets/ - - title: "JavaScript" - url: /docs/javascript/ - - title: Meta - children: - - title: "FAQ" - url: /docs/faq/ - - title: "History" - url: /docs/history/ - - title: "Contributing" - url: /docs/contributing/ - - title: "Old 2.2 Docs" - url: /docs/docs-2-2/ - - title: "License" - url: /docs/license/ - - title: "Terms & Privacy Policy" - url: /terms/ - -# sidebar navigation list sample -sidebar-sample: - - title: "Parent Page A" - children: - - title: "Child Page A1" - url: / - - title: "Child Page A2" - url: / - - title: "Child Page A3" - url: / - - title: "Child Page A4" - url: / - - title: "Parent Page B" - children: - - title: "Child Page B1" - url: / - - title: "Child Page B2" - url: / - - title: "Child Page B3" - url: / - - title: "Child Page B4" - url: / - - title: "Child Page B5" - url: / - - title: "Parent Page C" - children: - - title: "Child Page C1" - url: / - - title: "Child Page C2" - url: / - - title: "Child Page C3" - url: / - - title: "Child Page C4" - url: / - - title: "Child Page C5" - url: / - - title: "Parent Page D" - children: - - title: "Child Page D1" - url: / - - title: "Child Page D2" - url: / diff --git a/docs/_data/theme.yml b/docs/_data/theme.yml deleted file mode 100644 index 29925adad624..000000000000 --- a/docs/_data/theme.yml +++ /dev/null @@ -1,3 +0,0 @@ -# for use with in-page templates ---- -version: 4.26.1 diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md deleted file mode 100644 index 0691f1d4ce4e..000000000000 --- a/docs/_docs/01-quick-start-guide.md +++ /dev/null @@ -1,218 +0,0 @@ ---- -title: "Quick-Start Guide" -permalink: /docs/quick-start-guide/ -excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." -last_modified_at: 2021-06-07T08:48:05-04:00 -redirect_from: - - /theme-setup/ -toc: true ---- - -Minimal Mistakes has been developed as a [Gem-based theme](http://jekyllrb.com/docs/themes/) for easier use, and 100% compatible with GitHub Pages when used as a remote theme. - -**If you enjoy this theme, please consider [sponsoring me](https://github.com/sponsors/mmistakes) to continue developing and maintaining it.** - -[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/mmistakes) - -[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes) -{: style="margin-top: 0.5em;"} - -## Installing the theme - -If you're running Jekyll v3.7+ and self-hosting you can quickly install the theme as a Ruby gem. - -[^structure]: See [**Structure** page]({{ "/docs/structure/" | relative_url }}) for a list of theme files and what they do. - -**ProTip:** Be sure to remove `/docs` and `/test` if you forked Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don't want them littering up your repo. -{: .notice--info} - -**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. -{: .notice--warning} - -### Gem-based method - -With Gem-based themes, directories such as the `assets`, `_layouts`, `_includes`, and `_sass` are stored in the theme’s gem, hidden from your immediate view. This allows for easier installation and updating as you don't have to manage any of the theme files. - -To install as a Gem-based theme: - -1. Add the following to your `Gemfile`: - - ```ruby - gem "minimal-mistakes-jekyll" - ``` - -2. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command: - - ```bash - bundle - ``` - -3. Set the `theme` in your project's Jekyll `_config.yml` file: - - ```yaml - theme: minimal-mistakes-jekyll - ``` - -To update the theme run `bundle update`. - -### Remote theme method - -Remote themes are similar to Gem-based themes, but do not require `Gemfile` changes or whitelisting making them ideal for sites hosted with GitHub Pages. - -To install as a remote theme: - -1. Create/replace the contents of your `Gemfile` with the following: - - ```ruby - source "https://rubygems.org" - - gem "github-pages", group: :jekyll_plugins - gem "jekyll-include-cache", group: :jekyll_plugins - ``` - -2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`. - -3. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command: - - ```bash - bundle - ``` - -4. Add `remote_theme: "mmistakes/minimal-mistakes@{{ site.data.theme.version }}"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. - -You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used. - -**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed. -{: .notice--info} - ---- - -**Note:** Your Jekyll site should be viewable immediately at . If it's not, you can force a rebuild by **Customizing Your Site** (see below for more details). -{: .notice--warning} - -If you're hosting several Jekyll based sites under the same GitHub username you will have to use Project Pages instead of User Pages. Essentially you rename the repo to something other than **USERNAME.github.io** and create a `gh-pages` branch off of `master`. For more details on how to set things up check [GitHub's documentation](https://help.github.com/articles/user-organization-and-project-pages/). - -
- creating a new branch on GitHub -
- -You can also install the theme by copying all of the theme files[^structure] into your project. - -To do so fork the [Minimal Mistakes theme](https://github.com/mmistakes/minimal-mistakes/fork), then rename the repo to **USERNAME.github.io** --- replacing **USERNAME** with your GitHub username. - -
- fork Minimal Mistakes -
- -**GitHub Pages Alternatives:** Looking to host your site for free and install/update the theme painlessly? [Netlify][netlify-jekyll], [GitLab Pages][gitlab-jekyll], and [Continuous Integration (CI) services][ci-jekyll] have you covered. In most cases all you need to do is connect your repository to them, create a simple configuration file, and install the theme following the [Ruby Gem Method](#ruby-gem-method) above. -{: .notice--info} - -[netlify-jekyll]: https://www.netlify.com/blog/2015/10/28/a-step-by-step-guide-jekyll-3.0-on-netlify/ -[gitlab-jekyll]: https://about.gitlab.com/2016/04/07/gitlab-pages-setup/ -[ci-jekyll]: https://jekyllrb.com/docs/deployment/automated/#continuous-integration-service - -### Remove the Unnecessary - -If you forked or downloaded the `minimal-mistakes-jekyll` repo you can safely remove the following folders and files: - -- `.editorconfig` -- `.gitattributes` -- `.github` -- `/docs` -- `/test` -- `CHANGELOG.md` -- `minimal-mistakes-jekyll.gemspec` -- `README.md` -- `screenshot-layouts.png` -- `screenshot.png` - -**Note:** If forking the theme be sure to update `Gemfile` as well. The one found at the root of the project is for building the theme's Ruby gem and is missing dependencies. To properly setup a [`Gemfile`](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/Gemfile) with the theme, consult the "[Install Dependencies](https://mmistakes.github.io/minimal-mistakes/docs/installation/#install-dependencies)" section. -{: .notice--warning} - -## Setup Your Site - -Depending on the path you took installing Minimal Mistakes you'll setup things a little differently. - -**ProTip:** The source code and content files for this site can be found in the [`/docs` folder](https://github.com/mmistakes/minimal-mistakes/tree/master/docs) if you want to copy or learn from them. -{: .notice--info} - -### Starting Fresh - -Starting with an empty folder and `Gemfile` you'll need to copy or re-create this [default `_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml) file. For a full explanation of every setting be sure to read the [**Configuration**]({{ "/docs/configuration/" | relative_url }}) section. - -From `v4.5.0` onwards, Minimal Mistakes theme-gem comes bundled with the necessary data files for localization. -They will be picked up automatically if you have the [`jekyll-data`](https://github.com/ashmaroli/jekyll-data) plugin installed. -If you're hosting on GitHub Pages, you can copy the [`_data/ui-text.yml`][ui-text.yml] file into your repository for the localization feature to work. - -You'll need to create and edit these data files to customize them: - -- [`_data/ui-text.yml`][ui-text.yml] - UI text [documentation]({{ "/docs/ui-text/" | relative_url }}) -- [`_data/navigation.yml`][navigation.yml] - navigation [documentation]({{ "/docs/navigation/" | relative_url }}) - - [ui-text.yml]: https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml - [navigation.yml]: https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml - -### Starting from `jekyll new` - -Scaffolding out a site with the `jekyll new` command requires you to modify a few files that it creates. - -Edit `_config.yml`. Then: - -- Replace `/index.md` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). Be sure to enable pagination if using the [`home` layout]({{ "/docs/layouts/#home-page" | relative_url }}) by adding the necessary lines to **_config.yml**. -- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`. -- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using it). - -### Migrating to Gem Version - -If you're migrating a site already using Minimal Mistakes and haven't customized any of the theme files things upgrading will be easier for you. - -Start by removing the following folders and any files within them: - -```terminal -├── _includes -├── _layouts -├── _sass -├── assets -| ├── css -| ├── fonts -| └── js -``` - -You won't need these anymore as they're bundled with the theme gem --- unless you intend to [override them](https://jekyllrb.com/docs/themes/#overriding-theme-defaults). - -**Note:** When clearing out the `assets` folder be sure to leave any files you've added and need. This includes images, CSS, or JavaScript that aren't already [bundled in the theme](https://github.com/mmistakes/minimal-mistakes/tree/master/assets). -{: .notice--warning} - -From `v4.5.0` onwards, the default language files are read-in automatically via the [`jekyll-data`](https://github.com/ashmaroli/jekyll-data) plugin if it's installed. For sites hosted with GitHub Pages, you still need to copy the [`_data/ui-text.yml`][ui-text.yml] file because the `jekyll-data` plugin [is unsupported on GitHub Pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins). - -If you customized any of these files leave them alone, and only remove the untouched ones. If done correctly your modified versions should [override](https://jekyllrb.com/docs/themes/#overriding-theme-defaults) the versions bundled with the theme and be used by Jekyll instead. - -#### Update Gemfile - -Replace `gem "github-pages` or `gem "jekyll"` with `gem "jekyll", "~> 3.5"`. You'll need the latest version of Jekyll[^update-jekyll] for Minimal Mistakes to work and load all of the theme's assets properly, this line forces Bundler to do that. - -[^update-jekyll]: You could also run `bundle update jekyll` to update Jekyll. - -Add the Minimal Mistakes theme gem: - -```ruby -gem "minimal-mistakes-jekyll" -``` - -When finished your `Gemfile` should look something like this: - -```ruby -source "https://rubygems.org" - -gem "jekyll", "~> 3.7" -gem "minimal-mistakes-jekyll" -``` - -Then run `bundle update` and add `theme: minimal-mistakes-jekyll` to your `_config.yml`. - -**v4 Breaking Change:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | relative_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/` but can be placed elsewhere or externally hosted. This applies to image references in `_config.yml` and `author.yml` as well. -{: .notice--danger} - ---- - -That's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. diff --git a/docs/_docs/02-structure.md b/docs/_docs/02-structure.md deleted file mode 100644 index 18562ad34abf..000000000000 --- a/docs/_docs/02-structure.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "Structure" -permalink: /docs/structure/ -excerpt: "How the theme is organized and what all of the files are for." -last_modified_at: 2018-03-20T15:19:22-04:00 ---- - -Nothing clever here :wink:. Layouts, data files, and includes are all placed in their default locations. Stylesheets and scripts in `assets`, and a few development related files in the project's root directory. - -**Please note:** If you installed Minimal Mistakes via the Ruby Gem method, theme files like `_layouts`, `_includes`, `_sass`, and `/assets/` will be missing. This is normal as they are bundled with the [`minimal-mistakes-jekyll`](https://rubygems.org/gems/minimal-mistakes-jekyll) Ruby gem. If you would like to make changes, create the files and Jekyll will prefer your local copy. -{: .notice--info} - -```bash -minimal-mistakes -├── _data # data files for customizing the theme -| ├── navigation.yml # main navigation links -| └── ui-text.yml # text used throughout the theme's UI -├── _includes -| ├── analytics-providers # snippets for analytics (Google and custom) -| ├── comments-providers # snippets for comments -| ├── footer -| | └── custom.html # custom snippets to add to site footer -| ├── head -| | └── custom.html # custom snippets to add to site head -| ├── feature_row # feature row helper -| ├── gallery # image gallery helper -| ├── group-by-array # group by array helper for archives -| ├── nav_list # navigation list helper -| ├── toc # table of contents helper -| └── ... -├── _layouts -| ├── archive-taxonomy.html # tag/category archive for Jekyll Archives plugin -| ├── archive.html # archive base -| ├── categories.html # archive listing posts grouped by category -| ├── category.html # archive listing posts grouped by specific category -| ├── collection.html # archive listing documents in a specific collection -| ├── compress.html # compresses HTML in pure Liquid -| ├── default.html # base for all other layouts -| ├── home.html # home page -| ├── posts.html # archive listing posts grouped by year -| ├── search.html # search page -| ├── single.html # single document (post/page/etc) -| ├── tag.html # archive listing posts grouped by specific tag -| ├── tags.html # archive listing posts grouped by tags -| └── splash.html # splash page -├── _sass # SCSS partials -├── assets -| ├── css -| | └── main.scss # main stylesheet, loads SCSS partials from _sass -| ├── images # image assets for posts/pages/collections/etc. -| ├── js -| | ├── plugins # jQuery plugins -| | ├── vendor # vendor scripts -| | ├── _main.js # plugin settings and other scripts to load after jQuery -| | └── main.min.js # optimized and concatenated script file loaded before -├── _config.yml # site configuration -├── Gemfile # gem file dependencies -├── index.html # paginated home page showing recent posts -└── package.json # NPM build scripts -``` diff --git a/docs/_docs/03-installation.md b/docs/_docs/03-installation.md deleted file mode 100644 index 9bd73655a671..000000000000 --- a/docs/_docs/03-installation.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: "Installation" -permalink: /docs/installation/ -excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." -last_modified_at: 2019-08-20T21:36:18-04:00 -toc: true ---- - -## Install the theme - -**1.** For a **new site**, install the `minimal-mistakes-jekyll` gem, remote theme, or fork the Minimal Mistakes repo on GitHub following the steps outlined in the [*Quick-Start Guide*]({{ "/docs/quick-start-guide/" | relative_url }}). - -If you plan to host with GitHub Pages be sure to properly setup [**jekyll-remote-theme**](https://github.com/benbalter/jekyll-remote-theme) as it is required for the theme to work properly. - -**2.** For an **existing site** follow the steps outlined in the [*Quick-Start Guide*]({{ "/docs/quick-start-guide/" | relative_url }}). Then work through the guidelines below for migration and setup. - -**3.** For those who'd like to make substantial edits to the theme, download as a ZIP file to customize. - -[ Download Minimal Mistakes Theme](https://github.com/mmistakes/minimal-mistakes/archive/master.zip){: .btn .btn--success} - -**ProTip:** Be sure to remove `/docs` and `/test` if you forked or downloaded Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don't want them littering up in your repo. -{: .notice--info} - -**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. -{: .notice--warning} - -## Theme migration - -To move over any existing content you'll want to copy the contents of your `_posts` folder to the new site. Along with any pages, collections, data files, images, or other assets you may have. - -Next you'll need to convert posts and pages to use the proper layouts and settings. In most cases you simply need to update `_config.yml` to your liking and set the correct `layout` in their YAML Front Matter. - -[**Front Matter defaults**](https://jekyllrb.com/docs/configuration/#front-matter-defaults) are your friend and I encourage you to leverage them instead of setting a layout and other global options in each post/page's YAML Front Matter. - -Posts can be configured to use the `single` layout --- with reading time, comments, social sharing links, and related posts enabled. Adding the following to `_config.yml` will set these defaults for all posts: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - read_time: true - comments: true - share: true - related: true -``` - -**Post/Page Settings**: Be sure to read through the "Working with..." documentation to learn about all the options available to you. The theme has been designed to be flexible --- with numerous settings for each. -{: .notice--info} - -## Install dependencies - -If this is your first time using Jekyll be sure to read through the [official documentation](https://jekyllrb.com/docs/home/) before jumping in. This guide assumes you have Ruby v2 installed and a basic understanding of how Jekyll works. - -To keep your sanity and better manage dependencies I strongly urge you to [install Bundler](http://bundler.io/) with `gem install bundler` and use the following `Gemfile`: - -```ruby -source "https://rubygems.org" - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! - -# gem "github-pages", group: :jekyll_plugins - -# To upgrade, run `bundle update`. - -gem "jekyll" -gem "minimal-mistakes-jekyll" - -# The following plugins are automatically loaded by the theme-gem: -# gem "jekyll-paginate" -# gem "jekyll-sitemap" -# gem "jekyll-gist" -# gem "jekyll-feed" -# gem "jekyll-include-cache" -# -# If you have any other plugins, put them here! -# Cf. https://jekyllrb.com/docs/plugins/installation/ -group :jekyll_plugins do -end -``` - -**ProTip:** To be bleeding edge install the latest (unreleased) version of Minimal Mistakes by adding this line to your `Gemfile`: `gem "minimal-mistakes-jekyll", :github => "mmistakes/minimal-mistakes"`. -{: .notice--info} - -To maintain a local Jekyll environment in sync with GitHub Pages replace the `gem "jekyll"` line with `gem "github-pages", group: :jekyll_plugins` and run the following: - -```bash -$ bundle install -``` - -**Note:** The [GitHub Pages gem](https://github.com/github/pages-gem) installs additional dependencies that may need to be added to your `Gemfile` if you decide to remove the `gem "github-pages"` eg. `jekyll-paginate`, `jekyll-sitemap`, `jekyll-feed`, `jekyll-include-cache`, etc. -{: .notice--warning} - -
- bundle install in Terminal window -
- -Depending on what gems you already have installed you may have to run `bundle update` to clear up any dependency issues. Bundler is usually pretty good at letting you know what gems need updating or have issues installing, to further investigate. - -When using Bundler to manage gems you'll want to run Jekyll using `bundle exec jekyll serve` and `bundle exec jekyll build`. - -Doing so executes the gem versions specified in `Gemfile.lock`. Sure you can test your luck with a naked `jekyll serve`, but I wouldn't suggest it. A lot of Jekyll errors originate from outdated or conflicting gems fighting with each other. So do yourself a favor and just use Bundler. diff --git a/docs/_docs/04-upgrading.md b/docs/_docs/04-upgrading.md deleted file mode 100644 index 0f81e0365236..000000000000 --- a/docs/_docs/04-upgrading.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: "Upgrading" -permalink: /docs/upgrading/ -excerpt: "Instructions and suggestions for upgrading the theme." -last_modified_at: 2024-04-23T00:43:19+08:00 -toc: true ---- - -If you're using the [Ruby Gem]({{ "/docs/quick-start-guide/#gem-based-method" | relative_url }}) or [remote theme]({{ "/docs/quick-start-guide/#remote-theme-method" | relative_url }}) versions of Minimal Mistakes, upgrading is fairly painless. - -To check which version you are currently using, view the source of your built site and you should see something similar to: - -```text -{% include copyright.html %} -``` - -At the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.min.js`. - -## Ruby Gem - -Simply run `bundle update` if you're using Bundler (have a `Gemfile`) or `gem update minimal-mistakes-jekyll` if you're not. - -When using Bundler you can downgrade or lock the theme to a specific release ([tag][tag]), branch, or commit. Instead of `gem "minimal-mistakes-jekyll"` you'd add the following to your `Gemfile`: - -```ruby -gem "minimal-mistakes-jekyll", :git => "https://github.com/mmistakes/minimal-mistakes.git", :tag => "{{ site.data.theme.version }}" -``` - - [tag]: https://github.com/mmistakes/minimal-mistakes/tags - -For more information on [installing gems from Git repositories](https://bundler.io/guides/git.html) consult Bundler's documentation. - -## Remote theme - -When setting `remote_theme: "mmistakes/minimal-mistakes@{{ site.data.theme.version }}"` in your `_config.yml` you may also optionally specify a branch, [tag][tag], or commit to use by appending an @ and the Git ref. - -For example, you can roll back to release 4.8.1 with `mmistakes/minimal-mistakes@4.8.1` or a specific commit with `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). For a complete list of theme versions consult the [releases page](https://github.com/mmistakes/minimal-mistakes/releases). - -To update the theme on GitHub Pages you'll need to push up a commit to force a rebuild. An empty commit works well if you don't have anything to push at the moment: - -```terminal -git commit --allow-empty -m "Force rebuild of site" -``` - -## Use Git - -If you want to get the most out of the Jekyll + GitHub Pages workflow, then you'll need to utilize Git. To pull down theme updates you must first ensure there's an upstream remote. If you forked the theme's repo then you're likely good to go. - -To double check, run `git remote -v` and verify that you can fetch from `origin https://github.com/{{ site.repository }}.git`. - -To add it you can do the following: - -```terminal -git remote add upstream https://github.com/{{ site.repository }}.git -``` - -### Pull down updates - -Now you can pull any commits made to theme's `master` branch with: - -```terminal -git pull upstream master -``` - -Depending on the amount of customizations you've made after forking, there's likely to be merge conflicts. Work through any conflicting files Git flags, staging the changes you wish to keep, and then commit them. - -## Update files manually - -Another way of dealing with updates is [downloading the theme](https://github.com/{{ site.repository }}/archive/master.zip) --- replacing your layouts, includes, and assets with the newer ones manually. To be sure that you don't miss any changes it's probably a good idea to review the theme's [commit history](https://github.com/{{ site.repository }}/commits/master) to see what's changed since. - -Here's a quick checklist of the important folders/files you'll want to be mindful of: - -| Name | | -| ---- | --- | -| `_layouts` | Replace all. Apply edits if you customized any layouts. | -| `_includes` | Replace all. Apply edits if you customized any includes. | -| `assets` | Replace all. Apply edits if you customized stylesheets or scripts. | -| `_sass` | Replace all. Apply edits if you customized Sass partials. | -| `_data/navigation.yml` | Safe to keep. Verify that there were no major structural changes or additions. | -| `_data/ui-text.yml` | Safe to keep. Verify that there were no major structural changes or additions. | -| `_config.yml` | Safe to keep. Verify that there were no major structural changes or additions. | - ---- - -**Note:** If you're not seeing the latest version, be sure to flush browser and CDN caches. Depending on your hosting environment older versions of `/assets/css/main.css`, `/assets/js/main.min.js`, or `*.html` may be cached. -{: .notice--info} diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md deleted file mode 100644 index 4d27f30f749a..000000000000 --- a/docs/_docs/05-configuration.md +++ /dev/null @@ -1,1242 +0,0 @@ ---- -title: "Configuration" -permalink: /docs/configuration/ -excerpt: "Settings for configuring and customizing the theme." -last_modified_at: 2021-05-11T10:40:42-04:00 -toc: true - -skins: - - name: air - description: Calm and blue. - - name: aqua - description: Just like water. - - name: contrast - description: Retro feel with bold blue links and inverted footer. - - name: dark - description: Inverted palette, white text on a dark background. - - name: dirt - description: Earthy tones. - - name: mint - description: Minty fresh green. - - name: neon - description: Inverted palette, white text on a dark background. - - name: plum - description: Purple reigns supreme. - - name: sunrise - description: Oranges and red. ---- - -Settings that affect your entire site can be changed in [Jekyll's configuration file](https://jekyllrb.com/docs/configuration/): `_config.yml`, found in the root of your project. If you don't have this file you'll need to copy or create one using the theme's [default `_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml) as a base. - -**Note:** for technical reasons, `_config.yml` is NOT reloaded automatically when used with `jekyll serve`. If you make any changes to this file, please restart the server process for them to be applied. -{: .notice--warning} - -Take a moment to look over the configuration file included with the theme. Comments have been added to provide examples and default values for most settings. Detailed explanations of each can be found below. - -## Site settings - -### Theme - -If you're using the Ruby gem version of the theme you'll need this line to activate it: - -```yaml -theme: minimal-mistakes-jekyll -``` - -### Skin - -Easily change the color scheme of the theme using one of the provided "skins": - -```yaml -minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" -``` - -**Note:** If you have made edits to the theme's CSS files be sure to update [`/assets/css/main.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss) to include {% raw %}`@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin`{% endraw %} before the `minimal-mistakes` import. -{: .notice--warning} - -{% for skin in page.skins %} -#### {{ skin.name | capitalize }} skin: `{{ skin.name }}` -{:.no_toc} - -
- - Archive page of {{ skin.name | capitalize }} skin - - - Posts page of {{ skin.name | capitalize }} skin - -
{{ skin.description }}
-
-{% endfor %} - -### Site locale - -`site.locale` is used to declare the primary language for each web page within the site. - -_Example:_ `locale: "en-US"` sets the `lang` attribute for the site to the _United States_ flavor of English, while `en-GB` would be for the _United Kingdom_ style of English. Country codes are optional and the shorter variation `locale: "en"` is also acceptable. To find your language and country codes check this [reference table](). - -Properly setting the locale is important for associating localized text found in the [**UI Text**]({{ "/docs/ui-text/" | relative_url }}) data file. An improper match will cause parts of the UI to disappear (eg. button labels, section headings, etc). - -**Note:** The theme comes with localized text in English (`en`, `en-US`, `en-GB`). If you change `locale` in `_config.yml` to something else, most of the UI text will go blank. Be sure to add the corresponding locale key and translated text to `_data/ui-text.yml` to avoid this. -{: .notice--warning} - -### Site title - -The name of your site. Is used throughout the theme in places like the site masthead and `` tags. - -_Example:_ `title: "My Awesome Site"` - -You also have the option of customizing the separation character used in SEO-friendly page titles. - -_Example:_ `title_separator: "|"` would produce page titles like `Sample Page | My Awesome Site`. - -**Note:** Long site titles have been known to break the masthead layout. Avoid adding a long "tagline" to the title to prevent this from happening, e.g. `My Awesome Site is the Best Because I Say So`. -{: .notice--warning} - -### Site subtitle - -A short tagline that appears below the title in site masthead. - -_Example:_ `subtitle: "Version 2.0"` - -### Site name - -Used to assign a site author. Don't worry, you can override the site author with different ones on specific posts, pages, or collection documents. - -_Example:_ `name: "Michael Rose"`. - -**ProTip:** If you want to get crafty with your YAML you can use [anchors](http://www.yaml.org/spec/1.2/spec.html#id2785586) to reuse values. For example `foo: &var "My String"` allows you to reuse `"My String"` elsewhere in `_config.yml` like so... `bar: *var`. You'll see a few examples of this in the provided Jekyll config. -{: .notice--info} - -### Site description - -Fairly obvious. `site.description` describes the site. Used predominantly in meta descriptions for improving SEO. - -_Example:_ `description: "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."` - -### Site URL - -The base hostname and protocol for your site. If you're hosting on GitHub Pages this will be something like `url: "https://mmistakes.github.io"` or `url: "https://mademistakes.com"` if you have a custom domain name. - -GitHub Pages now [forces `https://` for new sites](https://help.github.com/articles/securing-your-github-pages-site-with-https/) so be mindful of that when setting your URL to avoid mixed-content warnings. - -**Note:** Jekyll 3.3 overrides this value with `url: http://localhost:4000` when running `jekyll serve` locally in development. If you want to avoid this behavior set `JEKYLL_ENV=production` to [force the environment](https://jekyllrb.com/docs/configuration/environments/) to production. -{: .notice--warning} - -### Site base URL - -This little option causes all kinds of confusion in the Jekyll community. If you're not hosting your site as a GitHub Pages Project or in a subfolder (eg: `/blog`), then don't mess with it. - -In the case of the Minimal Mistakes demo site it's hosted on GitHub at <https://mmistakes.github.io/minimal-mistakes>. To correctly set this base path I'd use `url: "https://mmistakes.github.io"` and `baseurl: "/minimal-mistakes"`. - -For more information on how to properly use `site.url` and `site.baseurl` as intended by the Jekyll maintainers, check [Parker Moore's post on the subject](https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/). - -**Note:** When using `baseurl` remember to include it as part of your path when testing your site locally. Values of `url:` and `baseurl: "/blog"` would make your local site visible at `http://localhost:4000/blog` and not `http://localhost:4000`. -{: .notice--warning} - -### Site repository - -Add your repository name with organization to your site's configuration file, `_config.yml`. - -```yaml -repository: "username/repo-name" -``` - -"NWO" stands for "**n**ame **w**ith **o**wner." It is GitHub lingo for the username of the owner of the repository plus a forward slash plus the name of the repository, e.g. `mmistakes/minimal-mistakes`, where **mmistakes** is the owner and **minimal-mistakes** is the repository name. - -Your `site.github.*` fields should be filled in like normal. If you run Jekyll with the `--verbose` flag, you should be able to see all the API calls made. - -If you don't set `repository` correctly you may see the following error when trying to `serve` or `build` your Jekyll site: - -**Liquid Exceptions:** No repo name found. Specify using `PAGES_REPO_NWO` environment variables, `repository` in your configuration, or set up `origin` git remote pointing to your github.com repository. -{: .notice--danger} - -For more information on how `site.github` data can be used with Jekyll check out [`github-metadata`'s documentation](https://github.com/jekyll/github-metadata). - -### Site scripts - -Add scripts to the `<head>` or closing `</body>` elements by assigning paths to either `head_scripts` and/or `footer_scripts`. - -For example, to add a CDN version of jQuery to page's head along with a custom script you'd do the following: - -```yaml -head_scripts: - - https://code.jquery.com/jquery-3.2.1.min.js - - /assets/js/your-custom-head-script.js -``` - -Consult the [JavaScript documentation]({{ site.baseurl }}{% link _docs/17-javascript.md %}) for more information on working with theme scripts. -{: .notice--info} - -### Site default teaser image - -To assign a fallback teaser image used in the "**Related Posts**" module, place a graphic in the `/assets/images/` directory and add the filename to `_config.yml` like so: - -```yaml -teaser: /assets/images/500x300.png -``` - -This image can be overridden at anytime by applying the following to a document's YAML Front Matter. - -```yaml -header: - teaser: /assets/images/my-awesome-post-teaser.jpg -``` - -<figure> - <img src="{{ '/assets/images/mm-teaser-images-example.jpg' | relative_url }}" alt="teaser image example"> - <figcaption>Example of teaser images found in the related posts module.</figcaption> -</figure> - -### Site masthead logo - -To insert a logo before the site title, place a graphic in the `/assets/images/` directory and add the filename to `_config.yml`: - -```yaml -logo: "/assets/images/88x88.png" -``` - -<figure> - <img src="{{ '/assets/images/mm-masthead-logo.png' | relative_url }}" alt="masthead with logo and custom title"> - <figcaption>Example of masthead with logo and custom title.</figcaption> -</figure> - -### Site masthead title - -By default your site title is used in the masthead. You can override this text by adding the following to your `_config.yml`: - -```yaml -masthead_title: "My Custom Title" -``` - -### Breadcrumb navigation (beta) - -Enable breadcrumb links to help visitors better navigate deep sites. Because of the fragile method of implementing them they don't always produce accurate links reliably. For best results: - -1. Use a category based permalink structure e.g. `permalink: /:categories/:title/` -2. Manually create pages for each category or use a plugin like [jekyll-archives][jekyll-archives] to auto-generate them. If these pages don't exist breadcrumb links to them will be broken. - -![breadcrumb navigation example]({{ "/assets/images/mm-breadcrumbs-example.jpg" | relative_url }}) - -```yaml -breadcrumbs: true # disabled by default -``` - -Breadcrumb start link text and separator character can both be changed in the [UI Text data file]({{ "/docs/ui-text/" | relative_url }}). - -### Post dates - -Enable post date snippets with `show_date: true` in YAML Front Matter. - -![post date example]({{ "/assets/images/mm-post-date-example.png" | relative_url }}) - -Instead of adding `show_date: true` to each post, apply as a default in `_config.yml` like so: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - show_date: true -``` - -To disable post date for a post, add `show_date: false` to its YAML Front Matter, overriding what was set in `_config.yml`. - -When dates are shown on blog posts or pages, a date format will be chosen to format the date string. The default format is `"%B %-d, %Y"`, which will be displayed like "February 24, 2016". You can choose your date format by referencing this [cheat sheet](https://www.shortcutfoo.com/app/dojos/ruby-date-format-strftime/cheatsheet). For example, use your date format in `_config.yml`. - -```yaml -date_format: "%Y-%m-%d" -``` - -### Reading time - -Enable estimated reading time snippets with `read_time: true` in YAML Front Matter. `200` has been set as the default words per minute value --- which can be changed by adjusting `words_per_minute:` in `_config.yml`. - -![reading time example]({{ "/assets/images/mm-read-time-example.jpg" | relative_url }}) - -Instead of adding `read_time: true` to each post, apply as a default in `_config.yml` like so: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - read_time: true -``` - -To disable reading time for a post, add `read_time: false` to its YAML Front Matter to override what was set in `_config.yml`. - -`words_per_minute` can also be adjusted on a per-page basis by adding to its YAML Front Matter. This is useful for sites with multi-lingual content where you'd like specify a different value from the site config. - -```yaml -words_per_minute: 250 -``` - -### Page meta separator - -To customise the separator between the page date and reading time (if both are enabled), edit `.page__meta-sep::before` in a [custom stylesheet]({{ "/docs/stylesheets/" | relative_url }}). - -For example, - -```css -.page__meta-sep::before { - content: "\2022"; - padding-left: 0.5em; - padding-right: 0.5em; -} -``` - -### Code block copy button - -*New in v4.26.0* - -To enable a copy button on code blocks, add the following to `_config.yml`: - -```yaml -enable_copy_code_button: true -``` - -When enabled site-wide, the button can be disabled on individual code blocks by adding `no-copy` to the code block's class list. - -````markdown -``` -Hey, I have a "copy to clipboard" button! -``` -```` - -````markdown -``` -But I don't have one. -``` -{: .no-copy} -```` -{: .no-copy} - -### Comments - -[**Disqus**](https://disqus.com/), [**Discourse**](https://www.discourse.org/), [**Facebook**](https://developers.facebook.com/docs/plugins/comments), [**utterances**](https://utteranc.es/), [**giscus**](https://giscus.app/) and static-based commenting via [**Staticman**](https://staticman.net/) are built into the theme. First set the comment provider you'd like to use: - -| Name | Comment Provider | -| ---------------- | ------------------------- | -| **disqus** | Disqus | -| **discourse** | Discourse | -| **facebook** | Facebook Comments | -| **staticman_v2** | Staticman v2 / v3 | -| **staticman** | Staticman v1 (deprecated) | -| **utterances** | utterances | -| **giscus** | giscus | -| **custom** | Other | - -Then add `comments: true` to each document you want comments visible on. - -Instead of adding YAML Front Matter to each document, apply as a default in `_config.yml`. To enable comments for all posts: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - comments: true -``` - -If you add `comments: false` to a post's YAML Front Matter it will override the default and disable comments for just that post. - -**Note:** Comments are disabled in `development`. To enable when testing/building locally be sure to set -`JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production. -{: .notice--info} - -#### Disqus - -To use Disqus you'll need to create an account and [shortname](https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-). Once you have both update `_config.yml` to: - -```yaml -comments: - provider: "disqus" - disqus: - shortname: "your-disqus-shortname" -``` - -#### Discourse - -For guidance on how to set up Discourse for embedding comments from a topic on a post page, [consult this guide](https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963). - -```yaml -comments: - provider: "discourse" - discourse: - server: # meta.discourse.org -``` - -**Note:** Do not include `http://` or `https://` when setting your Discourse `server`. The theme automatically prepends the URL `//`, following a scheme-less pattern. -{: .notice--info} - -#### Facebook comments - -To enable Facebook Comments choose how many comments you'd like visible per post and the color scheme of the widget. - -```yaml -comments: - provider: "facebook" - facebook: - appid: # optional - num_posts: # 5 (default) - colorscheme: # "light" (default), "dark" -``` - -#### utterances comments - -To use utterances you will need to [install the app](https://github.com/apps/utterances) to your GitHub repository by adding the following to `_config.yml`: - -```yaml -repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" -``` - -**Note:** Make sure the repo is public, otherwise your readers will not be able to view the issues/comments. The [issues feature](https://guides.github.com/features/issues/) also needs to be active on your repo. -{: .notice--warning} - -To enable utterances on the front end set `comments.provider` and the color theme of the widget. - -```yaml -comments: - provider: "utterances" - utterances: - theme: "github-light" # "github-dark" - issue_term: "pathname" - label: "comment" # Optional - must be existing label. -``` - -#### giscus comments - -To use giscus you will need to [install the app](https://github.com/apps/giscus) to your GitHub repository. - -The next step is to go to <https://giscus.app> and fill out the desired settings. This will generate JavaScript that will provide you with the settings you will need to configure things below. - -You'll need to ensure you've added the following to `_config.yml`: - -```yaml -repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" -``` - -**Note:** Make sure the repo is public, otherwise your readers will not be able to view the issues/comments. The [discussions feature](https://docs.github.com/en/discussions) also needs to be active on your repo. -{: .notice--warning} - -To enable giscus on the front end set `comments.provider` and the other additional options. - -```yaml -comments: - provider: "giscus" - giscus: - repo_id : # Shown during giscus setup at https://giscus.app - category_name : # Full text name of the category - category_id : # Shown during giscus setup at https://giscus.app - discussion_term : # "pathname" (default), "url", "title", "og:title" - reactions_enabled : # '1' for enabled (default), '0' for disabled - theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme" -``` - -#### Static-based comments via Staticman - -Transform user comments into `_data` files that live inside of your GitHub repository by enabling Staticman. - -**Note:** Looking to migrate comments from a WordPress based site? Give [this tool](https://github.com/arthurlacoste/wordpress-comments-jekyll-staticman) a try. -{: .notice--info} - -**Note:** Please note that as of September 2018, Staticman is reaching GitHub API limits due to its popularity, and it is recommended by its maintainer that users deploy their own instances for production (use `site.staticman.endpoint`). Consult the Staticman "[Get Started](https://staticman.net/docs/index.html)" guide for more info. -{: .notice--warning} - -##### Add Staticman as a collaborator on GitHub (legacy) - -1. Allow Staticman push access to your GitHub repository by clicking on **Settings**, then the **Collaborators** tab and adding your GitHub bot as a collaborator. -2. To accept the pending invitation visit: `https://{your Staticman v2/3 API}/v[2|3]/connect/{your GitHub username}/{your repository name}`. - -**Note:** The new GitHub App authentication method is recommended for GitHub repositories to avoid the API rate limit. -{: .notice--info} - -##### Configure Staticman - -###### Staticman v3 - -Due to the [support for GitLab](https://github.com/eduardoboucas/staticman/pull/219), the URL scheme has been changed. Between `v3/entry/` and `/{your Git username}`, one needs to input a Git service provider (either `github` or `gitlab`). For example - - https://{your Staticman v3 API}/v3/entry/github/{your Git username}/{your repository name}/... - -```yaml -# _config.yml (defaults) -repository : # Git username/repo-name e.g. "mmistakes/minimal-mistakes" -comments: - provider : "staticman_v2" - staticman: - branch : "master" - endpoint : https://{your Staticman v3 API}/v3/entry/github/ -``` - -###### Staticman v2 - -Default settings have been provided in [`staticman.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/staticman.yml) and are commented to guide you through setup. View the [full list of configurations](https://staticman.net/docs/configuration). - -```yaml -# staticman.yml (defaults) -comments: - allowedFields : ["name", "email", "url", "message"] - branch : "master" - commitMessage : "New comment by {fields.name}" - filename : "comment-{@timestamp}" - format : "yaml" - generatedFields: - date: - type : "date" - options: - format : "iso8601" - moderation : true - path : "_data/comments/{options.slug}" - requiredFields : ["name", "email", "message"] - transforms: - email : md5 -``` - -These settings need to be added to your `_config.yml` file as well: - -```yaml -# _config.yml (defaults) -repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" -comments: - provider : "staticman_v2" - staticman: - branch : "master" -``` - -**Branch setting:** This is the branch comment files will be sent to via pull requests. If you host your site on GitHub Pages it will likely be `master` unless your repo is setup as a project --- use `gh-pages` in that case. -{: .notice--info} - -**Note:** Staticman is currently compatible with GitHub and GitLab based repositories. [Support for GitLab Pages](https://github.com/eduardoboucas/staticman/issues/22) is already available at [Staticman v3](https://github.com/eduardoboucas/staticman/pull/219). -{: .notice--warning} - -###### Staticman v1 (deprecated) - -Default settings have been provided in `_config.yml`. The important ones to set are `provider: "staticman"`, `branch`, and `path`. View the [full list of configurations](https://staticman.net/docs/configuration). - -```yaml -# _config.yml (defaults) -comments: - provider: "staticman" -staticman: - allowedFields : ['name', 'email', 'url', 'message'] - branch : "master" - commitMessage : "New comment by {fields.name}" - filename : comment-{@timestamp} - format : "yml" - moderation : true - path : "_data/comments/{options.slug}" - requiredFields : ['name', 'email', 'message'] - transforms: - email : "md5" - generatedFields: - date: - type : "date" - options: - format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" -``` - -##### Comment moderation - -By default comment moderation is enabled in `staticman.yml`. As new comments are submitted Staticman will send a pull request. Merging these in will approve the comment, close the issue, and automatically rebuild your site (if hosted on GitHub Pages). - -To skip this moderation step simply set `moderation: false`. - -**ProTip:** Create a GitHub webhook that sends a `POST` request to the following payload URL `https://{your Staticman API URL}/v2/webhook` and triggers a "Pull request" event to delete Staticman branches on merge. -{: .notice--info} - -![pull-request webhook]({{ "/assets/images/mm-staticman-pr-webhook.jpg" | relative_url }}) - -##### reCAPTCHA support (v2 only) - -To enable Google's reCAPTCHA to aid in spam detection you'll need to: - -1. Apply for [reCAPTCHA API](https://www.google.com/recaptcha) keys and register your site using the reCAPTCHA V2 type. -2. Add your site and secret keys to `staticman.yml` and `_config.yml`. Be sure to properly encrypt your secret key using [Staticman's encrypt endpoint](https://staticman.net/docs/encryption). - -```yaml -reCaptcha: - enabled: true - siteKey: # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q" - secret: # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=" -``` - -#### Other comment providers - -To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/comments-providers/custom.html`. - -### Custom feed URL - -By default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To link to an externally hosted feed update `atom_feed` in `_config.yml` like so: - -```yaml -atom_feed: - path: "http://feeds.feedburner.com/youFeedname" -``` - -**Note:** By default the site feed is linked in two locations: inside the [`<head>` element](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head.html) and at the bottom of every page in the [site footer](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html). -{: .notice--info} - -### Disable Feed Icons - -By default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To remove the RSS icon in the header and footer, update `atom_feed` in `_config.yml` like so: - -```yaml -atom_feed: - hide: true -``` - -### Site search - -To enable site-wide search add `search: true` to your `_config.yml`. - -![masthead search example]({{ "/assets/images/masthead-search.gif" | relative_url }}) - -#### Lunr (default) - -The default search uses [**Lunr**](https://lunrjs.com/) to build a search index of all post and your documents in collections. This method is 100% compatible with sites hosted on GitHub Pages. - -To have it index all pages, update `lunr` in `_config.yml` like so: - -```yaml -lunr: - search_within_pages: true -``` - -**Note:** Only the first 50 words of a post or page's body content is added to the Lunr search index. Setting `search_full_content` to `true` in your `_config.yml` will override this and could impact page load performance. -{: .notice--warning} - -#### Algolia - -For faster and more relevant search ([see demo](https://mmistakes.github.io/minimal-mistakes-algolia-search/)): - -1. Add the [`jekyll-algolia`](https://github.com/algolia/jekyll-algolia) gem to your `Gemfile`, in the `:jekyll_plugins` section. - - ```ruby - group :jekyll_plugins do - gem "jekyll-feed" - gem "jekyll-seo-tag" - gem "jekyll-sitemap" - gem "jekyll-paginate" - gem "jekyll-include-cache" - gem "jekyll-algolia" - end - ``` - - Once this is done, download all dependencies by running `bundle install`. - -2. Switch search providers from `lunr` to `algolia` in your `_config.yml` file: - - ```yaml - search_provider: algolia - ``` - -3. Add the following Algolia credentials to your `_config.yml` file. *If you don't have an Algolia account, you can open a free [Community plan](https://www.algolia.com/users/sign_up/hacker). Once signed in, you can grab your credentials from [your dashboard](https://www.algolia.com/licensing).* - - ```yaml - algolia: - application_id: # YOUR_APPLICATION_ID - index_name: # YOUR_INDEX_NAME - search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY - powered_by: # true (default), false - ``` - -4. Once your credentials are setup, you can run the indexing with the following command: - - ``` - ALGOLIA_API_KEY=your_admin_api_key bundle exec jekyll algolia - ``` - - For Windows users you will have to use `set` to assigned the `ALGOLIA_API_KEY` environment variable. - - ``` - set ALGOLIA_API_KEY=your_admin_api_key - bundle exec jekyll algolia - ``` - - Note that `ALGOLIA_API_KEY` should be set to your admin API key. - -To use the Algolia search with GitHub Pages hosted sites follow [this deployment guide](https://community.algolia.com/jekyll-algolia/github-pages.html). Or this guide for [deploying on Netlify](https://community.algolia.com/jekyll-algolia/netlify.html). - -**Note:** The Jekyll Algolia plugin can be configured in several ways. Be sure to check out [their full documentation](https://community.algolia.com/jekyll-algolia/options.html "Algolia configuration") on how to exclude files and other valuable settings. -{: .notice--info} - -#### Google Custom Search Engine - -Add a Google search box to your site. - -1. Create a **New search engine** in [Google Custom Search Engine](https://cse.google.com/cse/all), give it an appropriate name and setup "Sites to search" to your liking. - -2. Under **Look and feel** choose the "Results only" layout and a theme (*Minimalist* is a good choice to match the default look of the Minimal Mistakes). - - ![Google Custom Search Engine layout]({{ '/assets/images/google-custom-search-engine-layout.png' | relative_url }}) - -3. Select "Save & Get Code" and grab your search engine ID from the line that begins with `var cx = 'YOUR_SEARCH_ENGINE_ID'`. - -4. Add your search engine ID to `_config.yml` like so: - - ```yaml - google: - search_engine_id: YOUR_SEARCH_ENGINE_ID - ``` - -**Note:** If your site is new and hasn't been indexed by Google yet, search will be incomplete and won't provide accurate results. -{: .notice--info} - -### SEO, social sharing, and analytics settings - -All optional, but a good idea to take the time setting up to improve SEO and links shared from the site. - -#### Google Search Console - -Formerly known as [Google Webmaster Tools](https://www.google.com/webmasters/tools/), add your [verification code](https://support.google.com/analytics/answer/1142414?hl=en) like so: `google_site_verification: "yourVerificationCode"`. - -**Note:** You likely won't have to do this if you verify site ownership through **Google Analytics** instead. -{: .notice--warning} - -#### Bing Webmaster Tools - -There are several ways to [verify site ownership](https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b) --- the easiest adding an authentication code to your config file. - -Copy and paste the string inside of `content`: - -```html -<meta name="msvalidate.01" content="0FC3FD70512616B052E755A56F8952D" /> -``` - -Into `_config.yml` - -```yaml -bing_site_verification: "0FC3FD70512616B052E755A56F8952D" -``` - -#### Naver Webmaster Tools - -To verify site ownership you will need to [create a Naver account](https://nid.naver.com/user2/joinGlobal.nhn?lang=en_US&m=init) and then **Add your site** via [Naver Webmaster Tools](http://webmastertool.naver.com/). - -Much like Google and Bing you'll be provided with a meta description: - -```html -<meta name="naver-site-verification" content="6BF5A01C0E650B479B612AC5A2184144">` -``` - -Which you can add to your `_config.yml` like so: - -```yaml -naver_site_verification: "6BF5A01C0E650B479B612AC5A2184144" -``` - -#### Yandex - -To verify site ownership copy and paste the string inside of `content`: - -```html -<meta name='yandex-verification' content='2132801JL' /> -``` - -Into `_config.yml` - -```yaml -yandex_site_verification: "2132801JL" -``` - -#### Baidu - -There are several ways to verify site ownership — the easiest is adding an authentication code to your config file. - -Copy and paste the string inside of `content`: - -```html -<meta name="baidu-site-verification" content="code-iA0wScWXN1" /> -``` - -Into `_config.yml` - -```yaml -baidu_site_verification: "code-iA0wScWXN1" -``` - -#### Twitter Cards and Facebook Open Graph - -To improve the appearance of links shared from your site to social networks like Twitter and Facebook be sure to configure the following. - -##### Site Twitter username - -Twitter username for the site. For pages that have custom author Twitter accounts assigned in their YAML Front Matter or data file, they will be attributed as a **creator** in the Twitter Card. - -For example if my site's Twitter account is `@mmistakes-theme` I would add the following to `_config.yml` - -```yaml -twitter: - username: "mmistakes-theme" -``` - -And if I assign `@mmistakes` as an author account it will appear in the Twitter Card along with `@mmistakes-theme`, attributed as a creator of the page being shared. - -**Note**: You need to validate cards are working and have Twitter [approve Player Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/player-card) before they begin showing up. -{: .notice--warning} - -##### Facebook Open Graph - -If you have a Facebook ID or publisher page add them: - -```yaml -facebook: - app_id: # A Facebook app ID - publisher: # A Facebook page URL or ID of the publishing entity -``` - -While not part a part of Open Graph, you can also add your Facebook username for use in the sidebar and footer. - -```yaml -facebook: - username: "michaelrose" # https://www.facebook.com/michaelrose -``` - -**ProTip:** To debug Open Graph data use [this tool](https://developers.facebook.com/tools/debug/) to test your pages. If content changes aren't reflected you will probably have to hit the **Scrape Again** button to refresh. -{: .notice--info} - -##### Open Graph default image - -For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use your logo, icon, avatar or something else that is meaningful. Just make sure it is placed in the `/assets/images/` folder, has a minimum size of 120px by 120px, and is less than 1MB in file size. - -```yaml -og_image: /assets/images/site-logo.png -``` - -{% include figure - image_path="/assets/images/mm-twitter-card-summary-image.jpg" - alt="Twitter Card summary example" - caption="Example of an image placed in a Summary Card." -%} - -Documents who have a `header.image` assigned in their YAML Front Matter will appear like this when shared on Twitter and Facebook. - -{% include figure - image_path="/assets/images/mm-twitter-card-summary-large.jpg" - alt="page shared on Twitter" - caption="Shared page on Twitter with header image assigned." -%} - -{% include figure - image_path="/assets/images/facebook-share-example.jpg" - alt="page shared on Facebook" - caption="Shared page on Facebook with header image assigned." -%} - -##### Include your social profile in search results - -Use markup on your official website to add your [social profile information](https://developers.google.com/structured-data/customize/social-profiles#adding_structured_markup_to_your_site) to the Google Knowledge panel in some searches. Knowledge panels can prominently display your social profile information. - -```yaml -social: - type: # Person or Organization (defaults to Person) - name: # If the user or organization name differs from the site's name - links: - - "https://twitter.com/yourTwitter" - - "https://www.facebook.com/yourFacebook" - - "https://instagram.com/yourProfile" - - "https://www.linkedin.com/in/yourprofile" -``` - -#### Analytics - -Analytics is disabled by default. To enable globally select one of the following: - -| Name | Analytics Provider | -| -------------------- | --------------------------------------------------------------- | -| **google** | [Google Standard Analytics](https://www.google.com/analytics/) | -| **google-universal** | [Google Universal Analytics](https://www.google.com/analytics/) | -| **google-gtag** | [Google Analytics Global Site Tag](https://www.google.com/analytics/) | -| **custom** | Other analytics providers | - -For Google Analytics add your Tracking Code: - -```yaml -analytics: - provider: "google-gtag" - google: - tracking_id: "UA-1234567-8" - anonymize_ip: false # default -``` - -To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/analytics-providers/custom.html`. - -**Note:** Analytics are disabled in `development`. To enable when testing/building locally be sure to set -`JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production. -{: .notice--info} - -## Site author - -Used as the defaults for defining what appears in the author sidebar. - -![author sidebar example]({{ "/assets/images/mm-author-sidebar-example.jpg" | relative_url }}) - -**Note:** For sites with multiple authors these values can be overridden post by post with custom YAML Front Matter and a data file. For more information on how that works see below. -{: .notice--info} - -```yaml -author: - name : "Your Name" - avatar : "/assets/images/bio-photo.jpg" - bio : "My awesome biography constrained to a sentence or two goes here." - location : "Somewhere, USA" -``` - -Author links are all optional, include the ones you want visible under the `author.links` array. - -| Name | Description | -| --- | --- | -| **label** | Link label (e.g. `"Twitter"`) | -| **icon** | [Font Awesome icon](https://fontawesome.com/v6/search) classes (e.g. `"fab fa-fw fa-twitter-square"`) | -| **url** | Link URL (e.g. `"https://twitter.com/mmistakes"`) | - -```yaml -author: - name: "Your Name" - avatar: "/assets/images/bio-photo.jpg" - bio: "I am an **amazing** person." # Note: Markdown is allowed - location: "Somewhere" - links: - - label: "Made Mistakes" - icon: "fas fa-fw fa-link" - url: "https://mademistakes.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/mmistakes" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/mmistakes" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/mmistakes" -``` - -To customize the author sidebar, read the full [layout documentation]({{ "/docs/layouts/#author-profile" | relative_url }}). - -## Site footer - -Footer links can be added under the `footer.links` array. - -| Name | Description | -| --- | --- | -| **label** | Link label (e.g. `"Twitter"`) | -| **icon** | [Font Awesome icon](https://fontawesome.com/v6/search) classes (e.g. `"fab fa-fw fa-twitter-square"`) | -| **url** | Link URL (e.g. `"https://twitter.com/mmistakes"`) | - -```yaml -footer: - links: - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/mmistakes" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/mmistakes" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/mmistakes" -``` - -**Note:** Twitter and Facebook footer links no longer automatically pull from `site.twitter.username` and `site.facebook.username`. This behavior has been deprecated in favor of the `footer.links` array above. -{: .notice--danger} - -To change "Follow:" text that precedes footer links, edit the `follow_label` key in `_data/ui-text.yml`. - -## Reading files - -Nothing out of the ordinary here. `include` and `exclude` may be the only things you need to alter. - -## Conversion and Markdown processing - -Again nothing out of the ordinary here as the theme adheres to the defaults used by GitHub Pages. [**Kramdown**](http://kramdown.gettalong.org/) for Markdown conversion, [**Rouge**](https://rouge.jneen.net/) syntax highlighting, and incremental building disabled. Change them if you need to. - -## Front Matter Defaults - -To save yourself time setting [Front Matter Defaults](https://jekyllrb.com/docs/configuration/front-matter-defaults/) for posts, pages, and collections is the way to go. Sure you can assign layouts and toggle settings like **reading time**, **comments**, and **social sharing** in each file, but that's not ideal. - -Using the `default` key in `_config.yml` you could set the layout and enable author profiles, reading time, comments, social sharing, and related posts for all posts --- in one shot. - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true -``` - -Pages Front Matter defaults can be scoped like this: - -```yaml -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single -``` - -And collections like this: - -```yaml -defaults: - # _foo - - scope: - path: "" - type: foo - values: - layout: single -``` - -And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml). - -## Outputting - -The default permalink style used by the theme is `permalink: /:categories/:title/`. If you have a post named `2016-01-01-my-post.md` with `categories: foo` in the YAML Front Matter, Jekyll will generate `_site/foo/my-post/index.html`. - -**Note:** If you plan on enabling breadcrumb links --- including category names in permalinks is a big part of how those are created. -{: .notice--warning} - -### Paginate - -If [using pagination](https://github.com/jekyll/jekyll-paginate) on the homepage you can change the amount of posts shown with: - -```yaml -paginate: 5 -``` - -You'll also need to include some Liquid and HTML to properly use the paginator, which you can find in the **Layouts** section under [Home Page]({{ "/docs/layouts/#home-page" | relative_url }}). - -The paginator only works on files with name `index.html`. To use pagination in a subfolder --- for example `/recent/`, create `/recent/index.html` and set the `paginate_path` in `_config.yml` to this: - -```yaml -paginate_path: /recent/page:num/ -``` - -**Please note:** When using Jekyll's default [pagination plugin](https://jekyllrb.com/docs/pagination/) `paginator.posts` can only be called once. If you're looking for something more powerful that can paginate category, tag, and collection pages I suggest **[jekyll-paginate-v2][jekyll-paginate-v2]**. -{: .notice--info} - - [jekyll-paginate-v2]: https://github.com/sverrirs/jekyll-paginate-v2 - -### Paginate V2 - -*New in v4.26.0* - -If you're using [Jekyll Paginate V2][jekyll-paginate-v2], you can enjoy its powerful features by removing `paginate` and `paginate_path` and adding the following configuration to your `_config.yml`: - -```yaml -pagination: - enabled: true - collection: 'posts' - per_page: 5 - permalink: '/page/:num/' # Pages are index.html inside this folder (default) - title: ':title - page :num' - limit: 0 - sort_field: 'date' - sort_reverse: true - trail: - before: 2 - after: 2 -``` - -Then, create `/posts/index.html` with the following content: - -```html ---- -title: "Posts" -layout: home -permalink: /posts/ -pagination: - enabled: true ---- -``` - -Your posts will be paginated at `/posts/`, `/posts/page/2/` and `/posts/page/3/` etc. - -Similarly, if you want to paginate a collection or a tag, you can create another `index.html` at an appropriate location, and add configuration to the `pagination` key in the front matter, like this: - -```html ---- -title: "Lovely pets" -layout: home -permalink: /pets/ -pagination: - enabled: true - collection: - - cat - - dog ---- -``` - -<div class="notice--danger" markdown="1"> -**Note:** There are two more configuration options from Jekyll Paginate V2 that this theme doesn't support yet. You should either leave them out or use their default values as shown below. Changing them may lead to unexpected results and you're on your own. - -```yaml -pagination: - # Optional, the default file extension for generated pages (e.g html, json, xml). - # Internally this is set to html by default - extension: html - - # Optional, the default name of the index file for generated pages (e.g. 'index.html') - # Without file extension - indexpage: 'index' -``` -</div> - -### Timezone - -This sets the timezone environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the [IANA Time Zone Database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) is valid. The default is the local time zone, as set by your operating system. - -```yaml -timezone: America/New_York -``` - -## Plugins - -When hosting with GitHub Pages a small [set of gems](https://pages.github.com/versions/) have been whitelisted for use. The theme uses a few of them which can be found under `gems`. Additional settings and configurations are documented in the links below. - -| Plugin | Description | -| --- | --- | -| [jekyll-paginate][jekyll-paginate] | Pagination Generator for Jekyll. | -| [jekyll-sitemap][jekyll-sitemap] | Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site. | -| [jekyll-gist][jekyll-gist] | Liquid tag for displaying GitHub Gists in Jekyll sites. | -| [jekyll-feed][jekyll-feed] | A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts. | -| [jekyll-include-cache][jekyll-include-cache] | Liquid tag that caches Liquid includes. | - -[jekyll-paginate]: https://github.com/jekyll/jekyll-paginate -[jekyll-sitemap]: https://github.com/jekyll/jekyll-sitemap -[jekyll-gist]: https://github.com/jekyll/jekyll-gist -[jekyll-feed]: https://github.com/jekyll/jekyll-feed -[jekyll-include-cache]: https://github.com/benbalter/jekyll-include-cache - -If you're hosting elsewhere then you don't really have to worry about what is whitelisted as you are free to include whatever [Jekyll plugins](https://jekyllrb.com/docs/plugins/) you desire. - -**Note:** The [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin needs 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. -{: .notice--warning} - -## Archive settings - -The theme ships with support for taxonomy (category and tag) pages. GitHub Pages hosted sites need to use a _Liquid only_ approach while those hosted elsewhere can use plugins like [**jekyll-archives**][jekyll-archives] to generate these pages automatically. - -[jekyll-archives]: https://github.com/jekyll/jekyll-archives - -The default `type` is set to use Liquid. - -**Note:** `category_archive` and `tag_archive` were previously named `categories` and `tags`. Names were changed to avoid possible conflicts with `site.categories` and `site.tags`. -{: .notice--danger} - -```yaml -category_archive: - type: liquid - path: /categories/ -tag_archive: - type: liquid - path: /tags/ -``` - -Which would create category and tag links in the breadcrumbs and page meta like: `/categories/#foo` and `/tags/#foo`. - -**Note:** these are simply hash (fragment) links into the full taxonomy index pages. For them to resolve properly, the category and tag index pages need to exist at [`/categories/index.html`](https://github.com/{{ site.repository }}/blob/master/docs/_pages/category-archive.md) (copy to `_pages/category-archive.md`) and [`/tags/index.html`](https://github.com/{{ site.repository }}/blob/master/docs/_pages/tag-archive.md) (copy to `_pages/tag-archive.md`). -{: .notice--warning} - -If you have the luxury of using Jekyll Plugins, then [**jekyll-archives**][jekyll-archives] will create a better experience as discrete taxonomy pages would be generated, and their corresponding links would be "real" (not just hash/fragment links into a larger index). However, the plugin will not generate the taxonomy index pages (`category-archive.md` and `tag-archive.md`) so you'd still need to manually create them if you'd like to have them (see note above). - -First, you'll need to make sure that the `jekyll-archives` plugin is installed. Either run `gem install jekyll-archives` or add the following to your `Gemfile`: - -``` -group :jekyll_plugins do - gem "jekyll-archives" -end -``` - -Then run `bundle install`. - -Now that the plugin is installed, change `type` to `jekyll-archives` and apply the following [configurations](https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md): - -```yaml -category_archive: - type: jekyll-archives - path: /categories/ -tag_archive: - type: jekyll-archives - path: /tags/ -jekyll-archives: - enabled: - - categories - - tags - layouts: - category: archive-taxonomy - tag: archive-taxonomy - permalinks: - category: /categories/:name/ - tag: /tags/:name/ -``` - -**Note:** The `archive-taxonomy` layout used by jekyll-archives is provided with the theme and can be found in the `_layouts` folder. -{: .notice--info} - -<div class="notice--success" markdown="1"> - -<h4 class="no_toc"><i class="fas fa-lightbulb"></i> Tip</h4> - -To apply [Front Matter defaults](https://jekyllrb.com/docs/configuration/front-matter-defaults/) to pages generated by the `jekyll-archives` plugin, you can specify a scope of an empty `path` and a `type` of either `tag` or `category`. - -For example, the following configuration enables author profile on tag archives and disables comments on category archives. - -```yaml -defaults: - - scope: - path: "" - type: tag - values: - author_profile: true - - scope: - path: "" - type: category - values: - comments: false -``` - -</div> - -## HTML compression - -If you care at all about performance (and really who doesn't) compressing the HTML files generated by Jekyll is a good thing to do. - -If you're hosting with GitHub Pages there aren't many options afforded to you for optimizing the HTML Jekyll generates. Thankfully there is some Liquid wizardry you can use to strip whitespace and comments to reduce file size. - -There's a variety of configurations and caveats to using the `compress` layout, so be sure to read through the [documentation](http://jch.penibelst.de/) if you decide to make change the defaults set in the theme's `_config.yml`. - -```yaml -compress_html: - clippings: all - ignore: - envs: development # disable compression in dev environment -``` - -**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`. -{: .notice--warning} - -**Note:** CDN services such as CloudFlare provide optional automatic minification for HTML, CSS, and JavaScript. If you are serving your site via such a service and have minification enabled, this configuration might be redundant. -{: .notice--info} diff --git a/docs/_docs/06-overriding-theme-defaults.md b/docs/_docs/06-overriding-theme-defaults.md deleted file mode 100644 index a4fa3f6f1cfa..000000000000 --- a/docs/_docs/06-overriding-theme-defaults.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Overriding Theme Defaults" -permalink: /docs/overriding-theme-defaults/ -excerpt: "Instructions on how to customize the theme's default set of layouts, includes, and stylesheets when using the Ruby Gem version." -last_modified_at: 2020-07-27 ---- - -When installing the theme as a Ruby Gem its layouts, includes, stylesheets, and other assets are all bundled in the `gem`. Meaning they're not easily visible in your project. - -Each of these files can be modified, but you'll need to copy the default version into your project first. For example, if you wanted to modify the default [`single` layout](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/single.html), you'd start by copying it to `_layouts/single.html`. - -**ProTip**: To locate theme files, run `bundle info minimal-mistakes-jekyll`. Then copy the files you want to override from the returned path, to the appropriate folder in your project. -{: .notice--info} - -Jekyll will use the files in your project first before falling back to the default versions of the theme. It exhibits this behavior with files in the following folders: - -``` -/assets -/_layouts -/_includes -/_sass -``` - -Additionally, from `v4.5.0` onwards the theme-gem will also exhibit above behavior for `/_data` via a plugin. -Consequently, the data files for UI Text and Navigation are also bundled within the theme-gem. -This doesn't apply if you're building your site on GitHub Pages, however. - -For more information on customizing the theme's [stylesheets]({{ "/docs/stylesheets/" | relative_url }}) and [JavaScript]({{ "/docs/javascript/" | relative_url }}), see the appropriate pages. diff --git a/docs/_docs/07-navigation.md b/docs/_docs/07-navigation.md deleted file mode 100644 index feb9fe25a53c..000000000000 --- a/docs/_docs/07-navigation.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: "Navigation" -permalink: /docs/navigation/ -excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links." -last_modified_at: 2018-03-20T15:59:40-04:00 -toc: true ---- - -Customize site navigational links through a Jekyll data file. - -## Masthead - -The masthead links use a "priority plus" design pattern. Meaning, show as many navigation items that will fit horizontally with a toggle to reveal the rest. - -To define these links add titles and URLs under the `main` key in `_data/navigation.yml`: - -```yaml -main: - - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ - - title: "Posts" - url: /year-archive/ - - title: "Categories" - url: /categories/ - - title: "Tags" - url: /tags/ - - title: "Pages" - url: /page-archive/ - - title: "Collections" - url: /collection-archive/ - - title: "External Link" - url: https://google.com - target: _blank -``` - -Which will give you a responsive masthead similar to this: - -![priority plus masthead animation]({{ "/assets/images/mm-priority-plus-masthead.gif" | relative_url }}) - -Optionally, you can add a `description` key per title in the `main` key. This `description` will show up like a tooltip, when the user hovers over the link on a desktop browser. - -**ProTip:** Put the most important links first so they're always visible and not hidden behind the **menu toggle**. -{: .notice--info} - -## Breadcrumbs (beta) - -Enable breadcrumb links to help visitors better navigate deep sites. Because of the fragile method of implementing them they don't always produce accurate links reliably. For best results: - -1. Use a category based permalink structure e.g. `permalink: /:categories/:title/` -2. Manually create pages for each category or use a plugin like [jekyll-archives](https://github.com/jekyll/jekyll-archives) to auto-generate them. If these pages don't exist breadcrumb links to them will be broken. - -![breadcrumb navigation example]({{ "/assets/images/mm-breadcrumbs-example.jpg" | relative_url }}) - -```yaml -breadcrumbs: true # disabled by default -``` - -Breadcrumb start link text and separator character can both be changed in `_data/ui-text.yml`. - -```yaml -breadcrumb_home_label : "Home" -breadcrumb_separator : "/" -``` - -For breadcrumbs that resemble something like `Start > Blog > My Awesome Post` you'd apply these settings: - -```yaml -breadcrumb_home_label : "Start" -breadcrumb_separator : ">" -``` - -## Custom sidebar navigation menu - -See the [**sidebars** documentation]({{ "/docs/layouts/#custom-sidebar-navigation-menu" | relative_url }}) for information on setting up a custom navigation menu. \ No newline at end of file diff --git a/docs/_docs/08-ui-text.md b/docs/_docs/08-ui-text.md deleted file mode 100644 index 72c8b4f873fe..000000000000 --- a/docs/_docs/08-ui-text.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: "UI Text" -permalink: /docs/ui-text/ -excerpt: "Text for customizing user interface elements found in the theme." -last_modified_at: 2021-05-11T10:22:55-04:00 ---- - -Text for UI elements, `_layouts`, and `_includes` grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing theme text a bit easier. - -The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) are translated in the following languages: - -- Arabic (عربي) -- Brazilian Portuguese (Português brasileiro) -- Catalan -- Chinese -- Danish -- Dutch -- Finnish -- French (Français) -- German (Deutsch) -- Greek -- Hebrew -- Hungarian -- Indonesian -- Irish (Gaeilge) -- Italian (Italiano) -- Kiswahili -- Korean -- Japanese -- Malayalam -- Myanmar (Burmese) -- Nepali (Nepalese) -- Norwegian (Norsk) -- Polish -- Persian (فارسی) -- Romanian -- Russian -- Slovak -- Spanish (Español) -- Swedish -- Thai -- Turkish (Türkçe) -- Vietnamese - -If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over. - -[^yaml-anchors]: `en-US`, and `en-GB` use [YAML anchors](http://www.yaml.org/spec/1.2/spec.html#id2785586) to reference the values in `en` as to not repeat them. - -Many of the label based keys like `meta_label`, `categories_label`, `tags_label`, `share_on_label`, and `follow_label` can be left blank if you'd like to omit them from view. It really depends on you and if you want an even more minimal look to your site. - -![UI text labels]({{ "/assets/images/mm-ui-text-labels.jpg" | relative_url }}) - -**Note:** The theme comes with localized text in English (`en`, `en-US`, `en-GB`). If you change `locale` in `_config.yml` to something else, most of the UI text will go blank. Be sure to add the corresponding locale key and translated text to `_data/ui-text.yml` to avoid this. -{: .notice--warning} diff --git a/docs/_docs/09-authors.md b/docs/_docs/09-authors.md deleted file mode 100644 index 0990089a7bcc..000000000000 --- a/docs/_docs/09-authors.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Authors" -permalink: /docs/authors/ -excerpt: "Instructions and settings for working with multiple site authors." -last_modified_at: 2018-09-10T12:33:24-04:00 ---- - -Sites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/). - -To assign an author to a post or page that is different from the site author specified in `_config.yml`: - -**Step 1.** Create `_data/authors.yml` and add authors using the following format. Any variables found under `author:` in `_config.yml` can be used (e.g. `name`, `bio`, `avatar`, author `links`, etc.). - -```yaml -# /_data/authors.yml - -Billy Rick: - name : "Billy Rick" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "/assets/images/bio-photo-2.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:billyrick@rick.com" - - label: "Website" - icon: "fas fa-fw fa-link" - url: "https://thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/extravagantman" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - bio : "I ordered what?" - avatar : "/assets/images/bio-photo.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:cornelius@thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/rhymeswithsackit" -``` - -**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. - -Example: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied: - -```yaml -author: Billy Rick -``` diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md deleted file mode 100644 index cf3eeb47a5e0..000000000000 --- a/docs/_docs/10-layouts.md +++ /dev/null @@ -1,853 +0,0 @@ ---- -title: "Layouts" -permalink: /docs/layouts/ -excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them." -single_layout_gallery: - - image_path: /assets/images/mm-layout-single-header.png - alt: "single layout with header example" - - image_path: /assets/images/mm-layout-single-meta.png - alt: "single layout with comments and related posts" -last_modified_at: 2020-08-30T21:27:40-04:00 -toc: true -toc_label: "Included Layouts" -toc_icon: "columns" ---- - -The bread and butter of any theme. Below you'll find the layouts included with Minimal Mistakes, what they look like and the type of content they've been built for. - -## Default layout - -The base layout all other layouts inherit from. There's not much to this layout apart from pulling in several `_includes`: - -* `<head>` elements -* masthead navigation links -* {% raw %}`{{ content }}`{% endraw %} -* page footer -* scripts - -**Note:** You won't ever assign this layout directly to a post or page. Instead all other layouts will build off of it by setting `layout: default` in their YAML Front Matter. -{: .notice--warning} - -### Layout based and user-defined classes - -Class names corresponding to each layout are automatically added to the `<body>` element eg. `<body class="layout--single">`. - -| layout | class name | -| ---------------- | --------------------------- | -| archive | `.layout--archive` | -| archive-taxonomy | `.layout--archive-taxonomy` | -| search | `.layout--search` | -| single | `.layout--single` | -| splash | `.layout--splash` | -| home | `.layout--home` | -| posts | `.layout--posts` | -| categories | `.layout--categories` | -| category | `.layout--category` | -| tags | `.layout--tags` | -| tag | `.layout--tag` | - -Using YAML Front Matter you can also assign custom classes to target with CSS or JavaScript. Perfect for "art directed" posts or adding custom styles to specific pages. - -Example: - -```yaml ---- -layout: splash -classes: - - landing - - dark-theme ---- -``` - -Outputs: - -```html -<body class="layout--splash landing dark-theme"> -``` - -### Canonical URL - -You can set custom Canonical URL for a page by specifying `canonical_url` option in pages YAML Front Matter. For example, if you have the following: - -```yaml -layout: single -title: Title of Your Post -canonical_url: "https://yoursite.com/custom-canonical-url" -``` - -This will generate the following in the `<head>` of your page: - -```html -<link rel="canonical" href="https://yoursite.com/custom-canonical-url" /> -``` - -## Compress layout - -A Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`. - -**Note:** Has been known to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default. -{: .notice--danger} - -* [Documentation](http://jch.penibelst.de/) - -## Single layout - -The layout you'll likely use the most --- sidebar and main content combo. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* Optional social sharing links module -* Optional comments module -* Optional related posts module -* Wide page variant - -{% include gallery id="single_layout_gallery" caption="Image header and meta info examples for `single` layout" %} - -Assign with `layout: single` , or better yet apply as a [Front Matter default]({{ "/docs/configuration/#front-matter-defaults" | relative_url }}) in `_config.yml`. - -### Wide page - -To expand the main content to the right, filling the space of what is normally occupied by the table of contents. Add the following to a post or page's YAML Front Matter: - -```yaml -classes: wide -``` - -**Note:** If the page contains a table of contents, it will no longer appear to the right. Instead it will be forced into the main content container directly following the page's title. -{: .notice--info} - -### Table of contents - -Auto-generated table of contents list for your posts and pages can be enabled by adding `toc: true` to the YAML Front Matter. - -![table of contents example]({{ "/assets/images/mm-toc-helper-example.jpg" | relative_url }}) - -| Parameter | Required | Description | Default | -| --------- | -------- | ----------- | ------- | -| **toc** | Optional | Show table of contents. (boolean) | `false` | -| **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. | -| **toc_icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class="fas fa-file-alt"></i> **file-alt** icon. Other FA icons can be used instead. | -| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` | - -**TOC example with custom title and icon** - -```yaml ---- -toc: true -toc_label: "My Table of Contents" -toc_icon: "cog" ---- -``` - -{% capture notice-text %} -**Note:** You need to use contiguous levels of headings for the TOC to generate properly. For example: - -```markdown -Good headings: - -# Heading -## Heading -### Heading -### Heading -# Heading -## Heading - -Bad headings: - -# Heading -### Heading (skipped H2) -##### Heading (skipped H4) -``` -{% endcapture %} - -<div class="notice--warning"> - {{ notice-text | markdownify }} -</div> - -## Archive layout - -Essentially the same as `single` with markup adjustments and some modules removed. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* List and grid views - -<figure> - <img src="{{ '/assets/images/mm-layout-archive.png' | relative_url }}" alt="archive layout example"> - <figcaption>List view example.</figcaption> -</figure> - -Below are sample archive pages you can easily drop into your project, taking care to rename `permalink`, `title`, or the filename to fit your site. Each is 100% compatible with GitHub Pages. - -* [All Posts Grouped by Category -- List View][posts-categories] -* [All Posts Grouped by Tag -- List View][posts-tags] -* [All Posts Grouped by Year -- List View][posts-year] -* [All Posts Grouped by Collection -- List View][posts-collection] -* [Portfolio Collection -- Grid View][portfolio-collection] - -[posts-categories]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/category-archive.md -[posts-tags]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/tag-archive.md -[posts-year]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/year-archive.md -[posts-collection]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/collection-archive.html -[portfolio-collection]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/portfolio-archive.md - -Post and page excerpts are auto-generated by Jekyll which grabs the first paragraph of text. To override this text with something more specific use the following YAML Front Matter: - -```yaml -excerpt: "A unique line of text to describe this post that will display in an archive listing and meta description with SEO benefits." -``` - -### Wide page - -To expand the main content to the right, filling the space of what is normally occupied by the table of contents. Add the following to a post or page's YAML Front Matter: - -```yaml -classes: wide -``` - -### Grid view - -Adding `type=grid` to the `archive-single` helper will display archive posts in a 4 column grid. For example to create an archive displaying all documents in the portfolio collection: - -Create a portfolio archive page (eg. `_pages/portfolio-archive.md`) with the following YAML Front Matter: - -```yaml ---- -title: Portfolio -layout: collection -permalink: /portfolio/ -collection: portfolio -entries_layout: grid ---- -``` - -Teaser images are assigned similar to header images using the following YAML Front Matter: - -```yaml -header: - teaser: path-to-teaser-image.jpg -``` - -**Note:** More information on using this `_include` can be found under [**Helpers**]({{ "/docs/helpers/" | relative_url }}). -{: .notice--info} - -## Taxonomy archives - -If you have the luxury of using Jekyll plugins, the creation of category and tag archives is greatly simplified. Simply enable support for the [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) plugin with a few `_config.yml` settings as noted in the [**Configuration**]({{ "/docs/configuration/#archive-settings" | relative_url }}) section and you're good to go. - -![archive taxonomy layout example]({{ "/assets/images/mm-layout-archive-taxonomy.png" | relative_url }}) - -If you're not using the `jekyll-archives` plugin then you need to create archive pages yourself. Sample taxonomy archives can be found by grabbing the Markdown sources below and adding to your site. - -| Name | Layout | Example | -| -------------------- | ------ | ------ | -| [Posts Archive](https://mmistakes.github.io/minimal-mistakes/year-archive/) | `layout: posts` | [year-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/year-archive.md) | -| [Categories Archive](https://mmistakes.github.io/minimal-mistakes/categories/) | `layout: categories` | [category-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/category-archive.md) | -| [Category Archive](https://mmistakes.github.io/minimal-mistakes/categories/edge-case/) | `layout: category` | [edge-case.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/edge-case.md) | -| [Tags Archive](https://mmistakes.github.io/minimal-mistakes/tags/) | `layout: tags` | [tag-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/tag-archive.md) | -| [Tag Archive](https://mmistakes.github.io/minimal-mistakes/tags/markup/) | `layout: tag` | [markup.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/markup.md) | -| [Collection Archive](https://mmistakes.github.io/minimal-mistakes/recipes/) | `layout: collection` | [recipes-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/recipes-archive.md) | - -**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter. -{: .notice--info} - -### `layout: posts` - -This layout displays all posts grouped by the year they were published. It accommodates the same front matter as `layout: archive`. - -### `layout: categories` - -This layout displays all posts grouped category. It accommodates the same front matter as `layout: archive`. - -### `layout: tags` - -This layout displays all posts grouped by tag. It accommodates the same front matter as `layout: archive`. - -### `layout: collection` - -This layout displays all documents grouped by a specific collection. It accommodates the same front matter as `layout: archive` with the addition of the following: - -```yaml -collection: # collection name -entries_layout: # list (default), grid -show_excerpts: # true (default), false -sort_by: # date (default), title or any metadata key added to the collection's documents -sort_order: # forward (default), reverse -``` - -To create a page showing all documents in the `recipes` collection you'd create `recipes.md` in the root of your project and add this front matter: - -```yaml -title: Recipes -layout: collection -permalink: /recipes/ -collection: recipes -``` - -If you want to sort the collection by title add `sort_by: title`. If you want reverse sorting, add `sort_order: reverse`. -You can also use any metadata key that is present in the documents. For example, you can add `number: <any number>` to your documents and use `number` as the sort key: - -```yaml -sort_by: number -``` - -### `layout: category` - -This layout displays all posts grouped by a specific category. It accommodates the same front matter as `layout: archive` with the addition of the following: - -```yaml -taxonomy: # category name -entries_layout: # list (default), grid -``` - -To create a page showing all posts assigned to the category `foo` you'd create `foo.md` and add this front matter: - -```yaml -title: Foo -layout: category -permalink: /categories/foo/ -taxonomy: foo -``` - -### `layout: tag` - -This layout displays all posts grouped by a specific tag. It accommodates the same front matter as `layout: archive` with the addition of the following: - -```yaml -taxonomy: # tag name -entries_layout: # list (default), grid -``` - -To create a page showing all posts assigned to the tag `foo bar` you'd create `foo-bar.md` and add this front matter: - -```yaml -title: Foo Bar -layout: tag -permalink: /tags/foo-bar/ -taxonomy: foo bar -``` - -## Home page layout - -A derivative archive page layout to be used as a simple home page. It is built to show a paginated list of recent posts based off of the [pagination settings]({{ "/docs/configuration/#paginate" | relative_url }}) in `_config.yml`. - -<figure> - <img src="{{ '/assets/images/mm-home-post-pagination-example.jpg' | relative_url }}" alt="paginated home page example"> - <figcaption>Example of a paginated home page showing 5 recent posts.</figcaption> -</figure> - -To use create `index.html` at the root of your project and add the following YAML Front Matter: - -```yaml ---- -layout: home ---- -``` - -Then configure pagination in `_config.yml`. - -```yaml -paginate: 5 # amount of posts to show -paginate_path: /page:num/ -``` - -If you'd rather have a paginated page of posts reside in a subfolder instead of acting as your homepage make the following adjustments. - -Create `index.html` in the location you'd like. For example if I wanted it to live at **/blog** I'd create `/blog/index.html` with `layout: home` in its YAML Front Matter. - -Then adjust the `paginate_path` in **_config.yml** to match. - -```yaml -paginate_path: /blog/page:num -``` - -**Note:** The default Jekyll Paginate plugin can only paginate a single `index.html` file. If you'd like to paginate more pages (e.g. category indexes) you'll need the help of a custom plugin. For more pagination-related settings check the [**Configuration**]({{ "/docs/configuration/#paginate" | relative_url }}) section, including settings for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2). -{: .notice--info} - -**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter. To increase the width of the main container, giving more space to the grid items also add `classes: wide` to the home page's YAML Front Matter. -{: .notice--info} - -## Splash page layout - -For full-width landing pages that need a little something extra add `layout: splash` to the YAML Front Matter. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* Feature blocks (`left`, `center`, and `right` alignment options) - -![splash page layout example]({{ "/assets/images/mm-layout-splash.png" | relative_url }}) - -Feature blocks can be assigned and aligned to the `left`, `right`, or `center` with a sprinkling of YAML. For full details on how to use the `feature_row` helper check the [**Content**]({{ "/docs/helpers/" | relative_url }}) section or review a [sample splash page](https://github.com/{{ site.repository }}/blob/master/docs/_pages/splash-page.md). - -## Search page layout - -A page with a search form. Add `layout: search` to the YAML Front Matter similar to [this example](https://github.com/mmistakes/minimal-mistakes/blob/master/test/_pages/search.md) on the test site. - -![search page layout example]({{ "/assets/images/search-layout-example.png" | relative_url }}) - -**Note:** A page using the `layout: search` isn't compatible with the new [site search feature]({{ "/docs/configuration/#site-search" | relative_url }}) incorporated in the masthead. -{: .notice--warning} - -### Exclusions - -If you would like to exclude specific pages/posts from the search index set the search flag to `false` in the YAML Front Matter for the page/post. - -```yaml -search: false -``` - -**ProTip:** Add a link to this page in the masthead navigation. -{: .notice--info} - ---- - -## Headers - -To add some visual punch to a post or page, a large full-width header image can be included. - -Be sure to resize your header images. `~1280px` is a good width if you aren't [responsively serving up images](http://alistapart.com/article/responsive-images-in-practice). Through the magic of CSS they will scale up or down to fill the container. If you go with something too small it will look like garbage when upscaled, and something too large will hurt performance. - -**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | relative_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | relative_url }}) have changed and require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/`, but can be placed elsewhere or external hosted. This all applies for image references in `_config.yml` and `author.yml` as well. -{: .notice--danger} - -![single layout header image example]({{ "/assets/images/mm-single-header-example.jpg" | relative_url }}) - -Place your images in the `/assets/images/` folder and add the following YAML Front Matter: - -```yaml -header: - image: /assets/images/image-filename.jpg -``` - -For externally hosted images include the full image path instead of just the filename: - -```yaml -header: - image: http://some-site.com/assets/images/image.jpg -``` - -To provide a custom alt tag for screen readers: - -```yaml -header: - image: /assets/images/unsplash-image-1.jpg - image_description: "A description of the image" -``` - -To include a caption or attribution for the image: - -```yaml -header: - image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -``` - -**ProTip:** Captions written in Markdown are supported, so feel free to add links, or style text. Just be sure to wrap it in quotes. -{: .notice--info} - -### Header overlay - -To overlay text on top of a header image you have a few more options: - -| Name | Description | Default | -| ---- | ----------- | ------- | -| **overlay_image** | Header image you'd like to overlay. Same rules as `header.image` from above. | | -| **overlay_filter** | Color/opacity to overlay on top of the header image. Example: `0.5`, `rgba(255, 0, 0, 0.5)` or [`linear-gradient`][mdn-linear-gradient]. | -| **show_overlay_excerpt** | Display excerpt in the overlay text | true | -| **excerpt** | Auto-generated page excerpt is added to the overlay text or can be overridden. | | -| **tagline** | Overrides page excerpt. Useful when header text needs to be different from excerpt in archive views. | | -| **actions** | Call to action button links (`actions` array: `label` and `url`). More than one button link can be assigned. | | - - [mdn-linear-gradient]: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient() - -With this YAML Front Matter: - -```yaml -excerpt: "This post should display a **header with an overlay image**, if the theme supports it." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "More Info" - url: "https://unsplash.com" -``` - -You'd get a header image overlaid with text and a call to action button like this: - -![single layout header overlay example]({{ "/assets/images/mm-single-header-overlay-example.jpg" | relative_url }}) - -You also have the option of specifying a solid background-color to use instead of an image. - -![single layout header overlay with background fill]({{ "/assets/images/mm-single-header-overlay-fill-example.jpg" | relative_url }}) - -```yaml -excerpt: "This post should display a **header with a solid background color**, if the theme supports it." -header: - overlay_color: "#333" -``` - -You can also specifying the opacity (between `0` and `1`) of a black overlay like so: - -![transparent black overlay]({{ "/assets/images/mm-header-overlay-black-filter.jpg" | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Download" - url: "https://github.com" -``` - -Or if you feel colorful, use full rgba: - -![transparent red overlay]({{ "/assets/images/mm-header-overlay-red-filter.jpg" | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: rgba(255, 0, 0, 0.5) - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Download" - url: "https://github.com" -``` - -Or if you want to do more fancy things, go all the way to [linear-gradient][mdn-linear-gradient]: - -![transparent custom overlay]({{ "/assets/images/mm-header-overlay-custom-filter.jpg" | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: linear-gradient(rgba(255, 0, 0, 0.5), rgba(0, 255, 255, 0.5)) - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Download" - url: "https://github.com" -``` - -Multiple call to action button links can be assigned like this: - -```yaml -excerpt: "This post should display a **header with an overlay image**, if the theme supports it." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Foo Button" - url: "#foo" - - label: "Bar Button" - url: "#bar" -``` - -### Open Graph & Twitter Card images - -By default the large page header or overlay images are used for sharing previews. If you'd like to set this image to something else use `page.header.og_image` like: - -```yaml -header: - image: /assets/images/your-page-image.jpg - og_image: /assets/images/your-og-image.jpg -``` - -**ProTip:** `og_image` is useful for setting OpenGraph images on pages that don't have a header or overlay image. -{: .notice--info} - ---- - -## Sidebars - -The space to the left of a page's main content is blank by default, but has the ability to show an author profile (name, short biography, social media links), custom content, or both. - -### Author profile - -Add `author_profile: true` to a post or page's YAML Front Matter. - -![single layout example]({{ "/assets/images/mm-layout-single.png" | relative_url }}) - -Better yet, enable it with Front Matter Defaults set in `_config.yml`. - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - author_profile: true -``` - -**Note:** To disable the author sidebar profile for a specific post or page, add `author_profile: false` to the YAML Front Matter instead. -{: .notice--warning} - -To assign more author links, add to the `author.links` array in [`_config.yml`]({{ "/docs/configuration/" | relative_url }}) link so. Any of [Font Awesome's icons](https://fontawesome.com/v6/search) are available for use. - -```yaml -author: - name: "Your Name" - avatar: "/assets/images/bio-photo.jpg" - bio: "I am an **amazing** person." # Note: Markdown is allowed - location: "Somewhere" - links: - - label: "Made Mistakes" - icon: "fas fa-fw fa-link" - url: "https://mademistakes.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/mmistakes" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/mmistakes" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/mmistakes" -``` - -**Note:** Depending on the icon and theme skin used, colors may not be used. Popular social networks like Twitter, Facebook, Instagram, etc. have the appropriate brand color set in CSS. To change or add missing colors edit [`_utilities.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/minimal-mistakes/_utilities.scss) in `<site root>/_sass/minimal-mistakes/`. -{: .notice--info} - -For example, to color a Reddit icon, simply add a `color` declaration and the corresponding hex code like so: - -```scss -.social-icons { - .fa-reddit { - color: #ff4500; - } -} -``` - -![Reddit link in author profile with color]({{ "/assets/images/mm-author-profile-reddit-color.png" | relative_url }}) - -### Custom sidebar content - -Blocks of content can be added by using the following under `sidebar`: - -| Name | Description | -| ---- | ----------- | -| **title** | Title or heading. | -| **image** | Image path placed in `/images/` folder or an external URL. | -| **image_alt** | Alternate description for image. | -| **text** | Text. Markdown is allowed. | - -Multiple blocks can also be added by following the example below: - -```yaml -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." -``` - -<figure> - <img src="{{ '/assets/images/mm-custom-sidebar-example.jpg' | relative_url }}" alt="custom sidebar content example"> - <figcaption>Example of custom sidebar content added as YAML Front Matter.</figcaption> -</figure> - -**Note:** Custom sidebar content added to a post or page's YAML Front Matter will appear below the author profile if enabled with `author_profile: true`. -{: .notice--info} - -### Custom sidebar navigation menu - -To create a sidebar menu[^sidebar-menu] similar to the one found in the theme's documentation pages you'll need to modify a `_data` file and some YAML Front Matter. - -[^sidebar-menu]: Sidebar menu supports 1 level of nested links. - -<figure> - <img src="{{ '/assets/images/mm-custom-sidebar-nav.jpg' | relative_url }}" alt="sidebar navigation example"> - <figcaption>Custom sidebar navigation menu example.</figcaption> -</figure> - -To start, add a new key to `_data/navigation.yml`. This will be referenced later via YAML Front Matter so keep it short and memorable. In the case of the theme's documentation menu I used `docs`. - -**Sample sidebar menu links:** - -```yaml -docs: - - title: Getting Started - children: - - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ - - title: "Structure" - url: /docs/structure/ - - title: "Installation" - url: /docs/installation/ - - title: "Upgrading" - url: /docs/upgrading/ - - - title: Customization - children: - - title: "Configuration" - url: /docs/configuration/ - - title: "Navigation" - url: /docs/navigation/ - - title: "UI Text" - url: /docs/ui-text/ - - title: "Authors" - url: /docs/authors/ - - title: "Layouts" - url: /docs/layouts/ - - - title: Content - children: - - title: "Working with Posts" - url: /docs/posts/ - - title: "Working with Pages" - url: /docs/pages/ - - title: "Working with Collections" - url: /docs/collections/ - - title: "Helpers" - url: /docs/helpers/ - - title: "Utility Classes" - url: /docs/utility-classes/ - - - title: Extras - children: - - title: "Stylesheets" - url: /docs/stylesheets/ - - title: "JavaScript" - url: /docs/javascript/ -``` - -Now you can pull these links into any page by adding the following YAML Front Matter. - -```yaml -sidebar: - nav: "docs" -``` - -**Note:** `nav: "docs"` references the `docs` key in `_data/navigation.yml` so make sure they match. -{: .notice--info} - -If you're adding a sidebar navigation menu to several pages the use of Front Matter Defaults is a better option. You can define them in `_config.yml` to avoid adding it to every page or post. - -**Sample sidebar nav default:** - -```yaml -defaults: - # _docs - - scope: - path: "" - type: docs - values: - sidebar: - nav: "docs" -``` - -*New in v4.26.0*: If you have multiple sidebar navs defined and want to include more than one on a page, the sidebar nav can also be a list. - -```yaml -sidebar: - nav: - - main - - docs -``` - ---- - -## Social sharing links - -The `single` layout has an option to enable social links at the bottom of posts for sharing on Twitter, Facebook, and LinkedIn. Similar to the links found in the author sidebar, the theme ships with defaults for the most common social networks. - -![default social share link buttons]({{ "/assets/images/mm-social-share-links-default.png" | relative_url }}) - -To enable these links add `share: true` to a post or page's YAML Front Matter or use a [default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) in your `_config.yml` to apply more globally. - -If you'd like to add, remove, or change the order of these default links you can do so by editing [`_includes/social-share.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/social-share.html). - -Let's say you wanted to replace the LinkedIn button with a Reddit one. Simply replace the HTML with the following: - -```html -{% raw %}<a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %} -``` - -The important parts to change are: - -1. Share point URL *eg. `https://www.reddit.com/submit?url=` -2. Link `title` -3. [Font Awesome icon](http://fontawesome.io/icons/) (`fa-` class) -4. Link label - -![Reddit social share link button]({{ "/assets/images/mm-social-share-links-reddit-gs.png" | relative_url }}) - -To change the color of the button use one of the built in [utility classes]({{ "/docs/utility-classes/#buttons" | relative_url }}). Or you can create a new button class to match whatever color you want. - -Under the `$buttoncolors:` color map in `_sass/minimal-mistakes/_buttons.scss` simply add a name (this will be appended to `btn--`) that matches the new button class. In our case `reddit` ~> `.btn--reddit`. - -```scss -$buttoncolors: -(facebook, $facebook-color), -(twitter, $twitter-color), -(linkedin, $linkedin-color), -(reddit, $reddit-color); -``` - -**ProTip:** For bonus points you can modify the Sass variable `$reddit-color` that is set in `_variables.scss` [or use a different "brand" color](http://brandcolors.net/). -{: .notice--info} - -Add the new `.btn--reddit` class to the `<a>` element from earlier, [compile `main.css`]({{ "/docs/stylesheets/" | relative_url }}) and away you go. - -```html -{% raw %}<a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %} -``` - -![Reddit social share link button]({{ "/assets/images/mm-social-share-links-reddit-color.png" | relative_url }}) - ---- - -## Custom head and footer - -The `default` layout includes a number of custom templates, which provide ways for you to directly add content to all your pages. - -### Head - -`_includes/head/custom.html` is included at the end of the `<head>` tag. An example use of this include is to add custom CSS per page: - -Add some Liquid tags for the new configuration to `_includes/head/custom.html`. -{% raw %}```html -{% if page.page_css %} - {% for stylesheet in page.page_css %} - <link rel="stylesheet" href="{{ stylesheet | relative_url }}"> - {% endfor %} -{% endif %} -```{% endraw %} - -Next, add `page_css` to any page's YAML Front Matter to have your CSS loaded for that page. -```yaml -page_css: - - /path/to/your/custom.css -``` - -### Footer - -`_includes/footer/custom.html` is included at the beginning of the `<footer>` tag. An example use of this include is to add custom JavaScript per page: - -Add some Liquid tags for the new configuration to `_includes/footer/custom.html`. -{% raw %}```html -{% if page.page_js %} - {% for script in page.page_js %} - <script src="{{ script | relative_url }}"></script> - {% endfor %} -{% endif %} -```{% endraw %} - -Next, add `page_js` to any page's YAML Front Matter to have your JavaScript loaded for that page. -```yaml -page_js: - - /path/to/your/custom.js -``` - ---- diff --git a/docs/_docs/11-posts.md b/docs/_docs/11-posts.md deleted file mode 100644 index 41b72aa191d9..000000000000 --- a/docs/_docs/11-posts.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "Working with Posts" -permalink: /docs/posts/ -excerpt: "Suggestions and Front Matter defaults for working with posts." -last_modified_at: 2018-03-20T15:59:57-04:00 ---- - -Posts are stored in the `_posts` directory and named according to the `YEAR-MONTH-DAY-title.MARKUP` format as per [the usual](https://jekyllrb.com/docs/posts/). - -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. For example, the following are examples of valid post filenames: - -``` -2016-07-20-writing-jekyll-posts.md -2015-01-03-static-site-generators.markdown -``` - -**Recommended Front Matter Defaults:** - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true -``` - -Adding the above to `_config.yml` will assign the `single` layout and enable: *author profile*, *reading time*, *comments*, [*social sharing links*]({{ "/docs/layouts/#social-sharing-links" | relative_url }}), and *related posts*, for all posts. - -**ProTip:** Remember to write unique `excerpt` descriptions for each post for improved SEO and archive listings. -{: .notice--info} \ No newline at end of file diff --git a/docs/_docs/12-pages.md b/docs/_docs/12-pages.md deleted file mode 100644 index 01aa62f41ffd..000000000000 --- a/docs/_docs/12-pages.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: "Working with Pages" -permalink: /docs/pages/ -excerpt: "Suggestions and Front Matter defaults for working with pages." -last_modified_at: 2016-11-03T11:13:12-04:00 ---- - -To better organize all of your pages you can centralize them into a single location similar to posts and collections. - -**Step 1:** Start by placing pages (`.md` or `.html` files) into a `_pages` directory. Meaningfully naming files should be the goal. Avoid patterns like `/about/index.md` as it makes distinguishing between multiple `index.md` files harder. - -```bash -sample-project -└── _pages/ - ├── 404.md # custom 404 page - ├── about.md # about page - └── contact.md # contact page -``` - -**Step 2:** Include pages to be sure Jekyll "sees" and processes the files inside of `_pages`. Add `include: ["_pages"]` to `_config.yml`. - -**Step 3:** Assign permalink overrides in the YAML Front Matter of each. - -Examples: - -| filename | permalink | -| -------- | --------- | -| _pages/about.md | `permalink: /about/` | -| _pages/home.md | `permalink: /` | -| _pages/contact.md | `permalink: /contact/` | - -**Recommended Front Matter Defaults:** - -```yaml -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single - author_profile: true -``` \ No newline at end of file diff --git a/docs/_docs/13-collections.md b/docs/_docs/13-collections.md deleted file mode 100644 index 8a88b51a5e0a..000000000000 --- a/docs/_docs/13-collections.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: "Working with Collections" -permalink: /docs/collections/ -excerpt: "Suggestions and Front Matter defaults for working with collections." -last_modified_at: 2018-03-20T16:00:02-04:00 ---- - -Collections like posts and pages work as you'd expect. If you're new to them be sure to read [Jekyll's documentation](https://jekyllrb.com/docs/collections/). - -The theme has been built with collections in mind and you will find [several examples]({{ "/collection-archive/" | relative_url }}) on the demo site ([portfolio]({{ "/portfolio/" | relative_url }}), [recipes]({{ "/recipes/" | relative_url }}), [pets]({{ "/pets/" | relative_url }})). - -**Collections in the Wild:** This set of documentation is also [built as a collection](https://github.com/{{ site.repository }}/blob/master/docs/_docs/) if you're looking for a fully fleshed out example to inspect. -{: .notice--info} - ---- - -A popular use case for collections is to build a portfolio section as part of one's personal site. Let's quickly walk through the steps to do that. - -**Step 1:** Configure the portfolio collection by adding the following to `_config.yml`. - -```yaml -collections: - portfolio: - output: true - permalink: /:collection/:path/ -``` - -These settings essentially say output `index.html` files for each portfolio document in `_portfolio` at `_site/portfolio/<document-filename>/`. - -Just like posts and pages you'll probably want to set some defaults for the Front Matter: - -```yaml -defaults: - # _portfolio - - scope: - path: "" - type: portfolio - values: - layout: single - author_profile: false - share: true -``` - -Now make a portfolio.md file in the '_pages' folder. - -```yaml ---- -title: Portfolio -layout: collection -permalink: /portfolio/ -collection: portfolio -entries_layout: grid -classes: wide ---- -``` - -And then create portfolio content like [`_portfolio/foo-bar-website.md`](https://github.com/{{ site.repository }}/blob/master/docs/_portfolio/foo-bar-website.md), to end up with something like this. - -![portfolio collection example]({{ "/assets/images/mm-portfolio-collection-example.jpg" | relative_url }}) diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md deleted file mode 100644 index f76dff403ad1..000000000000 --- a/docs/_docs/14-helpers.md +++ /dev/null @@ -1,421 +0,0 @@ ---- -title: "Helpers" -permalink: /docs/helpers/ -excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more." -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" -feature_row: - - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -last_modified_at: 2020-05-01T10:22:56-04:00 -toc: true -toc_label: "Helpers" -toc_icon: "cogs" ---- - -You can think of these Jekyll helpers as little shortcuts. Since GitHub Pages doesn't allow most plugins --- [custom tags](https://jekyllrb.com/docs/plugins/#tags) are out. Instead the theme leverages [**includes**](https://jekyllrb.com/docs/templates/#includes) to do something similar. - -## Group by array - -[Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array) by Max White. - -A liquid include file for Jekyll that allows an object to be grouped by an array. - -## Figure - -Generate a `<figure>` element with a single image and caption. - -| Include Parameter | Required | Description | -| ----------------- | ------------ | ---------------------------------------------------------------------------------------------------- | -| **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. | -| **alt** | Optional | Alternate text for image. | -| **caption** | Optional | Figure caption text. Markdown is allowed. | -| **popup** | Optional | Enable Magnific Popup on the image. | - -Using the `figure` include like so: - -```liquid -{% raw %}{% include figure popup=true image_path="/assets/images/unsplash-image-10.jpg" alt="this is a placeholder image" caption="This is a figure caption." %}{% endraw %} -``` - -Will output the following: - -{% include figure popup=true image_path="/assets/images/unsplash-image-10.jpg" alt="this is a placeholder image" caption="This is a figure caption." %} - -```html -<figure> - <a href="/assets/images/unsplash-image-10.jpg" class="image-popup" title="This is a figure caption."> - <img src="/assets/images/unsplash-image-10.jpg" alt="this is a placeholder image"> - </a> - <figcaption>This is a figure caption.</figcaption> -</figure> -``` - -## Gallery - -Generate a `<figure>` element with optional caption of arrays with two or more images. - -To place a gallery add the necessary YAML Front Matter. - -| Name | Required | Description | -| -------------- | ------------ | --------------------------------------------------------------------------------------------------------------------- | -| **url** | Optional | URL to link gallery image to (eg. a larger detail image). | -| **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. | -| **alt** | Optional | Alternate text for image. | -| **title** | Optional | Title text for image. Will display as a caption in a Magnific Popup overlay when linked to a larger image with `url`. | - -```yaml -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" -``` - -And then drop-in the gallery include in the body where you'd like it to appear. - -| Include Parameter | Required | Description | Default | -| ----------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | -| **id** | Optional | To add multiple galleries to a document uniquely name them in the YAML Front Matter and reference in `{% raw %}{% include gallery id="gallery_id" %}{% endraw %}` | `gallery` | -| **layout** | Optional | Layout type. 2 column: `half`, 3 column: `third`, single column: `''` (blank) | Determined by gallery size. Two items: `half`, three or more items: `third`. | -| **class** | Optional | Use to add a `class` attribute to the surrounding `<figure>` element for additional styling needs. | | -| **caption** | Optional | Gallery caption description. Markdown is allowed. | | - -```liquid -{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %} -``` - -**Gallery example with caption:** - -{% include gallery caption="This is a sample gallery with **Markdown support**." %} - -**More Gallery Goodness:** A few more examples and [source code](https://github.com/{{ site.repository }}/blob/master/docs/\_posts/2010-09-09-post-gallery.md) can be seen in [this sample gallery post]({{ "" | relative_url }}{% post_url 2010-09-09-post-gallery %}). -{: .notice--info} - -## Feature row - -Designed to compliment the [`splash`]({{ "/docs/layouts/#splash-page-layout" | relative_url }}) page layout as a way of arranging and aligning "feature blocks" containing text or image. - -To add a feature row containing three content blocks with text and image, add the following YAML Front Matter - -| Name | Required | Description | Default | -| ----------------- | ------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------------- | -| **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. | | -| **image_caption** | Optional | Caption for image, Markdown is supported eg: `"Image from [Unsplash](https://unsplash.com)"` | -| **alt** | Optional | Alternate text for image. | | -| **title** | Optional | Content block title. | | -| **excerpt** | Optional | Content block excerpt text. Markdown is allowed. | | -| **url** | Optional | URL that the button should link to. | | -| **btn_label** | Optional | Button text label. | `more_label` in UI Text data file. | -| **btn_class** | Optional | Button style. See [utility classes]({{ "/docs/utility-classes/#buttons" | relative_url }}) for options. | `btn` | - -```yaml -feature_row: - - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -``` - -And then drop-in the feature row include in the body where you'd like it to appear. - -| Include Parameter | Required | Description | Default | -| ----------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -| **id** | Optional | To add multiple rows to a document uniquely name them in the YAML Front Matter and reference in `{% raw %}{% include feature_row id="row2" %}{% endraw %}` | `feature_row` | -| **type** | Optional | Alignment of the featured blocks in the row. Options include: `left`, `center`, or `right` aligned. | | - -```liquid -{% raw %}{% include feature_row %}{% endraw %} -``` - -{% include feature_row %} - -**More Feature Row Goodness:** A [few more examples]({{ "/splash-page/" | relative_url }}) and [source code](https://github.com/{{ site.repository }}/blob/master/docs/\_pages/splash-page.md) can be seen in the demo site. -{: .notice--info} - -## Responsive video embed - -Embed a video from YouTube, Vimeo, Google Drive, or bilibili that responsively sizes to fit the width of its parent. To help with GDPR compliance, the theme is using the privacy enhanced version of YouTube and Vimeo providers out of the box. - -| Parameter | Required | Description | -| ---------- | ------------ | ---------------------------------------------------------- | -| `id` | **Required** | ID of the video | -| `provider` | **Required** | Hosting provider of the video: `youtube`, `vimeo`, `google-drive`, or `bilibili` | -| `danmaku` | Optional | Bilibili only, [details below](#Bilibili) | - -### YouTube - -To embed the following YouTube video at url `https://www.youtube.com/watch?v=XsxDH4HcOWA` (long version) or `https://youtu.be/XsxDH4HcOWA` (short version) into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="XsxDH4HcOWA" provider="youtube" %}{% endraw %} -``` - -{% include video id="XsxDH4HcOWA" provider="youtube" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: XsxDH4HcOWA - provider: youtube -``` - -**Tip:** if you'd like to start the video at a particular timestamp, you can append `?start=110` (for instance) to the video `id` in order to have the video start at 1:50. -{: .notice--info } - -### Vimeo - -To embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="212731897" provider="vimeo" %}{% endraw %} -``` - -{% include video id="212731897" provider="vimeo" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: 212731897 - provider: vimeo -``` - -### Google Drive - -To embed the following Google Drive video at url `https://drive.google.com/file/d/1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO/preview` into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO" provider="google-drive" %}{% endraw %} -``` - -{% include video id="1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO" provider="google-drive" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: 212731897 - provider: google-drive -``` - -### Bilibili - -To embed the following Bilibili video at url `https://www.bilibili.com/video/BV1E7411e7hC` into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="BV1E7411e7hC" provider="bilibili" %}{% endraw %} -``` - -If you want to enable danmaku (弹幕) for the embedded video, which is disabled by default, you can supply an additional parameter `danmaku="1"` as shown below: - -```liquid -{% raw %}{% include video id="BV1E7411e7hC" provider="bilibili" danmaku="1" %}{% endraw %} -``` - -To embed it as a video header you'd use the following YAML Front Matter: - -```yaml -header: - video: - id: BV1E7411e7hC - provider: bilibili - danmaku: 1 -``` - -## Table of contents - -Auto-generated table of contents list for your posts and pages can be enabled using two methods. - -![table of contents example]({{ "/assets/images/mm-toc-helper-example.jpg" | relative_url }}) - -### Enabled via YAML Front Matter - -Add `toc: true` to the YAML Front Matter of any post or page. - -| Parameter | Required | Description | Default | -| -------------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **toc** | Optional | Show table of contents. (boolean) | `false` | -| **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. | -| **toc_icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class="fas fa-file-alt"></i> **file-alt** icon. Other FA icons can be used instead. | -| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` | - -**TOC example with custom title and icon** - -```yaml -toc: true -toc_label: "My Table of Contents" -toc_icon: "cog" ---- - -``` - -**Note:** using both methods will have unintended results. Be sure to remove `{% raw %}{% include toc %}{% endraw %}` placed table of contents from your content when using `toc: true`. -{: .notice--warning } - -{% capture notice-text %} -**Note:** You need to use contiguous levels of headings for the TOC to generate properly. For example: - -```markdown -Good headings: - -# Heading -## Heading -### Heading -### Heading -# Heading -## Heading - -Bad headings: - -# Heading -### Heading (skipped H2) -##### Heading (skipped H4) -``` -{% endcapture %} - -<div class="notice--warning"> - {{ notice-text | markdownify }} -</div> - -### Enabled via `toc` include (deprecated) - -To include a Kramdown [auto-generated table of contents](https://kramdown.gettalong.org/converter/html.html#toc) for posts and pages, add the following helper to your content. - -```liquid -{% raw %}{% include toc %}{% endraw %} -``` - -**Note:** this method only works with Markdown files. -{: .notice--warning} - -**Deprecated:** `toc` helper will be removed in the next major version of the theme. It is encouraged that you migrate to the YAML Front Matter method above. -{: .notice--danger} - -| Parameter | Required | Description | Default | -| --------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **title** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. | -| **icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class="fas fa-file-alt"></i> **file-alt** icon. Other FA icons can be used instead. | - -**TOC example with custom title and icon** - -```liquid -{% raw %}{% include toc icon="cog" title="My Table of Contents" %}{% endraw %} -``` - -## Navigation list - -Include an unordered list of links to be used as sidebar navigation with the `nav_list` helper. - -**1.** Start by adding a set of titles and URLs to `_data/navigation.yml` in the same way the [`main` navigation]({{ "/docs/navigation/" | relative_url }}) is built. - -`foo` navigation example: - -```yaml -# _data/navigation.yml -foo: - - title: "Link 1 Title" - url: /link-1-page-url/ - - - title: "Link 2 Title" - url: http://external-link.com - - - title: "Link 3 Title" - url: /link-3-page-url/ - - - title: "Link 4 Title" - url: /link-4-page-url/ -``` - -For a navigation list that has child pages you'd structure the YAML like this: - -```yaml -# _data/navigation.yml -foo: - - title: "Parent Link 1" - url: /parent-1-page-url/ - children: - - title: "Child Link 1" - url: /child-1-page-url/ - - title: "Child Link 2" - url: /child-2-page-url/ - - - title: "Parent Link 2" - url: /parent-2-page-url/ - children: - - title: "Child Link 1" - url: /child-1-page-url/ - - title: "Child Link 2" - url: /child-2-page-url/ - - title: "Child Link 3" - url: /child-3-page-url/ -``` - -**2:** On the page(s) you'd like the `foo` sidebar nav add the following YAML Front Matter, referencing the same key name. - -```yaml -sidebar: - nav: "foo" -``` - -**ProTip:** If you're applying the same navigation list to several pages setting it as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) is the better option. -{: .notice--info} - -The theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/` folder](https://github.com/{{ site.repository }}/tree/master/docs/) of this repo. - -To add a navigation list to a post or page's main content instead of the sidebar use the include this way: - -```liquid -{% raw %}{% include nav_list nav="foo" %}{% endraw %} -``` - -{% include nav_list nav="foo" %} - -| Parameter | Required | Description | -| --------- | ------------ | -------------------------------------------------------- | -| items | **Required** | Name of the links array found in `_data/navigation.yml`. | diff --git a/docs/_docs/15-utility-classes.md b/docs/_docs/15-utility-classes.md deleted file mode 100644 index 3e20023f0e70..000000000000 --- a/docs/_docs/15-utility-classes.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: "Utility Classes" -permalink: /docs/utility-classes/ -excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more." -last_modified_at: 2018-11-25T19:46:43-05:00 -toc: true -toc_label: "Utility Classes" -toc_icon: "cogs" ---- - -Using the Kramdown Markdown renderer with Jekyll allows you to add [block](http://kramdown.gettalong.org/quickref.html#block-attributes) and [inline attributes](http://kramdown.gettalong.org/quickref.html#inline-attributes). This is nice if you want to add custom styling to text and image, and still write in Markdown. - -**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdown? That's OK. The following classes are still available when used with standard HTML. -{: .notice--warning} - -## Text alignment - -Align text blocks with the following classes. - -Left aligned text `.text-left` -{: .text-left} - -```markdown -Left aligned text -{: .text-left} -``` - ---- - -Center aligned text. `.text-center` -{: .text-center} - -```markdown -Center aligned text. -{: .text-center} -``` - ---- - -Right aligned text. `.text-right` -{: .text-right} - -```markdown -Right aligned text. -{: .text-right} -``` - ---- - -**Justified text.** `.text-justify` Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel eleifend odio, eu elementum purus. In hac habitasse platea dictumst. Fusce sed sapien eleifend, sollicitudin neque non, faucibus est. Proin tempus nisi eu arcu facilisis, eget venenatis eros consequat. -{: .text-justify} - -```markdown -Justified text. -{: .text-justify} -``` - ---- - -No wrap text. `.text-nowrap` -{: .text-nowrap} - -```markdown -No wrap text. -{: .text-nowrap} -``` - -## Image alignment - -Position images with the following classes. - -![image-center]({{ "/assets/images/image-alignment-580x300.jpg" | relative_url }}){: .align-center} - -The image above happens to be **centered**. - -```markdown -![image-center](/assets/images/filename.jpg){: .align-center} -``` - ---- - -![image-left]({{ "/assets/images/image-alignment-150x150.jpg" | relative_url }}){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. There should be plenty of room above, below, and to the right of the image. Just look at him there --- Hey guy! Way to rock that left side. I don't care what the right aligned image says, you look great. Don't let anyone else tell you differently. - -```markdown -![image-left](/assets/images/filename.jpg){: .align-left} -``` - ---- - -![image-right]({{ "/assets/images/image-alignment-300x200.jpg" | relative_url }}){: .align-right} - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -```markdown -![image-right](/assets/images/filename.jpg){: .align-right} -``` - ---- - -![full]({{ "/assets/images/image-alignment-1200x4002.jpg" | relative_url }}) -{: .full} - -The image above should extend outside of the parent container on right. - -```markdown -![full](/assets/images/filename.jpg) -{: .full} -``` - -## Buttons - -Make any link standout more when applying the `.btn .btn--primary` classes. - -```html -<a href="#" class="btn btn--primary">Link Text</a> -``` - -| Button Type | Example | Class | Kramdown | -| ------ | ------- | ----- | ------- | -| Default | [Text](#link){: .btn} | `.btn` | `[Text](#link){: .btn}` | -| Primary | [Text](#link){: .btn .btn--primary} | `.btn .btn--primary` | `[Text](#link){: .btn .btn--primary}` | -| Success | [Text](#link){: .btn .btn--success} | `.btn .btn--success` | `[Text](#link){: .btn .btn--success}` | -| Warning | [Text](#link){: .btn .btn--warning} | `.btn .btn--warning` | `[Text](#link){: .btn .btn--warning}` | -| Danger | [Text](#link){: .btn .btn--danger} | `.btn .btn--danger` | `[Text](#link){: .btn .btn--danger}` | -| Info | [Text](#link){: .btn .btn--info} | `.btn .btn--info` | `[Text](#link){: .btn .btn--info}` | -| Inverse | [Text](#link){: .btn .btn--inverse} | `.btn .btn--inverse` | `[Text](#link){: .btn .btn--inverse}` | -| Light Outline | [Text](#link){: .btn .btn--light-outline} | `.btn .btn--light-outline` | `[Text](#link){: .btn .btn--light-outline}` | - -| Button Size | Example | Class | Kramdown | -| ----------- | ------- | ----- | -------- | -| X-Large | [X-Large Button](#){: .btn .btn--primary .btn--x-large} | `.btn .btn--primary .btn--x-large` | `[Text](#link){: .btn .btn--primary .btn--x-large}` | -| Large | [Large Button](#){: .btn .btn--primary .btn--large} | `.btn .btn--primary .btn--large` | `[Text](#link){: .btn .btn--primary .btn--large}` | -| Default | [Default Button](#){: .btn .btn--primary} | `.btn .btn--primary` | `[Text](#link){: .btn .btn--primary }` | -| Small | [Small Button](#){: .btn .btn--primary .btn--small} | `.btn .btn--primary .btn--small` | `[Text](#link){: .btn .btn--primary .btn--small}` | - -## Notices - -Call attention to a block of text. - -| Notice Type | Class | -| ----------- | ----- | -| Default | `.notice` | -| Primary | `.notice--primary` | -| Info | `.notice--info` | -| Warning | `.notice--warning` | -| Success | `.notice--success` | -| Danger | `.notice--danger` | - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class. -{: .notice} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class. -{: .notice--primary} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class. -{: .notice--info} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class. -{: .notice--warning} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class. -{: .notice--success} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class. -{: .notice--danger} - -{% capture notice-text %} -You can also add the `.notice` class to a `<div>` element. - -* Bullet point 1 -* Bullet point 2 -{% endcapture %} - -<div class="notice--info"> - <h4 class="no_toc">Notice Headline:</h4> - {{ notice-text | markdownify }} -</div> diff --git a/docs/_docs/16-stylesheets.md b/docs/_docs/16-stylesheets.md deleted file mode 100644 index c8acf05146d5..000000000000 --- a/docs/_docs/16-stylesheets.md +++ /dev/null @@ -1,393 +0,0 @@ ---- -title: "Stylesheets" -permalink: /docs/stylesheets/ -excerpt: "Instructions for customizing and building the theme's stylesheets." -last_modified_at: 2018-11-25T19:47:43-05:00 -toc: true ---- - -The theme's `assets/css/main.css` file is built from several SCSS partials located in [`_sass/`](https://github.com/mmistakes/minimal-mistakes/tree/master/_sass) and is structured as follows: - -```bash -minimal-mistakes -├── _sass -| └── minimal-mistakes -| ├── vendor # vendor SCSS partials -| | ├── breakpoint # media query mixins -| | ├── magnific-popup # Magnific Popup lightbox -| | └── susy # Susy grid system -| ├── _animations.scss # animations -| ├── _archive.scss # archives (list, grid, feature views) -| ├── _base.scss # base HTML elements -| ├── _buttons.scss # buttons -| ├── _footer.scss # footer -| ├── _masthead.scss # masthead -| ├── _mixins.scss # mixins (em function, clearfix) -| ├── _navigation.scss # nav links (breadcrumb, priority+, toc, pagination, etc.) -| ├── _notices.scss # notices -| ├── _page.scss # pages -| ├── _print.scss # print styles -| ├── _reset.scss # reset -| ├── _sidebar.scss # sidebar -| ├── _syntax.scss # syntax highlighting -| ├── _tables.scss # tables -| ├── _utilities.scss # utility classes (text/image alignment) -| └── _variables.scss # theme defaults (fonts, colors, etc.) -├── assets -| ├── css -| | └── main.scss # main stylesheet, loads SCSS partials in _sass -``` - -## Customizing - -To override the default [Sass](http://sass-lang.com/guide) (located in theme's -`_sass` directory), do one of the following: - -1. Copy directly from the Minimal Mistakes theme gem - - - Go to your local Minimal Mistakes gem installation directory (run - `bundle show minimal-mistakes-jekyll` to get the path to it). - - Copy the contents of `/assets/css/main.scss` from there to - `<your_project>`. - - Customize what you want inside `<your_project>/assets/css/main.scss`. - -2. Copy from this repo. - - - Copy the contents of [assets/css/main.scss](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss) - to `<your_project>`. - - Customize what you want inside `<your_project/assets/css/main.scss`. - -**Note:** To make more extensive changes and customize the Sass partials bundled -in the gem. You will need to copy the complete contents of the `_sass` directory -to `<your_project>` due to the way Jekyll currently reads those files. - -To make basic tweaks to theme's style Sass variables can be overridden by adding -to `<your_project>/assets/css/main.scss`. For instance, to change the -link color used throughout the theme add: - -```scss -$link-color: red; -``` - -Before any `@import` lines. - -### Paragraph indention - -To mimic the look of type set in a printed book or manuscript you may want to enable paragraph indention. When `$paragraph-indent` is set to `true` indents are added to each sibling and the margin below each paragraph is removed. - -<figure> - <img src="{{ '/assets/images/mm-paragraph-indent-example.jpg' | relative_url }}" alt="indented paragraph example"> - <figcaption>Example of indented paragraphs.</figcaption> -</figure> - -The size of the indent can also be customized by changing the value of `$indent-var`. - -### Font stacks - -By default the theme uses [system fonts](https://medium.com/designing-medium/system-shock-6b1dc6d6596f#.rb81vgn7i) for all of the font stacks (serif, sans-serif, and monospace). This is done in part to provide a clean base for you to build off of and to improve performance since we aren't loading any custom webfonts by default. - -```scss -/* system typefaces */ -$serif : Georgia, Times, serif; -$sans-serif : -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; -$monospace : Monaco, Consolas, "Lucida Console", monospace; -``` - -Sans-serif fonts have been used for most of the type, with serifs reserved for captions. If you wish to change this you'll need to poke around the various `SCSS` partials and modify `font-family` declarations. - -**ProTip:** To use webfonts from services like [Adobe TypeKit](https://typekit.com/) or [Google Fonts](https://www.google.com/fonts) simply update the font stacks and then add their scripts to `_includes/head/custom.html`. -{: .notice--info} - -#### Typography from older versions - -Not a fan of the refreshed typography of the theme and want to revert back an older version? Easy enough. - -**1.** Add this Google Fonts script to [`_includes/head/custom.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head/custom.html): - -```html -<link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic" rel="stylesheet" type="text/css"> -``` - -**2.** Update the following SCSS variables: - -```scss -$serif : "PT Serif", Georgia, Times, serif; -$sans-serif-narrow : "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; - -$global-font-family : $serif; -$header-font-family : $sans-serif-narrow; -``` - -### Type scale - -Wherever possible type scale variables have been used instead of writing out fixed sizes. This makes updating much easier by changing values in one file. - -Example: - -```scss -.page__lead { - font-family: $global-font-family; - font-size: $type-size-4; -} -``` - -Type sizes are set in ems to proportional scale as the screen size changes. Large headlines that look great on desktop monitors will shrink ever so slightly as to not be too big on mobile devices. To adjust this hierarchy simply edit the default values: - -```scss -/* type scale */ -$type-size-1 : 2.441em; // ~39.056px -$type-size-2 : 1.953em; // ~31.248px -$type-size-3 : 1.563em; // ~25.008px -$type-size-4 : 1.25em; // ~20px -$type-size-5 : 1em; // ~16px -$type-size-6 : 0.75em; // ~12px -$type-size-7 : 0.6875em; // ~11px -$type-size-8 : 0.625em; // ~10px -``` - -### Colors - -Change the mood of your site by altering a few color variables. `$body-color`, `$background-color`, `$text-color`, `$link-color`, and `$masthead-link-color` will have the most effect when changed. - -#### Syntax highlighting - -To make customizing the colors used in code highlighted blocks, a base of sixteen colors ([Base16](http://chriskempson.com/projects/base16/)) have been used. - -Code block colors can easily be changed by overriding any of the following color variables: - -##### Default - -![default-code-block]({{ '/assets/images/default-code-block.jpg' | relative_url }}) - -```scss -/* default syntax highlighting (base16) */ -$base00: #263238; -$base01: #2e3c43; -$base02: #314549; -$base03: #546e7a; -$base04: #b2ccd6; -$base05: #eeffff; -$base06: #eeffff; -$base07: #ffffff; -$base08: #f07178; -$base09: #f78c6c; -$base0a: #ffcb6b; -$base0b: #c3e88d; -$base0c: #89ddff; -$base0d: #82aaff; -$base0e: #c792ea; -$base0f: #ff5370; -``` - -##### Solarized light - -![solarized-light-code-block]({{ '/assets/images/solarized-light-code-block.jpg' | relative_url }}) - -```scss -/* solarized light syntax highlighting (base16) */ -$base00: #fafafa !default; -$base01: #073642 !default; -$base02: #586e75 !default; -$base03: #657b83 !default; -$base04: #839496 !default; -$base05: #586e75 !default; -$base06: #eee8d5 !default; -$base07: #fdf6e3 !default; -$base08: #dc322f !default; -$base09: #cb4b16 !default; -$base0a: #b58900 !default; -$base0b: #859900 !default; -$base0c: #2aa198 !default; -$base0d: #268bd2 !default; -$base0e: #6c71c4 !default; -$base0f: #d33682 !default; -``` - -##### Contrast - -![contrast-code-block]({{ '/assets/images/contrast-code-block.jpg' | relative_url }}) - -```scss -/* contrast syntax highlighting (base16) */ -$base00: #000000; -$base01: #242422; -$base02: #484844; -$base03: #6c6c66; -$base04: #918f88; -$base05: #b5b3aa; -$base06: #d9d7cc; -$base07: #fdfbee; -$base08: #ff6c60; -$base09: #e9c062; -$base0a: #ffffb6; -$base0b: #a8ff60; -$base0c: #c6c5fe; -$base0d: #96cbfe; -$base0e: #ff73fd; -$base0f: #b18a3d; -``` - -##### Dark - -![dark-code-block]({{ '/assets/images/dark-code-block.jpg' | relative_url }}) - -```scss -/* dark syntax highlighting (base16) */ -$base00: #ffffff; -$base01: #e0e0e0; -$base02: #d0d0d0; -$base03: #b0b0b0; -$base04: #000000; -$base05: #101010; -$base06: #151515; -$base07: #202020; -$base08: #ff0086; -$base09: #fd8900; -$base0a: #aba800; -$base0b: #00c918; -$base0c: #1faaaa; -$base0d: #3777e6; -$base0e: #ad00a1; -$base0f: #cc6633; -``` - -##### Dirt - -![dirt-code-block]({{ '/assets/images/dirt-code-block.jpg' | relative_url }}) - -```scss -/* dirt syntax highlighting (base16) */ -$base00: #231e18; -$base01: #302b25; -$base02: #48413a; -$base03: #9d8b70; -$base04: #b4a490; -$base05: #cabcb1; -$base06: #d7c8bc; -$base07: #e4d4c8; -$base08: #d35c5c; -$base09: #ca7f32; -$base0a: #e0ac16; -$base0b: #b7ba53; -$base0c: #6eb958; -$base0d: #88a4d3; -$base0e: #bb90e2; -$base0f: #b49368; -``` - -##### Dracula - -![dracula-code-block]({{ '/assets/images/dracula-code-block.jpg' | relative_url }}) - -```scss -/* dracula syntax highlighting (base16) */ -/* https://github.com/dracula/base16-dracula-scheme */ -$base00: #282936; -$base01: #3a3c4e; -$base02: #4d4f68; -$base03: #626483; -$base04: #62d6e8; -$base05: #e9e9f4; -$base06: #f1f2f8; -$base07: #f7f7fb; -$base08: #ea51b2; -$base09: #b45bcf; -$base0a: #00f769; -$base0b: #ebff87; -$base0c: #a1efe4; -$base0d: #62d6e8; -$base0e: #b45bcf; -$base0f: #00f769; -``` - -##### Neon - -![neon-code-block]({{ '/assets/images/neon-code-block.jpg' | relative_url }}) - -```scss -/* neon syntax highlighting (base16) */ -$base00: #ffffff; -$base01: #e0e0e0; -$base02: #d0d0d0; -$base03: #b0b0b0; -$base04: #000000; -$base05: #101010; -$base06: #151515; -$base07: #202020; -$base08: #ff0086; -$base09: #fd8900; -$base0a: #aba800; -$base0b: #00c918; -$base0c: #1faaaa; -$base0d: #3777e6; -$base0e: #ad00a1; -$base0f: #cc6633; -``` - -##### Plum - -![plum-code-block]({{ '/assets/images/plum-code-block.jpg' | relative_url }}) - -```scss -/* plum syntax highlighting (base16) */ -$base00: #ffffff; -$base01: #e0e0e0; -$base02: #d0d0d0; -$base03: #b0b0b0; -$base04: #000000; -$base05: #101010; -$base06: #151515; -$base07: #202020; -$base08: #ff0086; -$base09: #fd8900; -$base0a: #aba800; -$base0b: #00c918; -$base0c: #1faaaa; -$base0d: #3777e6; -$base0e: #ad00a1; -$base0f: #cc6633; -``` - -##### Sunrise - -![sunrise-code-block]({{ '/assets/images/sunrise-code-block.jpg' | relative_url }}) - -```scss -/* sunrise syntax highlighting (base16) */ -$base00: #1d1f21; -$base01: #282a2e; -$base02: #373b41; -$base03: #969896; -$base04: #b4b7b4; -$base05: #c5c8c6; -$base06: #e0e0e0; -$base07: #ffffff; -$base08: #cc6666; -$base09: #de935f; -$base0a: #f0c674; -$base0b: #b5bd68; -$base0c: #8abeb7; -$base0d: #81a2be; -$base0e: #b294bb; -$base0f: #a3685a; -``` - -### Breakpoints and grid stuff - -Probably won't need to touch these, but they're there if you need to. Width variables are used with the [`@include breakpoint()`](http://breakpoint-sass.com/) mixin to adapt the design of certain elements. - -And `$susy` is used for setting [the grid](http://susy.oddbird.net/) the theme uses. Uncommenting the lines under `debug` can be useful if you want to show the columns when adjusting the layout. - -<figure> - <img src="{{ '/assets/images/mm-susy-grid-overlay.jpg' | relative_url }}" alt="Susy grid overlay for debugging"> - <figcaption>Susy grid debug overlay enabled.</figcaption> -</figure> - -### Disabling animations - -You can disable either the fade-in intro animation, element transition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines: - -```scss -$intro-transition : none; -$global-transition : none; -``` diff --git a/docs/_docs/17-javascript.md b/docs/_docs/17-javascript.md deleted file mode 100644 index 919315cb5d8c..000000000000 --- a/docs/_docs/17-javascript.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: "JavaScript" -permalink: /docs/javascript/ -excerpt: "Instructions for customizing and building the theme's scripts." -last_modified_at: 2021-07-23T09:33:35-04:00 ---- - -The theme's `assets/js/main.min.js` script is built from several vendor, jQuery plugins, and other scripts found in [`assets/js/`](https://github.com/mmistakes/minimal-mistakes/tree/master/assets/js). - -```bash -minimal mistakes -├── assets -| ├── js -| | ├── plugins -| | | ├── gumshoe.js # simple scrollspy -| | | ├── jquery.ba-throttle-debounce.js # rate-limit functions -| | | ├── jquery.fitvids.js # fluid width video embeds -| | | ├── jquery.greedy-navigation.js # priority plus navigation -| | | ├── jquery.magnific-popup.js # responsive lightbox -| | | └── smooth-scroll.js # make same-page links scroll smoothly -| | ├── vendor -| | | └── jquery -| | | └── jquery-3.5.1.js -| | ├── _main.js # jQuery plugin settings and other scripts -| | └── main.min.js # concatenated and minified theme script -``` - -## Customizing - -To modify or add your own scripts include them in [`assets/js/_main.js`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/js/_main.js) and then rebuild using `npm run build:js`. See below for more details. - -If you add additional scripts to `assets/js/plugins/` and would like them concatenated with the others, be sure to update the `uglify` script in [`package.json`](https://github.com/mmistakes/minimal-mistakes/blob/master/package.json). Same goes for scripts that you remove. - -You can also add scripts to the `<head>` or closing `</body>` elements by adding paths to following arrays in `_config.yml`. - -**Example:** - -```yaml -head_scripts: - - https://code.jquery.com/jquery-3.3.1.min.js - - /assets/js/your-custom-head-script.js -footer_scripts: - - /assets/js/your-custom-footer-script.js -after_footer_scripts: - - /assets/js/custom-script-loads-after-footer.js -``` - -**Note:** If you assign `footer_scripts` the theme's `/assets/js/main.min.js` file will be deactivated. This script includes jQuery and various other plugins that you'll need to find replacements for and include separately. -{: .notice--warning} - ---- - -## Build process - -In an effort to reduce dependencies a set of [**npm scripts**](https://css-tricks.com/why-npm-scripts/) are used to build `main.min.js` instead of task runners like [Gulp](http://gulpjs.com/) or [Grunt](http://gruntjs.com/). If those tools are more your style then by all means use them instead :wink:. - -To get started: - -1. Install [Node.js](http://nodejs.org/). -2. `cd` to the root of your project. -3. Install all of the dependencies by running `npm install`. - -**Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`](https://github.com/{{ site.repository }}/blob/master/package.json) prior to running `npm install`. -{: .notice--warning} - -If all goes well, running `npm run build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`. - -## Debugging - -The minified JavaScript is harder to debug in the browser than the raw source. To stop the minification and bundle all the JavaScript as-is --- open up `package.json` and edit the value `scripts.uglify` from: - -```json - "scripts": { - "uglify": "uglifyjs [...] -c -m -o assets/js/main.min.js", -``` - -To the following: - -```json - "scripts": { - "uglify": "cat [...] > assets/js/main.min.js", -``` diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md deleted file mode 100644 index e9c198fe701d..000000000000 --- a/docs/_docs/18-history.md +++ /dev/null @@ -1,1731 +0,0 @@ ---- -title: History -classes: wide -permalink: "/docs/history/" -excerpt: Change log of enhancements and bug fixes made to the theme. -sidebar: - nav: docs -last_modified_at: '2024-05-15T00:46:38+08:00' -toc: false ---- - -<!-- - Sourced from CHANGELOG.md - See Rakefile `task :changelog` for details ---> - -{% raw %} -## Unreleased - -### Bug Fixes - -- Figure helper breaks when using code markup in caption. [#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 < 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) -{% endraw %} diff --git a/docs/_docs/19-contributing.md b/docs/_docs/19-contributing.md deleted file mode 100644 index bd555ee2c46f..000000000000 --- a/docs/_docs/19-contributing.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Contributing" -permalink: /docs/contributing/ -excerpt: "How you can contribute to make this theme better." -last_modified_at: 2017-03-22T09:51:05-04:00 ---- - -Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first. - -Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask. - -This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:. - -## Pull requests - -When submitting a pull request: - -1. Clone the repo. -2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`) and describe the feature or fix. -3. Open a pull request on GitHub. - -Theme documentation and demo pages can be found in the [`/docs`](https://github.com/{{ site.repository }}/blob/master/docs) folder if you'd like to tackle any "low-hanging fruit" like fixing typos, bad grammar, etc. \ No newline at end of file diff --git a/docs/_docs/20-docs-2-2.md b/docs/_docs/20-docs-2-2.md deleted file mode 100644 index bcaa01cfa1b9..000000000000 --- a/docs/_docs/20-docs-2-2.md +++ /dev/null @@ -1,299 +0,0 @@ ---- -title: "2.2 Documentation" -permalink: /docs/docs-2-2/ -excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)." -last_modified_at: 2018-03-20T16:00:34-04:00 -toc: true ---- - -## Installation - -Minimal Mistakes now requires [Jekyll](http://jekyllrb.com/) 3.0. Make sure to run `bundle update` if you aren't on the latest version to update all gem dependencies. - -If you are creating a new Jekyll site using Minimal Mistakes follow these steps: - -1. Fork the [Minimal Mistakes repo](http://github.com/mmistakes/minimal-mistakes/fork). -2. Clone the repo you just forked and rename it. -3. [Install Bundler](http://bundler.io) `gem install bundler` and Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc) -4. Update `config.yml`, add navigation, and replace demo posts and pages with your own. Full details below. - -If you want to use Minimal Mistakes with an existing Jekyll site follow these steps: - -1. [Download Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1) and unzip. -2. Rename `minimal-mistakes-master` to something meaningful ie: `new-site` -3. Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc) -4. Remove demo posts/pages and replace with your own posts, pages, and any other content you want to move over. -5. Update posts' and pages' YAML to match variables used by Minimal Mistakes. Full details below. -6. Update `_config.yml` and add navigation links. Full details below. - -**Pro-tip:** Delete the `gh-pages` branch after cloning and start fresh by branching off `master`. There is a bunch of garbage in `gh-pages` used for the theme's demo site that I'm guessing you won't want. -{: .notice} - -## Running Jekyll - -The preferred method for running Jekyll is with `bundle exec`, but if you're willing to deal gem conflicts feel free to go cowboy with a `jekyll serve` or `jekyll build`. - -> In some cases, running executables without bundle exec may work, if the executable happens to be installed in your system and does not pull in any gems that conflict with your bundle. -> ->However, this is unreliable and is the source of considerable pain. Even if it looks like it works, it may not work in the future or on another machine. - -```bash -bundle exec jekyll serve -``` - -## Scaffolding - -How Minimal Mistakes is organized and what the various files are. All posts, layouts, includes, stylesheets, assets, and whatever else is grouped nicely under the root folder. The compiled Jekyll site outputs to `_site/`. - -```bash -minimal-mistakes/ -├── _includes/ -| ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml -| ├── disqus-comments # Disqus comments script -| ├── footer # site footer -| ├── head # site head -| ├── navigation # site top navigation -| ├── open-graph.html # Twitter Cards and Open Graph meta data -| └── scripts # site scripts -├── _layouts/ -| ├── home.html # homepage layout -| ├── page.html # page layout -| ├── post-index.html # post index layout -| └── post.html # single post layout -├── _posts/ # MarkDown formatted posts -├── _sass/ # Sass stylesheets -├── _templates/ # used by Octopress to define YAML variables for new posts/pages -├── about/ # sample about page -├── assets/ -| ├── css/ # compiled stylesheets -| ├── fonts/ # webfonts -| ├── js/ -| | ├── _main.js # main JavaScript file, plugin settings, etc -| | ├── plugins/ # scripts and jQuery plugins to combine with _main.js -| | ├── scripts.min.js # concatenated and minified _main.js + plugin scripts -| | └── vendor/ # vendor scripts to leave alone and load as is -| └── less/ -├── images/ # images for posts and pages -├── 404.md # 404 page -├── feed.xml # Atom feed template -├── index.md # sample homepage. lists 5 latest posts -├── posts/ # sample post index page. lists all posts in reverse chronology -└── theme-setup/ # theme setup page. safe to remove -``` - -## Site Setup - -A quick checklist of the files you'll want to edit to get up and running. - -### Site Wide Configuration - -`_config.yml` is your friend. Open it up and personalize it. Most variables are self explanatory but here's an explanation of each if needed: - -#### title - -The title of your site... shocker! - -Example `title: My Awesome Site` - -#### url - -Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for generating canonical URLs in `<head>`. When developing locally either comment this out or use something like `http://localhost:4000` so all assets load properly. *Don't include a trailing `/`*. - -Examples: - -```yaml -url: http://mmistakes.github.io/minimal-mistakes -url: http://localhost:4000 -url: //cooldude.github.io -url: -``` - -#### Google Analytics and Webmaster Tools - -Google Analytics UA and Webmaster Tool verification tags can be entered under `owner` in `_config.yml`. For more information on obtaining these meta tags check [Google Webmaster Tools](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35179) and [Bing Webmaster Tools](https://ssl.bing.com/webmaster/configure/verify/ownership) support. - -### Navigation Links - -To set what links appear in the top navigation edit `_data/navigation.yml`. Use the following format to set the URL and title for as many links as you'd like. *External links will open in a new window.* - -```yaml -- title: Portfolio - url: /portfolio/ - -- title: Made Mistakes - url: http://mademistakes.com -``` - -## Adding New Content with Octopress - -While completely optional, I've included Octopress and some starter templates to automate the creation of new posts and pages. To take advantage of it start by installing the [Octopress](https://github.com/octopress/octopress) gem if it isn't already. - -```bash -$ gem install octopress -``` - -### New Post - -Default command - -```bash -$ octopress new post "Post Title" -``` - -Default works great if you want all your posts in one directory, but if you're like me and want to group them into subfolders like `/posts`, `/portfolio`, etc. Then this is the command for you. By specifying the DIR it will create a new post in that folder and populate the `categories:` YAML with the same value. - -```bash -$ octopress new post "New Portfolio Post Title" --dir portfolio -``` - -### New Page - -To create a new page use the following command. - -```bash -$ octopress new page new-page/ -``` - -This will create a page at `/new-page/index.md` - -## Layouts and Content - -Explanations of the various `_layouts` included with the theme and when to use them. - -### Post and Page - -These two layouts are very similar. Both have an author sidebar, allow for large feature images at the top, and optional Disqus comments. The only real difference is the post layout includes related posts at the end of the page. - -### Post Index Page - -A [sample index page]({{ site.url }}/posts/) listing all posts grouped by the year they were published has been provided. The name can be customized to your liking by editing a few references. For example, to change **Posts** to **Writing** update the following: - -In `_config.yml` under `links:` rename the title and URL to the following: - -```yaml - links: - - title: Writing - url: /writing/ -``` - -* Rename `posts/index.md` to `writing/index.md` and update the YAML front matter accordingly. -* Update the **View all posts** link in the `post.html` layout found in `_layouts` to match title and URL set previously. - -### Feature Images - -A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 256 pixels will keep file size down with an acceptable resolution for most devices. If you want to serve these images responsively I'd suggest looking at the [Jekyll Picture Tag](https://github.com/robwierzbowski/jekyll-picture-tag) plugin[^plugins]. - -[^plugins]: If you're using GitHub Pages to host your site be aware that plugins are disabled. You'll need to build your site locally and then manually deploy if you want to use this sweet plugin. - -The post and page layouts make the assumption that the feature images live in the `images/` folder. To add a feature image to a post or page just include the filename in the front matter like so. It's probably best to host all your images from this folder, but you can hotlink from external sources if you desire. - -```yaml -image: - feature: feature-image-filename.jpg - thumb: thumbnail-image.jpg #keep it square 200x200 px is good -``` - -To add attribution to a feature image use the following YAML front matter on posts or pages. Image credits appear directly below the feature image with a link back to the original source if supplied. - -```yaml -image: - feature: feature-image-filename.jpg - credit: Michael Rose #name of the person or site you want to credit - creditlink: http://mademistakes.com #url to their site or licensing -``` - -### Thumbnails for OG and Twitter Cards - -Feature and thumbnail images are used by [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) as well. If you don't assign a thumbnail the default graphic *(default-thumb.png)* is used. I'd suggest changing this to something more meaningful --- your logo or avatar are good options. - -**Pro-Tip**: You need to [apply for Twitter Cards](https://dev.twitter.com/docs/cards) before they will begin showing up when links to your site are shared. -{:.notice} - -### Author Override - -By making use of data files you can assign different authors for each post. - -Start by modifying `authors.yml` file in the `_data` folder and add your authors using the following format. - -```yaml -# Authors - -billy_rick: - name : "Billy Rick" - web : "http://thewhip.com" - email : "billy@rick.com" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "bio-photo-2.jpg" - twitter : "extravagantman" - google_plus : "BillyRick" - -cornelius_fiddlebone: - name : "Cornelius Fiddlebone" - email : "cornelius@thewhip.com" - bio : "I ordered what?" - avatar : "bio-photo.jpg" - twitter : "rhymeswithsackit" - google_plus : "CorneliusFiddlebone" -``` - -To assign Billy Rick as an author for our post. We'd add the following YAML front matter to a post: - -```yaml -author: billy_rick -``` - -### Kramdown Table of Contents - -To include an auto-generated **table of contents** for posts and pages, add the following `_include` before the actual content. [Kramdown will take care of the rest](http://kramdown.rubyforge.org/converter/html.html#toc) and convert all headlines into list of links. - -```html -{% raw %}{% include toc.html %}{% endraw %} -``` - -### Paragraph Indentation - -By default the margin below paragraphs has been removed and indent added to each. This is an intentional design decision to mimic the look of type set in a printed book or manuscript. - -<figure> - <img src="{{ '/assets/images/paragraph-indent.png' | relative_url }}" alt="screen shot of paragraphs with default indent style set"> - <figcaption>Example of the default paragraph style (indented first line and bottom margin removed).</figcaption> -</figure> - -To disable the indents and add spacing between paragraphs change the following line in `_sass/variables.scss` from `true !default` to `false` like so. - -```scss -$paragraph-indent: false; -``` - -<figure> - <img src="{{ '/assets/images/paragraph-no-indent.png' | relative_url }}" alt="screen shot of paragraphs with indent style disabled"> - <figcaption>Example of paragraphs with $paragraph-indent disabled.</figcaption> -</figure> - -### Videos - -Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/). - -Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the `<iframe>` tags and remove `allowfullscreen`. Example below: - -```html -<iframe width="560" height="315" src="http://www.youtube.com/embed/PWf4WUoMXwg" frameborder="0"> </iframe> -``` - -### Social Sharing Links - -Social sharing links for Twitter, Facebook, and Google+ are included on posts/pages by default. To hide them on specific posts or pages add `share: false` to the YAML Front Matter. If you'd like to use different social networks modify `_includes/social-share` to your liking. Icons are set using [Font Awesome](http://fontawesome.io). - -## Further Customization - -Jekyll 2.x added support for Sass files making it much easier to modify a theme's fonts and colors. By editing values found in `_sass/variables.scss` you can fine tune the site's colors and typography. - -For example if you wanted a red background instead of white you'd change `$bodycolor: #fff;` to `$bodycolor: $cc0033;`. - -To modify the site's JavaScript files I setup a Grunt build script to lint/concatenate/minify all scripts into `scripts.min.js`. [Install Node.js](http://nodejs.org/), then [install Grunt](http://gruntjs.com/getting-started), and then finally install the dependencies for the theme contained in `package.json`: - -```bash -npm install -``` - -From the theme's root, use `grunt` concatenate JavaScript files, and optimize .jpg, .png, and .svg files in the `images/` folder. You can also use `grunt dev` in combination with `jekyll build --watch` to watch for updates JS files that Grunt will then automatically re-build as you write your code which will in turn auto-generate your Jekyll site when developing locally. diff --git a/docs/_docs/21-license.md b/docs/_docs/21-license.md deleted file mode 100644 index 27701a900eb1..000000000000 --- a/docs/_docs/21-license.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: "License" -permalink: /docs/license/ -excerpt: "License for Minimal Mistakes Jekyll Theme." -last_modified_at: 2018-01-10T11:22:01-05:00 ---- - -The MIT License (MIT) - -Copyright (c) 2013-{{ site.time | date: '%Y' }} Michael Rose and contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Minimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/) -creators Garrett Knoll, Arthur Shlain, and tracy tam. -Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US). - -Minimal Mistakes incorporates [Font Awesome](http://fontawesome.io/), -Copyright (c) 2017 Dave Gandy. -Font Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL) -and [MIT License](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com). - -Minimal Mistakes incorporates [Susy](http://susy.oddbird.net/), -Copyright (c) 2017, Miriam Eric Suzanne. -Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause). - -Minimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/). -Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/), -Copyright (c) 2013 Dave Rubert and Chris Coyier. -FitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/). - -Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/), -Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com. -Magnific Popup is distributed under the terms of the MIT License. - -Minimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll), -Copyright (c) 2017 Karl Swedberg. -jQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav), -Copyright (c) 2015 Luke Jackson. -GreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array), -Copyright (c) 2015 Max White <mushishi78@gmail.com>. -Jekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/), -Copyright (c) 2017 Vladimir Jimenez. -Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). - -Minimal Mistakes incorporates [Lunr](http://lunrjs.com), -Copyright (c) 2017 Oliver Nightingale. -Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). \ No newline at end of file diff --git a/docs/_docs/22-faq.md b/docs/_docs/22-faq.md deleted file mode 100644 index f41f7fc14d02..000000000000 --- a/docs/_docs/22-faq.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Frequently Asked Questions -classes: wide -permalink: "/docs/faq/" -sidebar: - nav: docs -last_modified_at: '2024-04-24T00:51:32+08:00' -toc: false ---- - -This page is still under construction. Meanwhile, check out existing [issues](https://github.com/mmistakes/minimal-mistakes/issues) and [discussions](https://github.com/mmistakes/minimal-mistakes/discussions) to see if your question has already been asked before. -{: .notice--primary } - -- `'require': cannot load such file -- webrick (LoadError)` - - This error occurs when you run `jekyll serve` on Ruby 3.0+. - - Ruby 3.0 no longer comes with Webrick by default. To fix this, add `gem "webrick"` to your `Gemfile` and run `bundle install`. See [jekyll/jekyll#8523](https://github.com/jekyll/jekyll/issues/8523) diff --git a/docs/_drafts/post-draft.md b/docs/_drafts/post-draft.md deleted file mode 100644 index e0bb2bd4e1fe..000000000000 --- a/docs/_drafts/post-draft.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: single -title: "Draft Post" -header: - teaser: "unsplash-gallery-image-2-th.jpg" -categories: - - Jekyll -tags: - - edge case ---- -Monocle ipsum dolor sit amet handsome pariatur aliqua, hub remarkable irure commodo classic deserunt bespoke. Sunt commodo signature, Swiss minim flat white Tsutaya excepteur artisanal et Nordic laborum joy ANA. Beams mollit exquisite Ginza efficient dolore qui Comme des Garçons Winkreative Lufthansa bulletin global. Iconic sed liveable duis. Mollit dolore eu laboris Comme des Garçons hub pintxos sed eiusmod tote bag Shinkansen nisi consectetur pariatur. Nordic international quis finest Baggu dolore, bureaux hub hand-crafted ut joy sint Airbus A380. - -Conversation handsome hub cosy, enim emerging sed K-pop velit Gaggenau charming proident et boulevard ryokan. Remarkable airport deserunt international est, nulla minim magna emerging discerning in exclusive dolor. Commodo dolore deserunt cosy, global Nordic culpa uniforms signature charming. Smart ryokan commodo, eiusmod global occaecat incididunt aliqua Beams. Boulevard conversation excepteur finest Swiss non veniam Comme des Garçons essential artisanal. Destination Scandinavian international, anim Boeing 787 in duis Baggu irure essential. - -Fugiat exclusive laborum, Gaggenau ad Winkreative sharp elit labore. Remarkable officia ryokan Boeing 787, consectetur boutique Nordic Singapore espresso elit iconic perfect izakaya soft power excepteur. Ut veniam carefully curated K-pop dolore, uniforms in voluptate. Craftsmanship Ettinger Lufthansa sophisticated esse boutique veniam exquisite. Aute cillum bespoke, intricate consectetur in exquisite international lovely bulletin irure Washlet Gaggenau deserunt. Efficient eu quality of life wardrobe labore, dolor emerging airport concierge reprehenderit izakaya dolore liveable Baggu. - -Commodo elegant essential consectetur Gaggenau culpa consequat id sophisticated St Moritz sunt conversation duis non velit. Nulla business class non ut Marylebone ANA soft power fugiat carefully curated. Bureaux sed punctual handsome Washlet impeccable hand-crafted aute extraordinary tote bag enim boulevard soft power sleepy. Dolore conversation irure Zürich the best adipisicing, vibrant finest hub anim premium aliqua. Cupidatat smart international, bureaux Baggu id efficient punctual. Tempor nulla flat white enim, K-pop incididunt elit efficient Toto uniforms concierge discerning. Concierge sleepy extraordinary, deserunt Melbourne commodo Nordic Winkreative Washlet Ginza exercitation espresso. - -Tsutaya sed in business class sharp. Do Beams in adipisicing Lufthansa. Business class occaecat Melbourne, irure Singapore commodo espresso carefully curated quis quality of life adipisicing. Impeccable laborum efficient classic proident in. Beams Helsinki ullamco Marylebone dolore sophisticated concierge Muji anim duis joy ut. Comme des Garçons aute Muji in aliquip ryokan soft power Nordic essential ANA culpa elegant. \ No newline at end of file diff --git a/docs/_includes/after-content.html b/docs/_includes/after-content.html deleted file mode 100644 index 482c530b7931..000000000000 --- a/docs/_includes/after-content.html +++ /dev/null @@ -1,8 +0,0 @@ -<div align="center" style="margin: 1em 0;"> - <ins class="adsbygoogle" - style="display:block; border-bottom: initial;" - data-ad-client="ca-pub-7328585512091257" - data-ad-slot="3049671934" - data-ad-format="auto" - data-full-width-responsive="true"></ins> -</div> diff --git a/docs/_includes/before-related.html b/docs/_includes/before-related.html deleted file mode 100644 index 69ea67c544a5..000000000000 --- a/docs/_includes/before-related.html +++ /dev/null @@ -1 +0,0 @@ -{% include after-content.html %} diff --git a/docs/_includes/comments-providers/scripts.html b/docs/_includes/comments-providers/scripts.html deleted file mode 100644 index 5617ab8922fa..000000000000 --- a/docs/_includes/comments-providers/scripts.html +++ /dev/null @@ -1,11 +0,0 @@ -{% comment %} - Repurposing this file as "after-scripts.html" snippet, - since the docs site isn't using comments anyway. -{% endcomment %} -<style> -.google-auto-placed { - margin: 2em auto; -} -</style> -<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -<script>(adsbygoogle = window.adsbygoogle || []).push({});</script> diff --git a/docs/_pages/404.md b/docs/_pages/404.md deleted file mode 100644 index b3025a6053b5..000000000000 --- a/docs/_pages/404.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Page Not Found" -excerpt: "Page not found. Your pixels are in another canvas." -sitemap: false -permalink: /404.html ---- - -Sorry, but the page you were trying to view does not exist. diff --git a/docs/_pages/about.md b/docs/_pages/about.md deleted file mode 100644 index e538e3bcfe34..000000000000 --- a/docs/_pages/about.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -permalink: /about/ -title: "About" -excerpt: "Minimal Mistakes is a flexible two-column Jekyll theme." -layouts_gallery: - - url: /assets/images/mm-layout-splash.png - image_path: /assets/images/mm-layout-splash.png - alt: "splash layout example" - - url: /assets/images/mm-layout-single-meta.png - image_path: /assets/images/mm-layout-single-meta.png - alt: "single layout with comments and related posts" - - url: /assets/images/mm-layout-archive.png - image_path: /assets/images/mm-layout-archive.png - alt: "archive layout example" -last_modified_at: 2022-05-27T11:59:26-04:00 -toc: true ---- - -Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:. - -{% include gallery id="layouts_gallery" caption="Examples of included layouts `splash`, `single`, and `archive`." %} - -[Install the Theme]({{ "/docs/quick-start-guide/" | relative_url }}){: .btn .btn--success .btn--large} - -## Notable Features - -- Bundled as a "theme gem" for easier install/upgrading. -- Compatible with GitHub Pages. -- Support for Jekyll's built-in Sass/SCSS preprocessor. -- Nine different skins (color variations). -- Several responsive layout options (single, archive index, search, splash, and paginated home page). -- Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data -- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more. -- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), [Discourse](https://www.discourse.org/), [utterances](https://utteranc.es/), [giscus](https://giscus.app/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom). -- [Google Analytics](https://www.google.com/analytics/) support. -- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Kiswahili, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese. - -## Demo Pages - -| Name | Description | -| ------------------------------------------- | ----------------------------------------------------- | -| [Post with Header Image][header-image-post] | A post with a large header image. | -| [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. | -| [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. | -| [Post with a Gallery][gallery-post] | A post showing several images wrapped in `<figure>` elements. | -| [Sample Collection Page][sample-collection] | Single page from a collection. | -| [Categories Archive][categories-archive] | Posts grouped by category. | -| [Tags Archive][tags-archive] | Posts grouped by tag. | - -For even more demo pages check the [posts archive][year-archive]. - -[header-image-post]: {{ "" | relative_url }}{% post_url 2012-03-15-layout-header-image-text-readability %} -[gallery-post]: {{ "" | relative_url }}{% post_url 2010-09-09-post-gallery %} -[html-tags-post]: {{ "" | relative_url }}{% post_url 2013-01-11-markup-html-tags-and-formatting %} -[syntax-post]: {{ "" | relative_url }}{% post_url 2013-08-16-markup-syntax-highlighting %} -[sample-collection]: {{ "/recipes/chocolate-chip-cookies/" | relative_url }} -[categories-archive]: {{ "/categories/" | relative_url }} -[tags-archive]: {{ "/tags/" | relative_url }} -[year-archive]: {{ "/year-archive/" | relative_url }} - ---- - -## Credits - -### Icons + Demo Images: - -- [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam) -- [Font Awesome](http://fontawesome.io/) -- [Unsplash](https://unsplash.com/) - -### Other: - -- [Jekyll](https://jekyllrb.com/) -- [jQuery](https://jquery.com/) -- [Susy](http://susy.oddbird.net/) -- [Breakpoint](http://breakpoint-sass.com/) -- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/) -- [FitVids.JS](http://fitvidsjs.com/) -- Greedy Navigation - [lukejacksonn](https://codepen.io/lukejacksonn/pen/PwmwWV) -- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll) -- [Lunr](http://lunrjs.com) - ---- - -Minimal Mistakes is designed, developed, and maintained by Michael Rose. Just another boring, tattooed, designer from Buffalo New York. diff --git a/docs/_pages/archive-layout-with-content.md b/docs/_pages/archive-layout-with-content.md deleted file mode 100644 index 6820122e2351..000000000000 --- a/docs/_pages/archive-layout-with-content.md +++ /dev/null @@ -1,218 +0,0 @@ ---- -title: "Archive Layout with Content" -layout: archive -permalink: /archive-layout-with-content/ ---- - -A variety of common markup showing how the theme styles them. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn--success">Success Button</a> -``` - -[Primary Button](#){: .btn} -[Success Button](#){: .btn .btn--success} -[Warning Button](#){: .btn .btn--warning} -[Danger Button](#){: .btn .btn--danger} -[Info Button](#){: .btn .btn--info} -[Inverse Button](#){: .btn .btn--inverse} -[Light Outline Button](#){: .btn .btn--light-outline} - -```markdown -[Primary Button Text](#link){: .btn} -[Success Button Text](#link){: .btn .btn--success} -[Warning Button Text](#link){: .btn .btn--warning} -[Danger Button Text](#link){: .btn .btn--danger} -[Info Button Text](#link){: .btn .btn--info} -[Inverse Button](#link){: .btn .btn--inverse} -[Light Outline Button](#link){: .btn .btn--light-outline} -``` - -[X-Large Button](#){: .btn .btn--x-large} -[Large Button](#){: .btn .btn--large} -[Default Button](#){: .btn} -[Small Button](#){: .btn .btn--small} - -```markdown -[X-Large Button](#link){: .btn .btn--x-large} -[Large Button](#link){: .btn .btn--large} -[Default Button](#link){: .btn} -[Small Button](#link){: .btn .btn--small} -``` - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} - -## HTML Tags - -### Address Tag - -<address> - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States -</address> - -### Anchor Tag (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---<cite>Automattic</cite> - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you <strike>strikeout text</strike>. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote <ins>inserted</ins> text. - -### Keyboard Tag - -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -<pre> -.post-title { - margin: 0 0 5px; - font-weight: bold; - font-size: 38px; - line-height: 1.2; - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; -} -</pre> - -### Quote Tag - -<q>Developers, developers, developers…</q> –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up. - -### Variable Tag - -This allows you to denote <var>variables</var>. - -{% for post in site.pages %} -{% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/docs/_pages/category-archive.md b/docs/_pages/category-archive.md deleted file mode 100644 index 4cb3860e91be..000000000000 --- a/docs/_pages/category-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Category" -layout: categories -permalink: /categories/ -author_profile: true ---- diff --git a/docs/_pages/collection-archive.html b/docs/_pages/collection-archive.html deleted file mode 100644 index 80d281642917..000000000000 --- a/docs/_pages/collection-archive.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: archive -title: "Posts by Collection" -permalink: /collection-archive/ -author_profile: true ---- - -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} - {% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2 id="{{ label | slugify }}" class="archive__subtitle">{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} - {% endunless %} - {% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/docs/_pages/edge-case.md b/docs/_pages/edge-case.md deleted file mode 100644 index 016138a4675a..000000000000 --- a/docs/_pages/edge-case.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Edge Case -layout: category -permalink: /categories/edge-case/ -taxonomy: Edge Case ---- - -Sample post listing for the category `Edge Case`. diff --git a/docs/_pages/home.md b/docs/_pages/home.md deleted file mode 100644 index ce014bc870f5..000000000000 --- a/docs/_pages/home.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: splash -permalink: / -hidden: true -header: - overlay_color: "#5e616c" - overlay_image: /assets/images/mm-home-page-feature.jpg - actions: - - label: "<i class='fas fa-download'></i> Install now" - url: "/docs/quick-start-guide/" -excerpt: > - A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br /> - <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1">Latest release v4.26.1</a></small> -feature_row: - - image_path: /assets/images/mm-customizable-feature.png - alt: "customizable" - title: "Super customizable" - excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter." - url: "/docs/configuration/" - btn_class: "btn--primary" - btn_label: "Learn more" - - image_path: /assets/images/mm-responsive-feature.png - alt: "fully responsive" - title: "Responsive layouts" - excerpt: "Built with HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content." - url: "/docs/layouts/" - btn_class: "btn--primary" - btn_label: "Learn more" - - image_path: /assets/images/mm-free-feature.png - alt: "100% free" - title: "100% free" - excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!" - url: "/docs/license/" - btn_class: "btn--primary" - btn_label: "Learn more" ---- - -{% include feature_row %} diff --git a/docs/_pages/lorem-ipsum.md b/docs/_pages/lorem-ipsum.md deleted file mode 100644 index 13be88aeb675..000000000000 --- a/docs/_pages/lorem-ipsum.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Lorem Ipsum" -permalink: /lorem-ipsum/ ---- - -Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros. - -Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper. - -Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt. - -Curabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla. - -Cras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod. - -Nulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum. - -Nullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum. - -Aliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa. - -Donec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus. - -Quisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero. - -Հայերեն - -Lorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ: - -Български - -Lorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum. - -Català - -Lorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l’any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l’any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d’autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum. - -Hrvatski - -Lorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a. - -Česky - -Lorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker. - -Româna - -Lorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii ’60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum. - -Српски - -Lorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије. \ No newline at end of file diff --git a/docs/_pages/markup.md b/docs/_pages/markup.md deleted file mode 100644 index 147a719ae258..000000000000 --- a/docs/_pages/markup.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Markup -layout: tag -permalink: /tags/markup/ -taxonomy: markup ---- - -Sample post listing for the tag `markup`. diff --git a/docs/_pages/page-a.md b/docs/_pages/page-a.md deleted file mode 100644 index 3083db24ad10..000000000000 --- a/docs/_pages/page-a.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page A" -permalink: /page-a/ -date: 2011-06-23T18:38:52+00:00 ---- - -Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. \ No newline at end of file diff --git a/docs/_pages/page-archive.html b/docs/_pages/page-archive.html deleted file mode 100644 index ada3f64fb9ce..000000000000 --- a/docs/_pages/page-archive.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: archive -title: "Page Archive" -permalink: /page-archive/ -author_profile: false ---- - -{% assign posts = site.pages | where_exp: "post", "post.hidden != true" %} -{% for post in posts %} - {% include archive-single.html %} -{% endfor %} diff --git a/docs/_pages/page-b.md b/docs/_pages/page-b.md deleted file mode 100644 index d15ce12289d9..000000000000 --- a/docs/_pages/page-b.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page B" -permalink: /page-b/ -date: 2011-06-23T18:39:14+00:00 ---- - -(lorem ipsum) \ No newline at end of file diff --git a/docs/_pages/pets.md b/docs/_pages/pets.md deleted file mode 100644 index 1ecc1f3b565f..000000000000 --- a/docs/_pages/pets.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Pets -layout: collection -permalink: /pets/ -collection: pets -entries_layout: grid -classes: wide ---- - -Sample document listing for the collection `_pets`. diff --git a/docs/_pages/portfolio-archive.md b/docs/_pages/portfolio-archive.md deleted file mode 100644 index 019082f49185..000000000000 --- a/docs/_pages/portfolio-archive.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Portfolio -layout: collection -permalink: /portfolio/ -collection: portfolio -entries_layout: grid -classes: wide ---- - -Sample document listing for the collection `_portfolio`. diff --git a/docs/_pages/post-archive-feature-rows.html b/docs/_pages/post-archive-feature-rows.html deleted file mode 100644 index 47cab558d9fd..000000000000 --- a/docs/_pages/post-archive-feature-rows.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: archive -title: "Post Archive with Feature Rows" -permalink: /post-archive-feature-rows/ -author_profile: true -feature_row: - - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -feature_row2: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Left Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Right Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row4: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Center Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" ---- - -{% for post in site.posts limit: 5 %} - {% include archive-single.html %} -{% endfor %} - -{% include feature_row id="intro" type="center" %} - -{% include feature_row %} - -{% include feature_row id="feature_row2" type="left" %} - -{% include feature_row id="feature_row3" type="right" %} - -{% include feature_row id="feature_row4" type="center" %} \ No newline at end of file diff --git a/docs/_pages/recipes-archive.md b/docs/_pages/recipes-archive.md deleted file mode 100644 index 96a36cf7fc72..000000000000 --- a/docs/_pages/recipes-archive.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: collection -title: "Recipes" -collection: recipes -permalink: /recipes/ -author_profile: false ---- - -Sample document listing for the collection `_recipes`. \ No newline at end of file diff --git a/docs/_pages/sample-page.md b/docs/_pages/sample-page.md deleted file mode 100644 index 060e53b864c9..000000000000 --- a/docs/_pages/sample-page.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Sample Page" -permalink: /sample-page/ -date: 2016-02-24T03:02:20+00:00 ---- - -This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: - -> Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi'a coladas. (And gettin' caught in the rain.) - -...or something like this: - -> The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community. - -You should probably delete this page and create new pages for your content. Have fun! \ No newline at end of file diff --git a/docs/_pages/sitemap.md b/docs/_pages/sitemap.md deleted file mode 100644 index bb6e1831a4c1..000000000000 --- a/docs/_pages/sitemap.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: archive -title: "Sitemap" -permalink: /sitemap/ -author_profile: false ---- - -A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ "sitemap.xml" | relative_url }}) available for digesting as well. - -<h2>Pages</h2> -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} - -<h2>Posts</h2> -{% for post in site.posts %} - {% include archive-single.html %} -{% endfor %} - -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} -{% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2>{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} -{% endunless %} -{% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} -{% endfor %} -{% endfor %} \ No newline at end of file diff --git a/docs/_pages/splash-page.md b/docs/_pages/splash-page.md deleted file mode 100644 index f11bc0b0737b..000000000000 --- a/docs/_pages/splash-page.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: "Splash Page" -layout: splash -permalink: /splash-page/ -date: 2016-03-23T11:48:41-04:00 -header: - overlay_color: "#000" - overlay_filter: "0.5" - overlay_image: /assets/images/unsplash-image-1.jpg - actions: - - label: "Download" - url: "https://github.com/mmistakes/minimal-mistakes/" - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop." -intro: - - excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`' -feature_row: - - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -feature_row2: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Left Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Right Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row4: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Center Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" ---- - -{% include feature_row id="intro" type="center" %} - -{% include feature_row %} - -{% include feature_row id="feature_row2" type="left" %} - -{% include feature_row id="feature_row3" type="right" %} - -{% include feature_row id="feature_row4" type="center" %} \ No newline at end of file diff --git a/docs/_pages/tag-archive.md b/docs/_pages/tag-archive.md deleted file mode 100644 index 3f4e3f0df86c..000000000000 --- a/docs/_pages/tag-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Tag" -permalink: /tags/ -layout: tags -author_profile: true ---- diff --git a/docs/_pages/terms.md b/docs/_pages/terms.md deleted file mode 100644 index eac4d5d4f8a8..000000000000 --- a/docs/_pages/terms.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -permalink: /terms/ -title: "Terms and Privacy Policy" -last_modified_at: 2017-10-20T12:42:38-04:00 -toc: true ---- - -## Privacy Policy - -The privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used. - -First and foremost, I will never share your email address or any other personal information to anyone without your direct consent. - -### Log Files - -Like many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include: - -* Internet Protocol addresses (IP) -* Types of browser -* Internet Service Provider (ISP) -* Date and time stamp -* Referring and exit pages -* Number of clicks - -All of this information is not linked to anything that is personally identifiable. - -### Cookies and Web Beacons - -When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment. - -Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out. - -If you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites. - -#### Google Analytics - -Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html). - -#### Google Adsense - -Google Adsense, a third party affiliate marketing network, uses cookies to help make sure I get a commission when you buy a product after clicking on a link or ad banner that takes you to the site of one of their merchants. You can read [Google Adsense Privacy Policy](http://support.google.com/adsense/bin/answer.py?hl=en&answer=48182). - -## Disclosure Policy - -I make money on this website through affiliate programs. If you click an affiliate link or ad banner and buy the product, you help support this website because I'll get a percentage of that sale. - -Currently I'm an affiliate for Amazon and Google Adsense. - -What this means for you: - -* I became an affiliate to earn revenue towards the costs of running and maintaining this website. Where I have direct control over which ads are served on this website I offer only products that are directly related to the topic of this website and products that a reader/subscriber would have a genuine interest in or need of. -* I do not and will not recommend a product just for the sake of making money. -* I do not let the compensation I receive influence the content, topics, posts, or opinions expressed on this website. -* I respect and value my readers too much to write anything other than my own genuine and objective opinions and advice. - -Just like this website, my Disclosure Policy is a work in progress. As the revenue streams evolve, so will this page. \ No newline at end of file diff --git a/docs/_pages/year-archive.md b/docs/_pages/year-archive.md deleted file mode 100644 index 1021452ad951..000000000000 --- a/docs/_pages/year-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Year" -permalink: /year-archive/ -layout: posts -author_profile: true ---- diff --git a/docs/_pets/lhasa-apso.md b/docs/_pets/lhasa-apso.md deleted file mode 100644 index 2673b6bab64f..000000000000 --- a/docs/_pets/lhasa-apso.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lhasa Apso" -excerpt: "The Lhasa Apso is a non-sporting dog breed originating in Tibet." ---- - -> The Lhasa Apso (/ˈlɑːsə ˈæpsoʊ/ lah-sə ap-soh) is a non-sporting dog breed originating in Tibet. It was bred as an interior sentinel in the Buddhist monasteries, to alert the monks to any intruders who entered. Lhasa is the capital city of Tibet, and apso is a word in the Tibetan language meaning "bearded", so, Lhasa Apso simply means "long-haired Lhasa dog". There are, however, some who claim that the word "apso" is a form of the Tibetan word "rapso", meaning "goat-like", which would make the equivalent translation "wooly Lhasa dog". - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/docs/_pets/tabby.md b/docs/_pets/tabby.md deleted file mode 100644 index b62b67454b1a..000000000000 --- a/docs/_pets/tabby.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tabby" -excerpt: "A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually with a mark resembling an 'M' on its forehead." ---- - -> A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually together with a mark resembling an 'M' on its forehead. Tabbies are sometimes erroneously assumed to be a cat breed. In fact, the tabby pattern is found in many breeds, as well as among the general mixed-breed population. The tabby pattern is a naturally occurring feature that may be related to the coloration of the domestic cat's direct ancestor, the African wildcat, which (along with the European wildcat and Asiatic wildcat) has a similar coloration. - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/docs/_portfolio/baz-boom-identity.md b/docs/_portfolio/baz-boom-identity.md deleted file mode 100644 index 98edd8f4dff6..000000000000 --- a/docs/_portfolio/baz-boom-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Baz Boom Identity" -excerpt: "Baz Boom design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-1.jpg - teaser: assets/images/unsplash-gallery-image-1-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/docs/_portfolio/fizz-bang-identity.md b/docs/_portfolio/fizz-bang-identity.md deleted file mode 100644 index b04881983531..000000000000 --- a/docs/_portfolio/fizz-bang-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Fizz Bang Identity" -excerpt: "Fizz Bang design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-2.jpg - teaser: assets/images/unsplash-gallery-image-2-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/docs/_portfolio/foo-bar-website.md b/docs/_portfolio/foo-bar-website.md deleted file mode 100644 index 2002bd5b0bc0..000000000000 --- a/docs/_portfolio/foo-bar-website.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Foo Bar Identity" -excerpt: "Foo Bar design system including logo mark, website design, and branding applications." -header: - image: /assets/images/foo-bar-identity.jpg - teaser: /assets/images/foo-bar-identity-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/docs/_portfolio/ginger-gulp-identity.md b/docs/_portfolio/ginger-gulp-identity.md deleted file mode 100644 index 4a9d75cdf2b3..000000000000 --- a/docs/_portfolio/ginger-gulp-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Ginger Gulp Identity" -excerpt: "Ginger Gulp design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-3.jpg - teaser: assets/images/unsplash-gallery-image-3-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md deleted file mode 100644 index a8dccf09c792..000000000000 --- a/docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: "Edge Case: Nested and Mixed Lists" -categories: - - Edge Case -tags: - - content - - css - - edge case - - lists - - markup ---- - -Nested and mixed lists are an interesting beast. It's a corner case to make sure that - -* Lists within lists do not break the ordered list numbering order -* Your list styles go deep enough. - -### Ordered -- Unordered -- Ordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - 1. ordered item - 2. ordered item -3. ordered item -4. ordered item - -### Ordered -- Unordered -- Unordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - * unordered item - * unordered item -3. ordered item -4. ordered item - -### Unordered -- Ordered -- Unordered - -* unordered item -* unordered item - 1. ordered - 2. ordered - * unordered item - * unordered item -* unordered item -* unordered item - -### Unordered -- Unordered -- Ordered - -* unordered item -* unordered item - * unordered - * unordered - 1. **ordered item** - 2. **ordered item** -* unordered item -* unordered item - -### Task Lists - -- [x] Finish my changes -- [ ] Push my commits to GitHub -- [ ] Open a pull request \ No newline at end of file diff --git a/docs/_posts/2009-06-01-edge-case-many-tags.md b/docs/_posts/2009-06-01-edge-case-many-tags.md deleted file mode 100644 index f43509f119cc..000000000000 --- a/docs/_posts/2009-06-01-edge-case-many-tags.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Edge Case: Many Tags" -categories: - - Edge Case -tags: - - 8BIT - - alignment - - Articles - - captions - - categories - - chat - - comments - - content - - css - - dowork - - edge case - - embeds - - excerpt - - Fail - - featured image - - FTW - - Fun - - gallery - - html - - image - - Jekyll - - layout - - link - - Love - - markup - - Mothership - - Must Read - - Nailed It - - Pictures - - Post Formats - - quote - - standard - - Success - - Swagger - - Tags - - template - - title - - twitter - - Unseen - - video - - YouTube ---- - -This post has many tags. \ No newline at end of file diff --git a/docs/_posts/2009-07-02-edge-case-many-categories.md b/docs/_posts/2009-07-02-edge-case-many-categories.md deleted file mode 100644 index 7ec93b8e8db9..000000000000 --- a/docs/_posts/2009-07-02-edge-case-many-categories.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Edge Case: Many Categories" -categories: - - aciform - - antiquarianism - - arrangement - - asmodeus - - broder - - buying - - championship - - chastening - - disinclination - - disinfection - - dispatch - - echappee - - enphagy -tags: - - categories - - edge case ---- - -This post has many categories. \ No newline at end of file diff --git a/docs/_posts/2009-08-06-edge-case-no-body-content.md b/docs/_posts/2009-08-06-edge-case-no-body-content.md deleted file mode 100644 index 7b2fa7d6d13f..000000000000 --- a/docs/_posts/2009-08-06-edge-case-no-body-content.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Edge Case: No Body Content" -categories: - - Edge Case -tags: - - content - - edge case - - layout ---- diff --git a/docs/_posts/2009-09-05-edge-case-no-yaml-title.md b/docs/_posts/2009-09-05-edge-case-no-yaml-title.md deleted file mode 100644 index 4e5323ff878b..000000000000 --- a/docs/_posts/2009-09-05-edge-case-no-yaml-title.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -categories: - - Edge Case -tags: - - edge case - - layout - - title ---- - -This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename. \ No newline at end of file diff --git a/docs/_posts/2009-10-05-edge-case-multiline-excerpt.md b/docs/_posts/2009-10-05-edge-case-multiline-excerpt.md deleted file mode 100644 index 6acc568a0655..000000000000 --- a/docs/_posts/2009-10-05-edge-case-multiline-excerpt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Edge Case: Post with multiline excerpt" ---- - -Et ex ullamco duis don't -combine these words quis laborum sunt sint. Nisi et Lorem reprehenderit cupidatat. Aliqua fugiat aliquip officia culpa elit. Adipisicing do eu duis aute et aute amet anim ut cillum aliqua. Aliqua adipisicing occaecat et ullamco fugiat. \ No newline at end of file diff --git a/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md b/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md deleted file mode 100644 index 6fdc1b8a9416..000000000000 --- a/docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Antidisestablishmentarianism" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -## Title should not overflow the content area - -A few things to check for: - - * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. - * Check the browser window / tab title. - * If you are a theme developer, check that this text does not break anything. - -The following CSS properties will help you support non-breaking text. - -```css --ms-word-wrap: break-word; -word-wrap: break-word; -``` \ No newline at end of file diff --git a/docs/_posts/2009-10-05-edge-case-very-long-title.md b/docs/_posts/2009-10-05-edge-case-very-long-title.md deleted file mode 100644 index 29fcb77c42dc..000000000000 --- a/docs/_posts/2009-10-05-edge-case-very-long-title.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -Check for long titles and how they might break a template. \ No newline at end of file diff --git a/docs/_posts/2009-10-06-edge-case-broken-highlighting.md b/docs/_posts/2009-10-06-edge-case-broken-highlighting.md deleted file mode 100644 index bdf5b0be2715..000000000000 --- a/docs/_posts/2009-10-06-edge-case-broken-highlighting.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "Edge Case: Invalid syntax highlight languages" -categories: - - Edge Case -tags: - - content - - css - - edge case ---- - -Good highlighting: - -```ruby -str = ARGV.first -if str - str = str.b[/\A_(.*)_\z/, 1] - if str and Gem::Version.correct?(str) - version = str - ARGV.shift - end -end -``` - -Good (but dumb) highlighting: - -``` -str = ARGV.first -if str - str = str.b[/\A_(.*)_\z/, 1] - if str and Gem::Version.correct?(str) - version = str - ARGV.shift - end -end -``` - -Bad highlighting: - -```invalid -str = ARGV.first -if str - str = str.b[/\A_(.*)_\z/, 1] - if str and Gem::Version.correct?(str) - version = str - ARGV.shift - end -end -``` diff --git a/docs/_posts/2010-01-07-post-modified.md b/docs/_posts/2010-01-07-post-modified.md deleted file mode 100644 index 382b98049ae6..000000000000 --- a/docs/_posts/2010-01-07-post-modified.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Post: Modified Date" -last_modified_at: 2016-03-09T16:20:02-05:00 -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -This post has been updated and should show a modified date if used in a layout. - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. \ No newline at end of file diff --git a/docs/_posts/2010-01-07-post-standard.md b/docs/_posts/2010-01-07-post-standard.md deleted file mode 100644 index cd83ea034f8c..000000000000 --- a/docs/_posts/2010-01-07-post-standard.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Post: Standard" -excerpt_separator: "<!--more-->" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. - -Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day. - -<!--more--> - -This post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied: - -```yaml -excerpt_separator: "<!--more-->" -``` - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2010-01-08-post-chat.md b/docs/_posts/2010-01-08-post-chat.md deleted file mode 100644 index e61b3f289e00..000000000000 --- a/docs/_posts/2010-01-08-post-chat.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Post: Chat" -categories: - - Post Formats -tags: - - chat - - Post Formats ---- - -Abbott: Strange as it may seem, they give ball players nowadays very peculiar names. - -Costello: Funny names? - -Abbott: Nicknames, nicknames. Now, on the St. Louis team we have Who's on first, What's on second, I Don't Know is on third-- - -Costello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team. - -Abbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third-- - -Costello: You know the fellows' names? - -Abbott: Yes. - -Costello: Well, then who's playing first? - -Abbott: Yes. - -Costello: I mean the fellow's name on first base. - -Abbott: Who. - -Costello: The fellow playin' first base. - -Abbott: Who. - -Costello: The guy on first base. - -Abbott: Who is on first. - -Costello: Well, what are you askin' me for? - -Abbott: I'm not asking you--I'm telling you. Who is on first. - -Costello: I'm asking you--who's on first? - -Abbott: That's the man's name. - -Costello: That's who's name? - -Abbott: Yes. - -Costello: When you pay off the first baseman every month, who gets the money? - -Abbott: Every dollar of it. And why not, the man's entitled to it. - -Costello: Who is? - -Abbott: Yes. - -Costello: So who gets it? - -Abbott: Why shouldn't he? Sometimes his wife comes down and collects it. - -Costello: Who's wife? - -Abbott: Yes. After all, the man earns it. - -Costello: Who does? - -Abbott: Absolutely. - -Costello: Well, all I'm trying to find out is what's the guy's name on first base? - -Abbott: Oh, no, no. What is on second base. - -Costello: I'm not asking you who's on second. - -Abbott: Who's on first! - -Costello: St. Louis has a good outfield? - -Abbott: Oh, absolutely. - -Costello: The left fielder's name? - -Abbott: Why. - -Costello: I don't know, I just thought I'd ask. - -Abbott: Well, I just thought I'd tell you. - -Costello: Then tell me who's playing left field? - -Abbott: Who's playing first. - -Costello: Stay out of the infield! The left fielder's name? - -Abbott: Why. - -Costello: Because. - -Abbott: Oh, he's center field. - -Costello: Wait a minute. You got a pitcher on this team? - -Abbott: Wouldn't this be a fine team without a pitcher? - -Costello: Tell me the pitcher's name. - -Abbott: Tomorrow. - -Costello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who? - -Abbott: Now, that's he first thing you've said right. - -Costello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT! - -Abbott: Don't get excited. Take it easy. - -Costello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don't know. I don't know throws it back to tomorrow--a triple play. - -Abbott: Yeah, it could be. - -Costello: Another guy gets up and it's a long ball to center. - -Abbott: Because. - -Costello: Why? I don't know. And I don't care. - -Abbott: What was that? - -Costello: I said, I DON'T CARE! - -Abbott: Oh, that's our shortstop! \ No newline at end of file diff --git a/docs/_posts/2010-02-05-post-notice.md b/docs/_posts/2010-02-05-post-notice.md deleted file mode 100644 index da63f9a32152..000000000000 --- a/docs/_posts/2010-02-05-post-notice.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Post: Notice" -categories: - - Post Formats -tags: - - Post Formats - - notice ---- - -A notice displays information that explains nearby content. Often used to call attention to a particular detail. - -When using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. - -**Changes in Service:** We just updated our [privacy policy](#) here to better service our customers. We recommend reviewing the changes. -{: .notice} - -**Primary Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. [Praesent libero](#). Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--primary} - -<div class="notice--primary" markdown="1"> -**Primary Notice with code block:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. [Praesent libero](#). Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. - -```html -<html> - <body>Some body.<body> -</html> -``` -</div> - -**Info Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing elit](#). Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--info} - -**Warning Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. [Integer nec odio](#). Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--warning} - -**Danger Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing](#) elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--danger} - -**Success Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at [nibh elementum](#) imperdiet. -{: .notice--success} - -Want to wrap several paragraphs or other elements in a notice? Using Liquid to capture the content and then filter it with `markdownify` is a good way to go. - -```html -{% raw %}{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %}{% endraw %} - -<div class="notice">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div> -``` - -{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %} - -<div class="notice"> - {{ notice-2 | markdownify }} -</div> - -Or you could skip the capture and stick with straight HTML. - -```html -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> -``` - -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> \ No newline at end of file diff --git a/docs/_posts/2010-02-05-post-quote.md b/docs/_posts/2010-02-05-post-quote.md deleted file mode 100644 index 231f70bf1f73..000000000000 --- a/docs/_posts/2010-02-05-post-quote.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Post: Quote" -categories: - - Post Formats -tags: - - Post Formats - - quote ---- - -> Only one thing is impossible for God: To find any sense in any copyright law on the planet. - -> <cite><a href="http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html">Mark Twain</a></cite> \ No newline at end of file diff --git a/docs/_posts/2010-03-07-post-link.md b/docs/_posts/2010-03-07-post-link.md deleted file mode 100644 index 6a8005ef119f..000000000000 --- a/docs/_posts/2010-03-07-post-link.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Link" -categories: - - Post Formats -tags: - - link - - Post Formats -link: https://github.com ---- - -This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. - -> And this is how a quote looks. - -Some [link](#) can also be shown. \ No newline at end of file diff --git a/docs/_posts/2010-06-02-post-video-youtube.md b/docs/_posts/2010-06-02-post-video-youtube.md deleted file mode 100644 index 686f622b9e70..000000000000 --- a/docs/_posts/2010-06-02-post-video-youtube.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Post: Video (YouTube)" -categories: - - Post Formats -tags: - - Post Formats ---- - -YouTube video embed below. - -<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/-PVofD2A9t8?controls=0" frameborder="0" allowfullscreen></iframe> \ No newline at end of file diff --git a/docs/_posts/2010-08-05-post-header-image-og-override.md b/docs/_posts/2010-08-05-post-header-image-og-override.md deleted file mode 100644 index 7d772873bab0..000000000000 --- a/docs/_posts/2010-08-05-post-header-image-og-override.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Post: Header Image with OpenGraph Override" -header: - image: /assets/images/page-header-image.png - og_image: /assets/images/page-header-og-image.png -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a header image with an OpenGraph override. - -```yaml -header: - image: /assets/images/page-header-image.png - og_image: /assets/images/page-header-og-image.png -``` \ No newline at end of file diff --git a/docs/_posts/2010-08-05-post-header-overlay-image-og-override.md b/docs/_posts/2010-08-05-post-header-overlay-image-og-override.md deleted file mode 100644 index e8501b7f53a7..000000000000 --- a/docs/_posts/2010-08-05-post-header-overlay-image-og-override.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Post: Overlay Image with OpenGraph Override" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - og_image: /assets/images/page-header-og-image.png - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Learn more" - url: "https://unsplash.com" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a header image with an OpenGraph override. - -```yaml -header: - overlay_image: /assets/images/unsplash-image-1.jpg - og_image: /assets/images/page-header-og-image.png - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Learn more" - url: "https://unsplash.com" -``` \ No newline at end of file diff --git a/docs/_posts/2010-08-05-post-image-linked.md b/docs/_posts/2010-08-05-post-image-linked.md deleted file mode 100644 index a59cd117126e..000000000000 --- a/docs/_posts/2010-08-05-post-image-linked.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Post: Image (with Link)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -[![foo](https://live.staticflickr.com/8361/8400335147_5fabaa504c_o.jpg)](https://flic.kr/p/dNiUYB) \ No newline at end of file diff --git a/docs/_posts/2010-08-05-post-image-standard.md b/docs/_posts/2010-08-05-post-image-standard.md deleted file mode 100644 index 097e235b6214..000000000000 --- a/docs/_posts/2010-08-05-post-image-standard.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Post: Image (Standard)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -The preferred way of using images is placing them in the `/assets/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/assets/images/{% endraw %}` will make sure your images display properly in feeds and such. - -Standard image with no width modifier classes applied. - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg" alt="">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg){% endraw %} -``` - -![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-9.jpg) - -Image that fills page content container by adding the `.full` class with: - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg" alt="" class="full">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg) -{: .full}{% endraw %} -``` - -![Unsplash image 10]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-10.jpg) -{: .full} \ No newline at end of file diff --git a/docs/_posts/2010-08-05-post-teaser-image-og-override.md b/docs/_posts/2010-08-05-post-teaser-image-og-override.md deleted file mode 100644 index bd7ac0a219f8..000000000000 --- a/docs/_posts/2010-08-05-post-teaser-image-og-override.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Post: Teaser Image with OpenGraph Override" -header: - teaser: /assets/images/page-header-teaser.png - og_image: /assets/images/page-header-og-image.png -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a teaser image with an OpenGraph override. - -```yaml -header: - teaser: /assets/images/page-header-teaser.png - og_image: /assets/images/page-header-og-image.png -``` \ No newline at end of file diff --git a/docs/_posts/2010-08-06-post-image-linked-caption.md b/docs/_posts/2010-08-06-post-image-linked-caption.md deleted file mode 100644 index 67be312084cd..000000000000 --- a/docs/_posts/2010-08-06-post-image-linked-caption.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Post: Image (Linked with Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% capture fig_img %} -[![Foo](https://images.unsplash.com/photo-1541943869728-4bd4f450c8f5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9)](https://unsplash.com/) -{% endcapture %} - -{% capture fig_caption %} -Image with a caption. -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> -</figure> diff --git a/docs/_posts/2010-08-07-post-image-caption.md b/docs/_posts/2010-08-07-post-image-caption.md deleted file mode 100644 index 7606e55e9bac..000000000000 --- a/docs/_posts/2010-08-07-post-image-caption.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Post: Image (Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% capture fig_img %} -![Foo]({{ "/assets/images/unsplash-gallery-image-3.jpg" | relative_url }}) -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>Photo from Unsplash.</figcaption> -</figure> \ No newline at end of file diff --git a/docs/_posts/2010-09-09-post-gallery.md b/docs/_posts/2010-09-09-post-gallery.md deleted file mode 100644 index 3bdd4ff3f477..000000000000 --- a/docs/_posts/2010-09-09-post-gallery.md +++ /dev/null @@ -1,142 +0,0 @@ ---- -title: "Post: Gallery" -categories: - - Post Formats -tags: - - gallery - - Post Formats - - tiled -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 4" - title: "Image 4 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 5" - title: "Image 5 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 6" - title: "Image 6 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 7" - title: "Image 7 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 8" - title: "Image 8 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 9" - title: "Image 9 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 10" - title: "Image 10 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 11" - title: "Image 11 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 12" - title: "Image 12 title caption" -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -gallery3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - image_path: /assets/images/unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" ---- - -These are gallery tests for image wrapped in `<figure>` elements. - -To place a gallery add the necessary YAML Front Matter: - -```yaml -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" - - url: /assets/images/unsplash-gallery-image-4.jpg - image_path: /assets/images/unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" - title: "Image 4 title caption" -``` - -And then drop-in the gallery include --- gallery `caption` is optional. - -```liquid -{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %} -``` - -{% include gallery caption="This is a sample gallery with **Markdown support**." %} - -This is some text after the gallery just to make sure that everything aligns properly. - -Here comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter. - -```yaml -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -``` - -And place it like so: - -```liquid -{% raw %}{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}{% endraw %} -``` - -{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %} - -And for giggles one more gallery just to make sure this works. To fill page content container add `class="full"`. - -{% include gallery id="gallery3" class="full" caption="This is a third gallery example with two images and fills the entire content container." %} - -Gallery column layout can be overrided by setting a `layout`. - -```liquid -{% raw %}{% include gallery id="gallery" layout="half" caption="This is a half gallery layout example." %}{% endraw %} -``` - -{% include gallery id="gallery" layout="half" caption="This is a half gallery layout example." %} \ No newline at end of file diff --git a/docs/_posts/2010-09-10-post-twitter-embeds.md b/docs/_posts/2010-09-10-post-twitter-embeds.md deleted file mode 100644 index 7c5c4187313c..000000000000 --- a/docs/_posts/2010-09-10-post-twitter-embeds.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Twitter Embed" -categories: - - Media -tags: - - content - - embeds - - media - - twitter ---- - -<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎨 Finally got around to adding all my <a href="https://twitter.com/procreateapp">@procreateapp</a> creations with time lapse videos <a href="https://t.co/1nNbkefC3L">https://t.co/1nNbkefC3L</a> <a href="https://t.co/gcNLJoJ0Gn">pic.twitter.com/gcNLJoJ0Gn</a></p>— Michael Rose (@mmistakes) <a href="https://twitter.com/mmistakes/status/662678050795094016">November 6, 2015</a></blockquote> -<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> - -This post tests Twitter Embeds. \ No newline at end of file diff --git a/docs/_posts/2010-10-25-post-future-date.md b/docs/_posts/2010-10-25-post-future-date.md deleted file mode 100644 index 7d1b203a776d..000000000000 --- a/docs/_posts/2010-10-25-post-future-date.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Post: Future Date" -date: 9999-12-31 -categories: - - Post ---- - -This post lives in the future and is dated {{ page.date | date: "%c" }}. When building Jekyll with the `--future` flag it should appear. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-comments-disabled.md b/docs/_posts/2012-01-02-layout-comments-disabled.md deleted file mode 100644 index ab69a5275e71..000000000000 --- a/docs/_posts/2012-01-02-layout-comments-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Comments Disabled" -comments: false -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post has its comments disabled. - -There should be no comment form. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-comments.md b/docs/_posts/2012-01-02-layout-comments.md deleted file mode 100644 index c138699cdabc..000000000000 --- a/docs/_posts/2012-01-02-layout-comments.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Comments Enabled" -comments: true -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post should display comments if a `provider` is enabled. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-post-date-disabled.md b/docs/_posts/2012-01-02-layout-post-date-disabled.md deleted file mode 100644 index a10a3e4648eb..000000000000 --- a/docs/_posts/2012-01-02-layout-post-date-disabled.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Post Date Disabled" -show_date: false -tags: - - post date ---- - -This post has the date disabled. The date this post was published should not be showing if `show_date: false` is set in `_config.yml` or in this post's YAML Front Matter. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-post-date.md b/docs/_posts/2012-01-02-layout-post-date.md deleted file mode 100644 index b31c9a275b5c..000000000000 --- a/docs/_posts/2012-01-02-layout-post-date.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Post Date Enabled" -show_date: true -tags: - - post date ---- - -This post has post date enabled. The date the post was published should show if `show_date: true` is added to it's YAML Front Matter or as a default in `_config.yml`. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-read-time-disabled.md b/docs/_posts/2012-01-02-layout-read-time-disabled.md deleted file mode 100644 index d88992241384..000000000000 --- a/docs/_posts/2012-01-02-layout-read-time-disabled.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Disabled" -read_time: false -tags: - - read time ---- - -This post has reading time disabled. The estimated time that it takes to read this post should not be showing if `read_time: false` is set in `_config.yml` or in this post's YAML Front Matter. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-read-time.md b/docs/_posts/2012-01-02-layout-read-time.md deleted file mode 100644 index a636e0a48b06..000000000000 --- a/docs/_posts/2012-01-02-layout-read-time.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Enabled" -read_time: true -tags: - - read time ---- - -This post has reading time enabled. The estimated time that it takes to read this post should show if also enabled in `_config.yml` with `read_time: true`. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-related-posts-disabled.md b/docs/_posts/2012-01-02-layout-related-posts-disabled.md deleted file mode 100644 index 3831e74005e2..000000000000 --- a/docs/_posts/2012-01-02-layout-related-posts-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Related Posts Disabled" -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts disabled. - -Related post links should not appear. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-related-posts.md b/docs/_posts/2012-01-02-layout-related-posts.md deleted file mode 100644 index 0293bc6f0c58..000000000000 --- a/docs/_posts/2012-01-02-layout-related-posts.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Related Posts Enabled" -related: true -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts enabled. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-sharing-disabled.md b/docs/_posts/2012-01-02-layout-sharing-disabled.md deleted file mode 100644 index c69d8bbfbc2f..000000000000 --- a/docs/_posts/2012-01-02-layout-sharing-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Social Sharing Links Disabled" -share: false -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post has social sharing disabled. - -Social sharing links should not appear. \ No newline at end of file diff --git a/docs/_posts/2012-01-02-layout-sharing.md b/docs/_posts/2012-01-02-layout-sharing.md deleted file mode 100644 index 09808f146166..000000000000 --- a/docs/_posts/2012-01-02-layout-sharing.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Social Sharing Links Enabled" -share: true -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post should display social sharing links. \ No newline at end of file diff --git a/docs/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md b/docs/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md deleted file mode 100644 index dacb207a7793..000000000000 --- a/docs/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled" -read_time: false -comments: false -share: false -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - social - - comments - - layout ---- - -This post has reading time, comments, social sharing links, and related posts disabled. - -Reading time, comments, social sharing and related post links should not appear. \ No newline at end of file diff --git a/docs/_posts/2012-01-03-layout-table-of-contents-include-post.md b/docs/_posts/2012-01-03-layout-table-of-contents-include-post.md deleted file mode 100644 index 622b04da1d69..000000000000 --- a/docs/_posts/2012-01-03-layout-table-of-contents-include-post.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: "Layout: Post with Nested Table of Contents via Helper" -tags: - - table of contents ---- - -Tests table of contents with multiple levels to verify indentation is readible via helper include (deprecated). - -``` -{% raw %}{% include toc %}{% endraw %} -``` - -{% include toc %} - -# Enim laboris id ea elit elit deserunt - -Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis. - -Nostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet. - -## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet - -Ad non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur. - -Proident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim. - -Sunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit. - -### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor - -Nostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum. - -#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud - -Laborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse. - -#### 2.1.2 Nisi non nisi ullamco ipsum cillum -Minim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint. - -#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud -Reprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute. - -##### 2.1.1.1 Ut aute quis ipsum fugiat dolor -Occaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate. - -##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam -Magna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit. - -###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est - -Irure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia. - -###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla - -Ad quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit. - -###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est - -Dolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor. - -###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur - -Laboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat. - -##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute - -In in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt. - -##### 2.1.1.4 Magna ipsum nisi velit anim - -Eiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud. - -###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud - -Exercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor. - -###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor - -Ad ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt. - -#### 2.1.4 Laboris exercitation nisi tempor dolore - -Elit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat. - -### 2.2 Officia irure duis et est sunt - -Consequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim. - -## 3 Laborum eu magna proident proident tempor - -Occaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint. - -### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu - -Laborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing. - -### 3.2 Do exercitation ex elit incididunt sit cupidatat - -Excepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit. - -### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt - -Consectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non. - -### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna - -Nulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident. - -### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat - -Non aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu. - -#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor - -Est cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute. - -##### 3.5.1.1 Nisi anim commodo consequat quis amet - -Sunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt. - -###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident - -Dolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui. - -### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud - -Lorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip. - -## 4 Laboris aute consequat id eu et Lorem amet - -Ad qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia. - -## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute - -Duis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea. - -## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt - -Ex minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor. diff --git a/docs/_posts/2012-01-03-layout-table-of-contents-indent-post.md b/docs/_posts/2012-01-03-layout-table-of-contents-indent-post.md deleted file mode 100644 index e36f8104ccd4..000000000000 --- a/docs/_posts/2012-01-03-layout-table-of-contents-indent-post.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Layout: Post with Nested Table of Contents" -tags: - - table of contents -toc: true ---- - -Tests table of contents with multiple levels to verify indentation is readible. - -# Enim laboris id ea elit elit deserunt - -Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis. - -Nostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet. - -## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet - -Ad non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur. - -Proident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim. - -Sunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit. - -### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor - -Nostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum. - -#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud - -Laborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse. - -#### 2.1.2 Nisi non nisi ullamco ipsum cillum -Minim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint. - -#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud -Reprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute. - -##### 2.1.1.1 Ut aute quis ipsum fugiat dolor -Occaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate. - -##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam -Magna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit. - -###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est - -Irure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia. - -###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla - -Ad quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit. - -###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est - -Dolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor. - -###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur - -Laboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat. - -##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute - -In in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt. - -##### 2.1.1.4 Magna ipsum nisi velit anim - -Eiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud. - -###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud - -Exercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor. - -###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor - -Ad ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt. - -#### 2.1.4 Laboris exercitation nisi tempor dolore - -Elit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat. - -### 2.2 Officia irure duis et est sunt - -Consequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim. - -## 3 Laborum eu magna proident proident tempor - -Occaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint. - -### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu - -Laborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing. - -### 3.2 Do exercitation ex elit incididunt sit cupidatat - -Excepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit. - -### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt - -Consectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non. - -### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna - -Nulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident. - -### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat - -Non aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu. - -#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor - -Est cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute. - -##### 3.5.1.1 Nisi anim commodo consequat quis amet - -Sunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt. - -###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident - -Dolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui. - -### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud - -Lorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip. - -## 4 Laboris aute consequat id eu et Lorem amet - -Ad qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia. - -## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute - -Duis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea. - -## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt - -Ex minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor. diff --git a/docs/_posts/2012-01-03-layout-table-of-contents-post.md b/docs/_posts/2012-01-03-layout-table-of-contents-post.md deleted file mode 100644 index 01c14a2cf451..000000000000 --- a/docs/_posts/2012-01-03-layout-table-of-contents-post.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -title: "Layout: Post with Table of Contents" -header: - image: assets/images/unsplash-image-9.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - table of contents -toc: true -toc_label: "Unique Title" -toc_icon: "heart" ---- - -Enable table of contents on post or page by adding `toc: true` to its YAML Front Matter. The title and icon can also be changed with: - -```yaml ---- -toc: true -toc_label: "Unique Title" -toc_icon: "heart" # corresponding Font Awesome icon name (without fa prefix) ---- -``` - -## HTML Elements - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -## Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg) -{: .image-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 -{: rules="groups"} - -## Code Snippets - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn btn--success">Success Button</a> -``` - -<div markdown="0"><a href="#" class="btn">Primary Button</a></div> -<div markdown="0"><a href="#" class="btn btn--success">Success Button</a></div> -<div markdown="0"><a href="#" class="btn btn--warning">Warning Button</a></div> -<div markdown="0"><a href="#" class="btn btn--danger">Danger Button</a></div> -<div markdown="0"><a href="#" class="btn btn--info">Info Button</a></div> - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} \ No newline at end of file diff --git a/docs/_posts/2012-01-03-layout-table-of-contents-sticky.md b/docs/_posts/2012-01-03-layout-table-of-contents-sticky.md deleted file mode 100644 index a8eae408204d..000000000000 --- a/docs/_posts/2012-01-03-layout-table-of-contents-sticky.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: "Layout: Post with Sticky Table of Contents" -tags: - - table of contents -toc: true -toc_sticky: true ---- - -"Stick" table of contents to the top of a page by adding `toc_sticky: true` to its YAML Front Matter. - -```yaml ---- -toc: true -toc_sticky: true ---- -``` - -## HTML Elements - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -## Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg) -{: .image-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 -{: rules="groups"} - -## Code Snippets - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn btn--success">Success Button</a> -``` - -<div markdown="0"><a href="#" class="btn">Primary Button</a></div> -<div markdown="0"><a href="#" class="btn btn--success">Success Button</a></div> -<div markdown="0"><a href="#" class="btn btn--warning">Warning Button</a></div> -<div markdown="0"><a href="#" class="btn btn--danger">Danger Button</a></div> -<div markdown="0"><a href="#" class="btn btn--info">Info Button</a></div> - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} \ No newline at end of file diff --git a/docs/_posts/2012-03-14-layout-code-excerpt-generated.md b/docs/_posts/2012-03-14-layout-code-excerpt-generated.md deleted file mode 100644 index 0bdc595e2283..000000000000 --- a/docs/_posts/2012-03-14-layout-code-excerpt-generated.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Code Excerpt (Generated)" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/docs/_posts/2012-03-14-layout-excerpt-defined.md b/docs/_posts/2012-03-14-layout-excerpt-defined.md deleted file mode 100644 index 7091cf8f7907..000000000000 --- a/docs/_posts/2012-03-14-layout-excerpt-defined.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Layout: Excerpt (Defined)" -excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages." -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages. - -This paragraph should be absent from an archive-index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/docs/_posts/2012-03-14-layout-excerpt-generated.md b/docs/_posts/2012-03-14-layout-excerpt-generated.md deleted file mode 100644 index 5f26140e78d0..000000000000 --- a/docs/_posts/2012-03-14-layout-excerpt-generated.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Excerpt (Generated)" -excerpt_separator: "<!--more-->" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. Archive-index pages should display an auto-generated excerpt of this content. - -<!--more--> - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-author-override.md b/docs/_posts/2012-03-15-layout-author-override.md deleted file mode 100644 index 333fc161970d..000000000000 --- a/docs/_posts/2012-03-15-layout-author-override.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Layout: Author Override" -author: Billy Rick -excerpt: "A post to test author overrides using a data file." -last_modified_at: 2018-09-10T12:32:27-04:00 ---- - -Sites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/). - -To attribute an author to a post or page that is different from the site author specified in `_config.yml`: - -**Step 1.** Create `_data/authors.yml` and add authors using the following format. Anything variables found under `author` in `_config.yml` can be used (e.g. `name`, `bio`, `avatar`, author `links`, etc.). - -```yaml -# /_data/authors.yml - -Billy Rick: - name : "Billy Rick" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "/assets/images/bio-photo-2.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:billyrick@rick.com" - - label: "Website" - icon: "fas fa-fw fa-link" - url: "https://thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/extravagantman" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - bio : "I ordered what?" - avatar : "/assets/images/bio-photo.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:cornelius@thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/rhymeswithsackit" -``` - -**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. - -Example: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied: - -```yaml -author: Billy Rick -``` \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-author-sidebar-disabled.md b/docs/_posts/2012-03-15-layout-author-sidebar-disabled.md deleted file mode 100644 index a4d0dc19083f..000000000000 --- a/docs/_posts/2012-03-15-layout-author-sidebar-disabled.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Layout: Author Sidebar Disabled" -excerpt: "A post to test disabling author sidebar." -author_profile: false ---- - -This post has the author sidebar disabled. - -To disable add `author_profile: false` to YAML Front Matter. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-image-external.md b/docs/_posts/2012-03-15-layout-header-image-external.md deleted file mode 100644 index 1795bdcd13fa..000000000000 --- a/docs/_posts/2012-03-15-layout-header-image-external.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Header Image (External URL)" -header: - image: https://live.staticflickr.com/8084/8396909762_813a2b1829_h.jpg -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Featured image is an external asset and should load. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-image-horizontal.md b/docs/_posts/2012-03-15-layout-header-image-horizontal.md deleted file mode 100644 index 5a177aa7711d..000000000000 --- a/docs/_posts/2012-03-15-layout-header-image-horizontal.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Horizontal)" -header: - image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a horizontal header image. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-image-text-readability.md b/docs/_posts/2012-03-15-layout-header-image-text-readability.md deleted file mode 100644 index 56df3473b561..000000000000 --- a/docs/_posts/2012-03-15-layout-header-image-text-readability.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Layout: Header Image and Text Readability" -header: - image: /assets/images/unsplash-image-4.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - sample post - - readability - - test ---- - -This is a sample post with a large feature image[^1] up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. *Ea fashion axe [Marfa cillum aliquip](#). Retro Bushwick keytar cliche.* Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. **[Terry Richardson](#) shabby chic +1**, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. - -[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/) diff --git a/docs/_posts/2012-03-15-layout-header-image-vertical.md b/docs/_posts/2012-03-15-layout-header-image-vertical.md deleted file mode 100644 index 97154fe0a0b2..000000000000 --- a/docs/_posts/2012-03-15-layout-header-image-vertical.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Vertical)" -header: - image: /assets/images/unsplash-image-6.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a vertical header image. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-overlay-color.md b/docs/_posts/2012-03-15-layout-header-overlay-color.md deleted file mode 100644 index 69a85219c8cb..000000000000 --- a/docs/_posts/2012-03-15-layout-header-overlay-color.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Header Overlay with Background Fill" -header: - overlay_color: "#333" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout ---- - -This post should display a **header with a solid background color**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay headers. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-overlay-image-tagline.md b/docs/_posts/2012-03-15-layout-header-overlay-image-tagline.md deleted file mode 100644 index 32588bde9b53..000000000000 --- a/docs/_posts/2012-03-15-layout-header-overlay-image-tagline.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Layout: Header Image Overlay with Custom Tagline" -tagline: "This is a custom tagline content which overrides the *default* page excerpt." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2020-01-07T13:05:25-05:00 ---- - -This post should display a **header with an overlay image** and **custom tagline**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay header images with custom `page.tagline`. - -```yaml -tagline: "This is a custom tagline content which overrides the default page excerpt." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -``` \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-header-overlay-image.md b/docs/_posts/2012-03-15-layout-header-overlay-image.md deleted file mode 100644 index e2b1a1965e1e..000000000000 --- a/docs/_posts/2012-03-15-layout-header-overlay-image.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: "Layout: Header Image Overlay" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Learn more" - url: "https://unsplash.com" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2018-03-20T16:00:52-04:00 ---- - -This post should display a **header with an overlay image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay header images. - -## Overlay filter - -You can use it by specifying the opacity (between 0 and 1) of a black overlay like so: - -![transparent black overlay]({{ "/assets/images/mm-header-overlay-black-filter.jpg" | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "More Info" - url: "https://unsplash.com" -``` - -Or if you want to do more fancy things, go full rgba: - -![transparent red overlay]({{ "/assets/images/mm-header-overlay-red-filter.jpg" | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: rgba(255, 0, 0, 0.5) - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "More Info" - url: "https://unsplash.com" -``` \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-more-tag.md b/docs/_posts/2012-03-15-layout-more-tag.md deleted file mode 100644 index c6cdc44fb7c1..000000000000 --- a/docs/_posts/2012-03-15-layout-more-tag.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Layout: More Tag" -excerpt_separator: <!--more--> -categories: - - Layout - - Uncategorized -tags: - - content - - read more - - layout ---- - -This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts). - -Additional content before the more tag. - -<!--more--> - -And this content is after the more tag. \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-sidebar-custom.md b/docs/_posts/2012-03-15-layout-sidebar-custom.md deleted file mode 100644 index 3b3739bc8ce6..000000000000 --- a/docs/_posts/2012-03-15-layout-sidebar-custom.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Layout: Sidebar Custom" -excerpt: "A post with custom sidebar content." -last_modified_at: 2021-06-23T07:53:04-04:00 -author_profile: false -sidebar: - - title: "Title" - image: "/assets/images/350x250.png" - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." - nav: sidebar-sample ---- - -This post has a custom sidebar set in the post's YAML Front Matter. - -An example of how that YAML could look is: - -```yaml -sidebar: - - title: "Title" - image: "/assets/images/your-image.jpg" - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." - nav: sidebar-sample -``` \ No newline at end of file diff --git a/docs/_posts/2012-03-15-layout-sidebar-nav-list.md b/docs/_posts/2012-03-15-layout-sidebar-nav-list.md deleted file mode 100644 index 984ff7961156..000000000000 --- a/docs/_posts/2012-03-15-layout-sidebar-nav-list.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: "Layout: Sidebar with Navigation List" -excerpt: "A post with a sidebar navigation list." -author_profile: false -sidebar: - title: "Sample Title" - nav: sidebar-sample ---- - -This post has a custom navigation list set in the post's YAML Front Matter. - -```yaml -sidebar: - title: "Sample Title" - nav: sidebar-sample -``` - -Along with navigation elements set in `_data/navigation.yml`. - -```yaml -sidebar-sample: - - title: "Parent Page A" - children: - - title: "Child Page A1" - url: / - - title: "Child Page A2" - url: / - - title: "Child Page A3" - url: / - - title: "Child Page A4" - url: / - - title: "Parent Page B" - children: - - title: "Child Page B1" - url: / - - title: "Child Page B2" - url: / - - title: "Child Page B3" - url: / - - title: "Child Page B4" - url: / - - title: "Child Page B5" - url: / - - title: "Parent Page C" - children: - - title: "Child Page C1" - url: / - - title: "Child Page C2" - url: / - - title: "Child Page C3" - url: / - - title: "Child Page C4" - url: / - - title: "Child Page C5" - url: / - - title: "Parent Page D" - children: - - title: "Child Page D1" - url: / - - title: "Child Page D2" - url: / -``` \ No newline at end of file diff --git a/docs/_posts/2012-05-22-markup-text-readability-wide-page.md b/docs/_posts/2012-05-22-markup-text-readability-wide-page.md deleted file mode 100644 index 83ccfede68db..000000000000 --- a/docs/_posts/2012-05-22-markup-text-readability-wide-page.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Wide Single Layout Page" -classes: wide -excerpt: "A page with `classes: wide` set to expand the main content's width." -tags: - - sample post - - readability - - test ---- - -When using `layout: single` add the following front matter to a page or post to widen the main content: - -```yaml -classes: wide -``` - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/docs/_posts/2012-05-22-markup-text-readability.md b/docs/_posts/2012-05-22-markup-text-readability.md deleted file mode 100644 index e0dde8ee59d2..000000000000 --- a/docs/_posts/2012-05-22-markup-text-readability.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: "Markup: Text Readability Test" -excerpt: "A bunch of text to test readability." -tags: - - sample post - - readability - - test ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/docs/_posts/2013-01-05-markup-title-with-markup.md b/docs/_posts/2013-01-05-markup-title-with-markup.md deleted file mode 100644 index 2ead3fc99f04..000000000000 --- a/docs/_posts/2013-01-05-markup-title-with-markup.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Markup: Title *with* **Markdown**" -categories: - - Markdown -tags: - - css - - html - - title ---- - -Verify that: - -* The post title renders the word "with" in *italics* and the word "Markdown" in **bold**. -* The post title markup should be removed from the browser window / tab. \ No newline at end of file diff --git a/docs/_posts/2013-01-05-markup-title-with-special-characters.md b/docs/_posts/2013-01-05-markup-title-with-special-characters.md deleted file mode 100644 index 075828af177b..000000000000 --- a/docs/_posts/2013-01-05-markup-title-with-special-characters.md +++ /dev/null @@ -1,432 +0,0 @@ ---- -title: "Markup: Title with Special --- Characters" -categories: - - Markup -tags: - - html - - markup - - post - - title ---- - -Putting special characters in the title should have no adverse effect on the layout or functionality. - -Special characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped. - -## Latin Character Tests - -This is a test to see if the fonts used in this theme support basic Latin characters. - -<table> - <tr> - <td> - ! - </td> - - <td> - “ - </td> - - <td> - # - </td> - - <td> - $ - </td> - - <td> - % - </td> - - <td> - & - </td> - - <td> - ‘ - </td> - - <td> - ( - </td> - - <td> - ) - </td> - - <td> - * - </td> - </tr> - - <tr> - <td> - + - </td> - - <td> - , - </td> - - <td> - – - </td> - - <td> - . - </td> - - <td> - / - </td> - - <td> - </td> - - <td> - 1 - </td> - - <td> - 2 - </td> - - <td> - 3 - </td> - - <td> - 4 - </td> - </tr> - - <tr> - <td> - 5 - </td> - - <td> - 6 - </td> - - <td> - 7 - </td> - - <td> - 8 - </td> - - <td> - 9 - </td> - - <td> - : - </td> - - <td> - ; - </td> - - <td> - > - </td> - - <td> - = - </td> - - <td> - < - </td> - </tr> - - <tr> - <td> - ? - </td> - - <td> - @ - </td> - - <td> - A - </td> - - <td> - B - </td> - - <td> - C - </td> - - <td> - D - </td> - - <td> - E - </td> - - <td> - F - </td> - - <td> - G - </td> - - <td> - H - </td> - </tr> - - <tr> - <td> - I - </td> - - <td> - J - </td> - - <td> - K - </td> - - <td> - L - </td> - - <td> - M - </td> - - <td> - N - </td> - - <td> - O - </td> - - <td> - P - </td> - - <td> - Q - </td> - - <td> - R - </td> - </tr> - - <tr> - <td> - S - </td> - - <td> - T - </td> - - <td> - U - </td> - - <td> - V - </td> - - <td> - W - </td> - - <td> - X - </td> - - <td> - Y - </td> - - <td> - Z - </td> - - <td> - [ - </td> - - <td> - </td> - </tr> - - <tr> - <td> - ] - </td> - - <td> - ^ - </td> - - <td> - _ - </td> - - <td> - ` - </td> - - <td> - a - </td> - - <td> - b - </td> - - <td> - c - </td> - - <td> - d - </td> - - <td> - e - </td> - - <td> - f - </td> - </tr> - - <tr> - <td> - g - </td> - - <td> - h - </td> - - <td> - i - </td> - - <td> - j - </td> - - <td> - k - </td> - - <td> - l - </td> - - <td> - m - </td> - - <td> - n - </td> - - <td> - o - </td> - - <td> - p - </td> - </tr> - - <tr> - <td> - q - </td> - - <td> - r - </td> - - <td> - s - </td> - - <td> - t - </td> - - <td> - u - </td> - - <td> - v - </td> - - <td> - w - </td> - - <td> - x - </td> - - <td> - y - </td> - - <td> - z - </td> - </tr> - - <tr> - <td> - { - </td> - - <td> - | - </td> - - <td> - } - </td> - - <td> - ~ - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - </tr> -</table> \ No newline at end of file diff --git a/docs/_posts/2013-01-09-markup-text-alignment.md b/docs/_posts/2013-01-09-markup-text-alignment.md deleted file mode 100644 index e6fd09b3071a..000000000000 --- a/docs/_posts/2013-01-09-markup-text-alignment.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Markup: Text Alignment" -categories: - - Markup -tags: - - alignment - - content - - css - - markup ---- - -### Default - -This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. - -### Left Align - -This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment. -{: style="text-align: left;"} - -### Center Align - -This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes. -{: style="text-align: center;"} - -### Right Align - -This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss. -{: style="text-align: right;"} - -### Justify Align - -This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude. -{: style="text-align: justify;"} \ No newline at end of file diff --git a/docs/_posts/2013-01-10-markup-image-alignment.md b/docs/_posts/2013-01-10-markup-image-alignment.md deleted file mode 100644 index 8c4a40e0a09b..000000000000 --- a/docs/_posts/2013-01-10-markup-image-alignment.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Markup: Image Alignment" -categories: - - Markup -tags: - - alignment - - captions - - content - - css - - image - - markup ---- - -Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. - -![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center} - -The image above happens to be **centered**. - -![image-left]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see there should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg) - -The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And just when you thought we were done, we're going to do them all over again with captions! - -<figure class="align-center"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg" alt=""> - <figcaption>Look at 580 x 300 getting some love.</figcaption> -</figure> - -The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky. - -<figure style="width: 150px" class="align-left"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg" alt=""> - <figcaption>Itty-bitty caption.</figcaption> -</figure> - -The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see there should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -<figure style="width: 1200px"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg" alt=""> - <figcaption>Massive image comment for your eyeballs.</figcaption> -</figure> - -The figure element above has an inline style of `width: 1200px` set which should break it outside of the normal content flow. - -<figure style="width: 300px" class="align-right"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg" alt=""> - <figcaption>Feels good to be right all the time.</figcaption> -</figure> - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! diff --git a/docs/_posts/2013-01-11-markup-html-tags-and-formatting.md b/docs/_posts/2013-01-11-markup-html-tags-and-formatting.md deleted file mode 100644 index f7d9437a1f5d..000000000000 --- a/docs/_posts/2013-01-11-markup-html-tags-and-formatting.md +++ /dev/null @@ -1,249 +0,0 @@ ---- -title: "Markup: HTML Tags and Formatting" -header: - teaser: "assets/images/markup-syntax-highlighting-teaser.jpg" -categories: - - Markup -tags: - - content - - css - - formatting - - html - - markup -toc: true ---- - -A variety of common markup showing how the theme styles them. - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Forms - -<form> - <fieldset> - <legend>Personalia:</legend> - Name: <input type="text" size="30"><br> - Email: <input type="text" size="30"><br> - Date of birth: <input type="text" size="10"> - </fieldset> -</form> - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn--success">Success Button</a> -``` - -[Default Button](#){: .btn} -[Primary Button](#){: .btn .btn--primary} -[Success Button](#){: .btn .btn--success} -[Warning Button](#){: .btn .btn--warning} -[Danger Button](#){: .btn .btn--danger} -[Info Button](#){: .btn .btn--info} -[Inverse Button](#){: .btn .btn--inverse} -[Light Outline Button](#){: .btn .btn--light-outline} - -```markdown -[Default Button Text](#link){: .btn} -[Primary Button Text](#link){: .btn .btn--primary} -[Success Button Text](#link){: .btn .btn--success} -[Warning Button Text](#link){: .btn .btn--warning} -[Danger Button Text](#link){: .btn .btn--danger} -[Info Button Text](#link){: .btn .btn--info} -[Inverse Button](#link){: .btn .btn--inverse} -[Light Outline Button](#link){: .btn .btn--light-outline} -``` - -[X-Large Button](#){: .btn .btn--primary .btn--x-large} -[Large Button](#){: .btn .btn--primary .btn--large} -[Default Button](#){: .btn .btn--primary } -[Small Button](#){: .btn .btn--primary .btn--small} - -```markdown -[X-Large Button](#link){: .btn .btn--primary .btn--x-large} -[Large Button](#link){: .btn .btn--primary .btn--large} -[Default Button](#link){: .btn .btn--primary } -[Small Button](#link){: .btn .btn--primary .btn--small} -``` - -## Notices - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class. -{: .notice} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class. -{: .notice--primary} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class. -{: .notice--info} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class. -{: .notice--warning} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class. -{: .notice--success} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class. -{: .notice--danger} - -## HTML Tags - -### Address Tag - -<address> - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States -</address> - -### Anchor Tag (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---<cite>Automattic</cite> - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you <strike>strikeout text</strike>. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote <ins>inserted</ins> text. - -### Keyboard Tag - -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -<pre> -.post-title { - margin: 0 0 5px; - font-weight: bold; - font-size: 38px; - line-height: 1.2; - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; -} -</pre> - -### Quote Tag - -<q>Developers, developers, developers…</q> –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up. - -### Variable Tag - -This allows you to denote <var>variables</var>. \ No newline at end of file diff --git a/docs/_posts/2013-05-22-markup-more-images.md b/docs/_posts/2013-05-22-markup-more-images.md deleted file mode 100644 index c6a855548609..000000000000 --- a/docs/_posts/2013-05-22-markup-more-images.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: "Markup: Another Post with Images" -excerpt: "Examples and code for displaying images in posts." -header: - teaser: "http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg" -tags: - - sample post - - images - - test ---- - -Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption. - -### Figures (for images or video) - -#### One Up - -<figure> - <a href="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_b.jpg"><img src="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg"></a> - <figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption> -</figure> - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -#### Two Up - -Apply the `half` class like so to display two images side by side that share the same caption. - -```html -<figure class="half"> - <a href="/assets/images/image-filename-1-large.jpg"><img src="/assets/images/image-filename-1.jpg"></a> - <a href="/assets/images/image-filename-2-large.jpg"><img src="/assets/images/image-filename-2.jpg"></a> - <figcaption>Caption describing these two images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="half"> - <a href="http://placehold.it/1200x600.JPG"><img src="http://placehold.it/600x300.jpg"></a> - <a href="http://placehold.it/1200x600.jpeg"><img src="http://placehold.it/600x300.jpg"></a> - <figcaption>Two images.</figcaption> -</figure> - -#### Three Up - -Apply the `third` class like so to display three images side by side that share the same caption. - -```html -<figure class="third"> - <img src="/images/image-filename-1.jpg"> - <img src="/images/image-filename-2.jpg"> - <img src="/images/image-filename-3.jpg"> - <figcaption>Caption describing these three images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="third"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <figcaption>Three images.</figcaption> -</figure> diff --git a/docs/_posts/2013-08-16-markup-syntax-highlighting.md b/docs/_posts/2013-08-16-markup-syntax-highlighting.md deleted file mode 100644 index d18e7e1fd937..000000000000 --- a/docs/_posts/2013-08-16-markup-syntax-highlighting.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: "Markup: Syntax Highlighting" -excerpt: "Post displaying the various ways of highlighting code in Markdown." -last_modified_at: 2018-01-03T09:45:06-05:00 -header: - teaser: "assets/images/markup-syntax-highlighting-teaser.jpg" -tags: - - code - - syntax highlighting -toc: true ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting> - -### GFM Code Blocks - -GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported. To modify styling and highlight colors edit `/_sass/syntax.scss`. - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %} - -```html -{% raw %}<nav class="pagination" role="navigation"> - {% if page.previous %} - <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a> - {% endif %} - {% if page.next %} - <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a> - {% endif %} -</nav><!-- /.pagination -->{% endraw %} -``` - -```ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -``` - -### Code Blocks in Lists - -Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4. - -1. Do step 1. -2. Now do this: - - ```ruby - def print_hi(name) - puts "Hi, #{name}" - end - print_hi('Tom') - #=> prints 'Hi, Tom' to STDOUT. - ``` - -3. Now you can do this. - -### Jekyll Highlight Tag - -An example of a code blocking using Jekyll's [`{% raw %}{% highlight %}{% endraw %}` tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting). - -{% highlight javascript linenos %} -// 'gulp html' -- does nothing -// 'gulp html --prod' -- minifies and gzips HTML files for production -gulp.task('html', () => { - return gulp.src(paths.siteFolderName + paths.htmlPattern) - .pipe(when(argv.prod, htmlmin({ - removeComments: true, - collapseWhitespace: true, - collapseBooleanAttributes: false, - removeAttributeQuotes: false, - removeRedundantAttributes: false, - minifyJS: true, - minifyCSS: true - }))) - .pipe(when(argv.prod, size({title: 'optimized HTML'}))) - .pipe(when(argv.prod, gulp.dest(paths.siteFolderName))) - .pipe(when(argv.prod, gzip({append: true}))) - .pipe(when(argv.prod, size({ - title: 'gzipped HTML', - gzip: true - }))) - .pipe(when(argv.prod, gulp.dest(paths.siteFolderName))) -}); -{% endhighlight %} - -{% highlight wl linenos %} -Module[{}, - Sqrt[2] - 4 -] -{% endhighlight %} - -### GitHub Gist Embed - -An example of a Gist embed below. - -<script src="https://gist.github.com/mmistakes/77c68fbb07731a456805a7b473f47841.js"></script> \ No newline at end of file diff --git a/docs/_posts/2016-02-24-welcome-to-jekyll.md b/docs/_posts/2016-02-24-welcome-to-jekyll.md deleted file mode 100644 index 024fc97dc96f..000000000000 --- a/docs/_posts/2016-02-24-welcome-to-jekyll.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Welcome to Jekyll!" -header: - teaser: "/assets/images/500x300.png" -categories: - - Jekyll -tags: - - update ---- - -You'll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -```ruby -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -``` - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: http://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ \ No newline at end of file diff --git a/docs/_posts/2016-09-21-gemified-theme-alpha.md b/docs/_posts/2016-09-21-gemified-theme-alpha.md deleted file mode 100644 index db2467980fac..000000000000 --- a/docs/_posts/2016-09-21-gemified-theme-alpha.md +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: "Gemified Theme -- Alpha Release" -last_modified_at: 2018-03-20T16:00:58-04:00 -categories: - - Jekyll -tags: - - update -toc: true -toc_label: "Getting Started" ---- - -Jekyll [themes distributed as Ruby gems](http://jekyllrb.com/docs/themes/) are finally here to make installing and upgrading much easier. Gone are the days of forking a repo just to "install it". Or dealing with merge conflicts when pulling in upstream commits to "upgrade it". - -If you're interested in testing out Minimal Mistakes as a gemified theme read on. There are a few caveats though: - -1. Support for a theme `assets` folder was recently [added to Jekyll core](https://github.com/jekyll/jekyll/pull/5364), but has yet to be released or rolled into the `github-pages` gem. Meaning you can't use Minimal Mistakes as a Ruby gem there just yet... locally served or self-hosted installs should be fine if you don't mind using a pre-release version of Jekyll. -2. Windows users can't currently use themes packaged as gems due to a [bug with file paths](https://github.com/jekyll/jekyll/issues/5192) in Jekyll core. This is being worked on so hopefully a [fix is on the way](https://github.com/jekyll/jekyll/pull/5256) soon. - -Fine with all that? Great. Let's continue. - -If you're migrating a site already using Minimal Mistakes and haven't customized any of the `_includes`, `_layouts`, `_sass` partials, or `assets` this should be quick and painless. - -## Step 1: Remove Theme Files - -Remove `_includes`, `_layouts`, `_sass`, `assets` folders and files within. You won't need these anymore as they're bundled in the theme. - -If you customized any of these then leave them alone and only remove the untouched ones. If setup correctly your modified versions should act as [overrides](http://jekyllrb.com/docs/themes/#overriding-theme-defaults) to the versions bundled with the theme. - -## Step 2: Update `Gemfile` - -In order to test you'll need to install pre-release gems of Jekyll and Minimal Mistakes. - -Start by replacing `gem "github-pages"` or `gem "jekyll"` with the following: - -```ruby -gem "jekyll", :git => "https://github.com/jekyll/jekyll.git" -``` - -Then add the pre-release Minimal Mistakes theme gem: - -```ruby -gem "minimal-mistakes-jekyll", :git => "https://github.com/mmistakes/minimal-mistakes.git", :branch => "feature/theme-gem"` -``` - -When finished your `Gemfile` should look something like this: - -```ruby -source "https://rubygems.org" - -gem "jekyll", :git => "https://github.com/jekyll/jekyll.git" -gem "minimal-mistakes-jekyll", :git => "https://github.com/mmistakes/minimal-mistakes.git", :branch => "feature/theme-gem" - -group :jekyll_plugins do - # gem "jekyll-archives" - gem "jekyll-paginate" - gem "jekyll-sitemap" - gem "jekyll-gist" - gem "jekyll-feed" -end -``` - -## Step 3: Run Bundler - -Run `bundle install` (or `bundle update` if you're updating an existing repo) to install the pre-release gems. - -## Step 4: Install the Theme - -Add `theme: "minimal-mistakes-jekyll"` to your `_config.yml` file. - -If you're migrating from an existing Minimal Mistakes site you shouldn't have to change anything else after this. If it's a new site consult then docs to [properly config]({{ "/docs/configuration/" | relative_url }}). - -**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | relative_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: assets/images/filename.jpg`. The preferred location is now `assets/images` but can be placed elsewhere or external hosted. This applies for image references in `_config.yml` and `author.yml`. -{: .notice--danger} - -## Step 5: `jekyll new` Tweaks - -If this is a new site be sure to add the following files to `_data/` and customize as you see fit. There is currently no way of bundling them in with the theme, so be sure to consult the docs on how to properly use both. - -- [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) - UI text [documentation]({{ "/docs/ui-text/" | relative_url }}) -- [`_data/navigation.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml) - navigation [documentation]({{ "/docs/navigation/" | relative_url }}) - -You'll also need to: - -- Replace `<site root>/index.html` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). -- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`. -- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using). - ---- - -That's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. If you encounter any bumps please file an issue on GitHub and make sure to indicate you're testing the pre-release Ruby gem version. - -[File an issue](https://github.com/mmistakes/minimal-mistakes/issues/new){: .btn .btn--info .btn--large} - -Thanks! diff --git a/docs/_posts/2016-10-06-gemified-theme-beta.md b/docs/_posts/2016-10-06-gemified-theme-beta.md deleted file mode 100644 index 5889f3c629f5..000000000000 --- a/docs/_posts/2016-10-06-gemified-theme-beta.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: "Gemified Theme -- Beta Release" -last_modified_at: 2018-03-20T16:01:04-04:00 -categories: - - Jekyll -tags: - - update -toc: true -toc_label: "Getting Started" ---- - -Hot on the heels of Jekyll v3.3.0 is a beta release of Minimal Mistakes... as a gemified theme. - -[`minimal-mistakes-jekyll`](https://rubygems.org/gems/minimal-mistakes-jekyll) can only be used with Jekyll proper. If you're hosting on GitHub Pages or using that gem the theme won't work. 3rd party themes haven't been white-listed so it's a no go for now. - -Fine with all that? Great. Let's continue. - -If you're migrating a site already using Minimal Mistakes and haven't customized any of the `_includes`, `_layouts`, `_sass` partials, or `assets` this should be quick and painless. - -## Step 1: Remove Theme Files - -Remove `_includes`, `_layouts`, `_sass`, `assets` folders and files within. You won't need these anymore as they're bundled in the theme. - -If you customized any of these then leave them alone and only remove the untouched ones. If setup correctly your modified versions should act as [overrides](http://jekyllrb.com/docs/themes/#overriding-theme-defaults) to the versions bundled with the theme. - -## Step 2: Update `Gemfile` - -Replace `gem "github-pages` or `gem "jekyll"` with `gem "jekyll", "~> 3.3.0"`. You'll need the latest version of Jekyll[^update-jekyll] for Minimal Mistakes to work and load all of the /assets/ properly. - -[^update-jekyll]: You could also run `bundle update jekyll` to update Jekyll. - -Add the Minimal Mistakes theme gem: - -```ruby -gem "minimal-mistakes-jekyll" -``` - -When finished your `Gemfile` should look something like this: - -```ruby -source "https://rubygems.org" - -gem "jekyll", "~> 3.3.0" -gem "minimal-mistakes-jekyll" -``` - -## Step 3: Run Bundler - -Run `bundle install` (or `bundle update` if you're updating an existing repo) to install/update Jekyll and the theme. - -## Step 4: Install the Theme - -Add `theme: "minimal-mistakes-jekyll"` to your `_config.yml` file. - -If you're migrating from an existing Minimal Mistakes site you shouldn't have to change anything else after this. If it's a new site consult then docs to [properly config]({{ "/docs/configuration/" | relative_url }}). - -**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ "/docs/helpers/#gallery" | relative_url }}), and [feature rows]({{ "/docs/helpers/#feature-row" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: assets/images/filename.jpg`. The preferred location is now `assets/images` but can be placed elsewhere or external hosted. This all applies for image references in `_config.yml` and `author.yml` as well. -{: .notice--danger} - -## Step 5: `jekyll new` Tweaks - -If this is a new site be sure to add the following files to `_data/` and customize as you see fit. There is currently no way of bundling them in with the theme, so be sure to consult the docs on how to properly use both. - -- [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) - UI text [documentation]({{ "/docs/ui-text/" | relative_url }}) -- [`_data/navigation.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml) - navigation [documentation]({{ "/docs/navigation/" | relative_url }}) - -You'll also need to: - -- Replace `<site root>/index.html` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). -- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`. -- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using). - ---- - -That's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. If you encounter any bumps please file an issue on GitHub and make sure to indicate you're testing the pre-release Ruby gem version. - -[File an issue](https://github.com/mmistakes/minimal-mistakes/issues/new){: .btn .btn--info .btn--large} - -Thanks! diff --git a/docs/_posts/2017-01-23-layout-header-video.md b/docs/_posts/2017-01-23-layout-header-video.md deleted file mode 100644 index f1aab7490ca8..000000000000 --- a/docs/_posts/2017-01-23-layout-header-video.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "Layout: Header Video" -header: - video: - id: -PVofD2A9t8 - provider: youtube -categories: - - Layout - - Uncategorized -tags: - - video - - layout ---- - -This post should display a **header with a responsive video**, if the theme supports it. - -## Settings - -| Parameter | Required | Description | -|---------- |--------- | ----------- | -| `id` | **Required** | ID of the video | -| `provider` | **Required** | Hosting provider of the video, either `youtube` or `vimeo` | - -### YouTube - -To embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %} -``` - -{% include video id="-PVofD2A9t8" provider="youtube" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: -PVofD2A9t8 - provider: youtube -``` - -### Vimeo - -To embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="212731897" provider="vimeo" %}{% endraw %} -``` - -{% include video id="212731897" provider="vimeo" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: 212731897 - provider: vimeo -``` \ No newline at end of file diff --git a/docs/_posts/2017-11-28-post-exclude-search.md b/docs/_posts/2017-11-28-post-exclude-search.md deleted file mode 100644 index 821e4edd1900..000000000000 --- a/docs/_posts/2017-11-28-post-exclude-search.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Exclude Post from Search Index" -search: false -categories: - - Jekyll -last_modified_at: 2018-02-19T08:06:00-05:00 ---- - -This post should not appear in the search index because it has the following YAML Front Matter: - -```yaml -search: false -``` - -**Note:** `search: false` only works to exclude posts when using Lunr as a search provider. -{: .notice--info} - -To exclude files when using Algolia as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html). - -```yaml -algolia: - # Exclude more files from indexing - files_to_exclude: - - index.html - - index.md - - excluded-file.html - - _posts/2017-11-28-post-exclude-search.md - - subdirectory/*.html -``` \ No newline at end of file diff --git a/docs/_recipes/chocolate-chip-cookies.md b/docs/_recipes/chocolate-chip-cookies.md deleted file mode 100644 index ddd52d783c7c..000000000000 --- a/docs/_recipes/chocolate-chip-cookies.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Chocolate Chip Cookies" ---- - -A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. - -The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. - -This recipe makes 4 dozen cookies. - -## Ingredients - -* 2 1/4 cups all-purpose flour -* 1 teaspoon baking soda -* 1/2 teaspoon salt -* 1 cup butter, softened and cut to pieces -* 1 cup sugar -* 1 cup light brown sugar, packed -* 2 teaspoons vanilla extract -* 2 large eggs -* 2 cups semi-sweet chocolate chips -* 1/2 teaspoon nutmeg (optional) -* 1 cup chopped pecans or walnuts (optional) - -## Directions - -1. Preheat the oven to 350 F. -2. In a medium bowl, whisk flour with baking soda, nutmeg and salt. -3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated. -4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed. -5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling. \ No newline at end of file diff --git a/docs/_recipes/oatmeal-cookies.md b/docs/_recipes/oatmeal-cookies.md deleted file mode 100644 index 978ad4febd74..000000000000 --- a/docs/_recipes/oatmeal-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Oatmeal Cookies" ---- - -Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. - -## Ingredients - -* 1 cup butter, softened 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs -* 1 teaspoon vanilla extract -* 2 cups all-purpose flour -* 1 teaspoon baking soda -* 1 teaspoon salt -* 1 1/2 teaspoons ground cinnamon -* 3 cups quick cooking oats - -## Directions - -1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour. -2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar. -3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. \ No newline at end of file diff --git a/docs/_recipes/peanut-butter-cookies.md b/docs/_recipes/peanut-butter-cookies.md deleted file mode 100644 index b5eaae81b81f..000000000000 --- a/docs/_recipes/peanut-butter-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Peanut Butter Cookies" ---- - -A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. - -## Ingredients - -* 1 cup unsalted butter -* 1 cup crunchy peanut butter -* 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs 2 -* 1/2 cups all-purpose flour -* 1 teaspoon baking powder -* 1/2 teaspoon salt -* 1 1/2 teaspoons baking soda - -## Directions - -1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs. -2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour. -3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown. \ No newline at end of file diff --git a/docs/assets/images/350x250.png b/docs/assets/images/350x250.png deleted file mode 100644 index cb4d5edbe8e7..000000000000 Binary files a/docs/assets/images/350x250.png and /dev/null differ diff --git a/docs/assets/images/3953273590_704e3899d5_m.jpg b/docs/assets/images/3953273590_704e3899d5_m.jpg deleted file mode 100644 index 50d2155aa8cf..000000000000 Binary files a/docs/assets/images/3953273590_704e3899d5_m.jpg and /dev/null differ diff --git a/docs/assets/images/500x300.png b/docs/assets/images/500x300.png deleted file mode 100644 index f9fba928db78..000000000000 Binary files a/docs/assets/images/500x300.png and /dev/null differ diff --git a/docs/assets/images/air-skin-archive-large.png b/docs/assets/images/air-skin-archive-large.png deleted file mode 100644 index ffb8e8824e31..000000000000 Binary files a/docs/assets/images/air-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/air-skin-archive.png b/docs/assets/images/air-skin-archive.png deleted file mode 100644 index 4caedd6fb47f..000000000000 Binary files a/docs/assets/images/air-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/air-skin-post-large.png b/docs/assets/images/air-skin-post-large.png deleted file mode 100644 index 3ea5968138ab..000000000000 Binary files a/docs/assets/images/air-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/air-skin-post.png b/docs/assets/images/air-skin-post.png deleted file mode 100644 index 65270523e5dc..000000000000 Binary files a/docs/assets/images/air-skin-post.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-144x144.png b/docs/assets/images/android-chrome-144x144.png deleted file mode 100644 index 1f191ec7a88b..000000000000 Binary files a/docs/assets/images/android-chrome-144x144.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-192x192.png b/docs/assets/images/android-chrome-192x192.png deleted file mode 100644 index 1f8d5a706383..000000000000 Binary files a/docs/assets/images/android-chrome-192x192.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-36x36.png b/docs/assets/images/android-chrome-36x36.png deleted file mode 100644 index 2eb8625f93d3..000000000000 Binary files a/docs/assets/images/android-chrome-36x36.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-48x48.png b/docs/assets/images/android-chrome-48x48.png deleted file mode 100644 index 5f2d6912a251..000000000000 Binary files a/docs/assets/images/android-chrome-48x48.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-72x72.png b/docs/assets/images/android-chrome-72x72.png deleted file mode 100644 index 681dbe7dfc96..000000000000 Binary files a/docs/assets/images/android-chrome-72x72.png and /dev/null differ diff --git a/docs/assets/images/android-chrome-96x96.png b/docs/assets/images/android-chrome-96x96.png deleted file mode 100644 index 1a40b1d252c1..000000000000 Binary files a/docs/assets/images/android-chrome-96x96.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-114x114.png b/docs/assets/images/apple-touch-icon-114x114.png deleted file mode 100644 index 7b80b39eaf9b..000000000000 Binary files a/docs/assets/images/apple-touch-icon-114x114.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-120x120.png b/docs/assets/images/apple-touch-icon-120x120.png deleted file mode 100644 index d9db29722626..000000000000 Binary files a/docs/assets/images/apple-touch-icon-120x120.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-144x144.png b/docs/assets/images/apple-touch-icon-144x144.png deleted file mode 100644 index c3d8317699f1..000000000000 Binary files a/docs/assets/images/apple-touch-icon-144x144.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-152x152.png b/docs/assets/images/apple-touch-icon-152x152.png deleted file mode 100644 index a768b28f3ff2..000000000000 Binary files a/docs/assets/images/apple-touch-icon-152x152.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-180x180.png b/docs/assets/images/apple-touch-icon-180x180.png deleted file mode 100644 index 51f879190642..000000000000 Binary files a/docs/assets/images/apple-touch-icon-180x180.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-57x57.png b/docs/assets/images/apple-touch-icon-57x57.png deleted file mode 100644 index c726de4cae2f..000000000000 Binary files a/docs/assets/images/apple-touch-icon-57x57.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-60x60.png b/docs/assets/images/apple-touch-icon-60x60.png deleted file mode 100644 index 7a90069b7a91..000000000000 Binary files a/docs/assets/images/apple-touch-icon-60x60.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-72x72.png b/docs/assets/images/apple-touch-icon-72x72.png deleted file mode 100644 index cdff60752759..000000000000 Binary files a/docs/assets/images/apple-touch-icon-72x72.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-76x76.png b/docs/assets/images/apple-touch-icon-76x76.png deleted file mode 100644 index db89393252e5..000000000000 Binary files a/docs/assets/images/apple-touch-icon-76x76.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon-precomposed.png b/docs/assets/images/apple-touch-icon-precomposed.png deleted file mode 100644 index c0c379014fe7..000000000000 Binary files a/docs/assets/images/apple-touch-icon-precomposed.png and /dev/null differ diff --git a/docs/assets/images/apple-touch-icon.png b/docs/assets/images/apple-touch-icon.png deleted file mode 100644 index 51f879190642..000000000000 Binary files a/docs/assets/images/apple-touch-icon.png and /dev/null differ diff --git a/docs/assets/images/aqua-skin-archive-large.png b/docs/assets/images/aqua-skin-archive-large.png deleted file mode 100644 index 1656f8bea47f..000000000000 Binary files a/docs/assets/images/aqua-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/aqua-skin-archive.png b/docs/assets/images/aqua-skin-archive.png deleted file mode 100644 index 5f928d0f2e89..000000000000 Binary files a/docs/assets/images/aqua-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/aqua-skin-post-large.png b/docs/assets/images/aqua-skin-post-large.png deleted file mode 100644 index 00175ce4fd55..000000000000 Binary files a/docs/assets/images/aqua-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/aqua-skin-post.png b/docs/assets/images/aqua-skin-post.png deleted file mode 100644 index d93249b54d12..000000000000 Binary files a/docs/assets/images/aqua-skin-post.png and /dev/null differ diff --git a/docs/assets/images/bio-photo-2.jpg b/docs/assets/images/bio-photo-2.jpg deleted file mode 100644 index a6f20359381f..000000000000 Binary files a/docs/assets/images/bio-photo-2.jpg and /dev/null differ diff --git a/docs/assets/images/bio-photo.jpg b/docs/assets/images/bio-photo.jpg deleted file mode 100644 index 000845179832..000000000000 Binary files a/docs/assets/images/bio-photo.jpg and /dev/null differ diff --git a/docs/assets/images/browserconfig.xml b/docs/assets/images/browserconfig.xml deleted file mode 100644 index ff77e2349f9b..000000000000 --- a/docs/assets/images/browserconfig.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<browserconfig> - <msapplication> - <tile> - <square70x70logo src="/images/mstile-70x70.png?v=M44lzPylqQ"/> - <square150x150logo src="/images/mstile-150x150.png?v=M44lzPylqQ"/> - <square310x310logo src="/images/mstile-310x310.png?v=M44lzPylqQ"/> - <wide310x150logo src="/images/mstile-310x150.png?v=M44lzPylqQ"/> - <TileColor>#000000</TileColor> - </tile> - </msapplication> -</browserconfig> diff --git a/docs/assets/images/contrast-code-block.jpg b/docs/assets/images/contrast-code-block.jpg deleted file mode 100644 index 9e7b425837e4..000000000000 Binary files a/docs/assets/images/contrast-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/contrast-skin-archive-large.png b/docs/assets/images/contrast-skin-archive-large.png deleted file mode 100644 index 7a1f3e6c37f5..000000000000 Binary files a/docs/assets/images/contrast-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/contrast-skin-archive.png b/docs/assets/images/contrast-skin-archive.png deleted file mode 100644 index 5e189c18875d..000000000000 Binary files a/docs/assets/images/contrast-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/contrast-skin-post-large.png b/docs/assets/images/contrast-skin-post-large.png deleted file mode 100644 index 01377040c1be..000000000000 Binary files a/docs/assets/images/contrast-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/contrast-skin-post.png b/docs/assets/images/contrast-skin-post.png deleted file mode 100644 index 4923e3ab536e..000000000000 Binary files a/docs/assets/images/contrast-skin-post.png and /dev/null differ diff --git a/docs/assets/images/dark-code-block.jpg b/docs/assets/images/dark-code-block.jpg deleted file mode 100644 index 210bb35aaa3e..000000000000 Binary files a/docs/assets/images/dark-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/dark-skin-archive-large.png b/docs/assets/images/dark-skin-archive-large.png deleted file mode 100644 index 4bd931bb0768..000000000000 Binary files a/docs/assets/images/dark-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/dark-skin-archive.png b/docs/assets/images/dark-skin-archive.png deleted file mode 100644 index 109f0b702d81..000000000000 Binary files a/docs/assets/images/dark-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/dark-skin-post-large.png b/docs/assets/images/dark-skin-post-large.png deleted file mode 100644 index c18a7b5bd9e4..000000000000 Binary files a/docs/assets/images/dark-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/dark-skin-post.png b/docs/assets/images/dark-skin-post.png deleted file mode 100644 index a87f90337ce3..000000000000 Binary files a/docs/assets/images/dark-skin-post.png and /dev/null differ diff --git a/docs/assets/images/default-code-block.jpg b/docs/assets/images/default-code-block.jpg deleted file mode 100644 index 7996f9929034..000000000000 Binary files a/docs/assets/images/default-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/dirt-code-block.jpg b/docs/assets/images/dirt-code-block.jpg deleted file mode 100644 index e27e205952de..000000000000 Binary files a/docs/assets/images/dirt-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/dirt-skin-archive-large.png b/docs/assets/images/dirt-skin-archive-large.png deleted file mode 100644 index f31ef20f01b4..000000000000 Binary files a/docs/assets/images/dirt-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/dirt-skin-archive.png b/docs/assets/images/dirt-skin-archive.png deleted file mode 100644 index 0ad8ea459420..000000000000 Binary files a/docs/assets/images/dirt-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/dirt-skin-post-large.png b/docs/assets/images/dirt-skin-post-large.png deleted file mode 100644 index 62a62b04d4ce..000000000000 Binary files a/docs/assets/images/dirt-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/dirt-skin-post.png b/docs/assets/images/dirt-skin-post.png deleted file mode 100644 index 68332de035de..000000000000 Binary files a/docs/assets/images/dirt-skin-post.png and /dev/null differ diff --git a/docs/assets/images/dracula-code-block.jpg b/docs/assets/images/dracula-code-block.jpg deleted file mode 100644 index 4d9e202ec9b7..000000000000 Binary files a/docs/assets/images/dracula-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/facebook-share-example.jpg b/docs/assets/images/facebook-share-example.jpg deleted file mode 100644 index dddff9e509b7..000000000000 Binary files a/docs/assets/images/facebook-share-example.jpg and /dev/null differ diff --git a/docs/assets/images/favicon-16x16.png b/docs/assets/images/favicon-16x16.png deleted file mode 100644 index 65909d64448f..000000000000 Binary files a/docs/assets/images/favicon-16x16.png and /dev/null differ diff --git a/docs/assets/images/favicon-32x32.png b/docs/assets/images/favicon-32x32.png deleted file mode 100644 index 013c338f9cfd..000000000000 Binary files a/docs/assets/images/favicon-32x32.png and /dev/null differ diff --git a/docs/assets/images/favicon-96x96.png b/docs/assets/images/favicon-96x96.png deleted file mode 100644 index b498be9dce9a..000000000000 Binary files a/docs/assets/images/favicon-96x96.png and /dev/null differ diff --git a/docs/assets/images/favicon.ico b/docs/assets/images/favicon.ico deleted file mode 100644 index 2d14e29b3f3c..000000000000 Binary files a/docs/assets/images/favicon.ico and /dev/null differ diff --git a/docs/assets/images/foo-bar-identity-th.jpg b/docs/assets/images/foo-bar-identity-th.jpg deleted file mode 100644 index 49906ac64f28..000000000000 Binary files a/docs/assets/images/foo-bar-identity-th.jpg and /dev/null differ diff --git a/docs/assets/images/foo-bar-identity.jpg b/docs/assets/images/foo-bar-identity.jpg deleted file mode 100644 index d946815a263e..000000000000 Binary files a/docs/assets/images/foo-bar-identity.jpg and /dev/null differ diff --git a/docs/assets/images/google-custom-search-engine-layout.png b/docs/assets/images/google-custom-search-engine-layout.png deleted file mode 100644 index 362cd8e72d3f..000000000000 Binary files a/docs/assets/images/google-custom-search-engine-layout.png and /dev/null differ diff --git a/docs/assets/images/image-alignment-1200x4002.jpg b/docs/assets/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 8e3137cbeb1d..000000000000 Binary files a/docs/assets/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-150x150.jpg b/docs/assets/images/image-alignment-150x150.jpg deleted file mode 100644 index d3b0e483797d..000000000000 Binary files a/docs/assets/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-300x200.jpg b/docs/assets/images/image-alignment-300x200.jpg deleted file mode 100644 index 3921878b2e09..000000000000 Binary files a/docs/assets/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/docs/assets/images/image-alignment-580x300.jpg b/docs/assets/images/image-alignment-580x300.jpg deleted file mode 100644 index 75bf08e90a97..000000000000 Binary files a/docs/assets/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/docs/assets/images/manifest.json b/docs/assets/images/manifest.json deleted file mode 100644 index d641c302ae78..000000000000 --- a/docs/assets/images/manifest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Minimal Mistakes", - "icons": [ - { - "src": "\/images\/android-chrome-36x36.png?v=M44lzPylqQ", - "sizes": "36x36", - "type": "image\/png", - "density": 0.75 - }, - { - "src": "\/images\/android-chrome-48x48.png?v=M44lzPylqQ", - "sizes": "48x48", - "type": "image\/png", - "density": 1 - }, - { - "src": "\/images\/android-chrome-72x72.png?v=M44lzPylqQ", - "sizes": "72x72", - "type": "image\/png", - "density": 1.5 - }, - { - "src": "\/images\/android-chrome-96x96.png?v=M44lzPylqQ", - "sizes": "96x96", - "type": "image\/png", - "density": 2 - }, - { - "src": "\/images\/android-chrome-144x144.png?v=M44lzPylqQ", - "sizes": "144x144", - "type": "image\/png", - "density": 3 - }, - { - "src": "\/images\/android-chrome-192x192.png?v=M44lzPylqQ", - "sizes": "192x192", - "type": "image\/png", - "density": 4 - } - ] -} diff --git a/docs/assets/images/markup-syntax-highlighting-teaser.jpg b/docs/assets/images/markup-syntax-highlighting-teaser.jpg deleted file mode 100644 index 36cb1f9db594..000000000000 Binary files a/docs/assets/images/markup-syntax-highlighting-teaser.jpg and /dev/null differ diff --git a/docs/assets/images/masthead-search.gif b/docs/assets/images/masthead-search.gif deleted file mode 100644 index 2c06a25afd79..000000000000 Binary files a/docs/assets/images/masthead-search.gif and /dev/null differ diff --git a/docs/assets/images/michael-rose.jpg b/docs/assets/images/michael-rose.jpg deleted file mode 100644 index 03710828b06e..000000000000 Binary files a/docs/assets/images/michael-rose.jpg and /dev/null differ diff --git a/docs/assets/images/mint-skin-archive-large.png b/docs/assets/images/mint-skin-archive-large.png deleted file mode 100644 index 06e3b090cc04..000000000000 Binary files a/docs/assets/images/mint-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/mint-skin-archive.png b/docs/assets/images/mint-skin-archive.png deleted file mode 100644 index 65bc78f003bb..000000000000 Binary files a/docs/assets/images/mint-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/mint-skin-post-large.png b/docs/assets/images/mint-skin-post-large.png deleted file mode 100644 index 82896bc3f66e..000000000000 Binary files a/docs/assets/images/mint-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/mint-skin-post.png b/docs/assets/images/mint-skin-post.png deleted file mode 100644 index 66b1cd11d338..000000000000 Binary files a/docs/assets/images/mint-skin-post.png and /dev/null differ diff --git a/docs/assets/images/mm-archive-grid-view-example.jpg b/docs/assets/images/mm-archive-grid-view-example.jpg deleted file mode 100644 index 8dfc6d444e53..000000000000 Binary files a/docs/assets/images/mm-archive-grid-view-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-author-profile-reddit-color.png b/docs/assets/images/mm-author-profile-reddit-color.png deleted file mode 100644 index aeaa4e6c990d..000000000000 Binary files a/docs/assets/images/mm-author-profile-reddit-color.png and /dev/null differ diff --git a/docs/assets/images/mm-author-profile-reddit-gs.png b/docs/assets/images/mm-author-profile-reddit-gs.png deleted file mode 100644 index 9d66d7b22c96..000000000000 Binary files a/docs/assets/images/mm-author-profile-reddit-gs.png and /dev/null differ diff --git a/docs/assets/images/mm-author-sidebar-example.jpg b/docs/assets/images/mm-author-sidebar-example.jpg deleted file mode 100644 index ea0f8df072d2..000000000000 Binary files a/docs/assets/images/mm-author-sidebar-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-breadcrumbs-example.jpg b/docs/assets/images/mm-breadcrumbs-example.jpg deleted file mode 100644 index e865a482538f..000000000000 Binary files a/docs/assets/images/mm-breadcrumbs-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-browser-mockups.png b/docs/assets/images/mm-browser-mockups.png deleted file mode 100644 index 56a0a708e710..000000000000 Binary files a/docs/assets/images/mm-browser-mockups.png and /dev/null differ diff --git a/docs/assets/images/mm-bundle-install.gif b/docs/assets/images/mm-bundle-install.gif deleted file mode 100644 index a6bcbc4282ed..000000000000 Binary files a/docs/assets/images/mm-bundle-install.gif and /dev/null differ diff --git a/docs/assets/images/mm-custom-sidebar-example.jpg b/docs/assets/images/mm-custom-sidebar-example.jpg deleted file mode 100644 index 38e09e91ab58..000000000000 Binary files a/docs/assets/images/mm-custom-sidebar-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-custom-sidebar-nav.jpg b/docs/assets/images/mm-custom-sidebar-nav.jpg deleted file mode 100644 index 6d3b3e60f0f3..000000000000 Binary files a/docs/assets/images/mm-custom-sidebar-nav.jpg and /dev/null differ diff --git a/docs/assets/images/mm-customizable-feature.png b/docs/assets/images/mm-customizable-feature.png deleted file mode 100644 index a28ab0d15c27..000000000000 Binary files a/docs/assets/images/mm-customizable-feature.png and /dev/null differ diff --git a/docs/assets/images/mm-free-feature.png b/docs/assets/images/mm-free-feature.png deleted file mode 100644 index 630fef62c268..000000000000 Binary files a/docs/assets/images/mm-free-feature.png and /dev/null differ diff --git a/docs/assets/images/mm-gh-pages.gif b/docs/assets/images/mm-gh-pages.gif deleted file mode 100644 index ae30c86c5b89..000000000000 Binary files a/docs/assets/images/mm-gh-pages.gif and /dev/null differ diff --git a/docs/assets/images/mm-github-copy-repo-url.jpg b/docs/assets/images/mm-github-copy-repo-url.jpg deleted file mode 100644 index 0a62b5557f40..000000000000 Binary files a/docs/assets/images/mm-github-copy-repo-url.jpg and /dev/null differ diff --git a/docs/assets/images/mm-github-edit-config.gif b/docs/assets/images/mm-github-edit-config.gif deleted file mode 100644 index a1768603aa75..000000000000 Binary files a/docs/assets/images/mm-github-edit-config.gif and /dev/null differ diff --git a/docs/assets/images/mm-header-overlay-black-filter.jpg b/docs/assets/images/mm-header-overlay-black-filter.jpg deleted file mode 100644 index 9b96314e00cc..000000000000 Binary files a/docs/assets/images/mm-header-overlay-black-filter.jpg and /dev/null differ diff --git a/docs/assets/images/mm-header-overlay-custom-filter.jpg b/docs/assets/images/mm-header-overlay-custom-filter.jpg deleted file mode 100644 index 7f0cff974496..000000000000 Binary files a/docs/assets/images/mm-header-overlay-custom-filter.jpg and /dev/null differ diff --git a/docs/assets/images/mm-header-overlay-red-filter.jpg b/docs/assets/images/mm-header-overlay-red-filter.jpg deleted file mode 100644 index 82065d7e3cb2..000000000000 Binary files a/docs/assets/images/mm-header-overlay-red-filter.jpg and /dev/null differ diff --git a/docs/assets/images/mm-home-page-feature.jpg b/docs/assets/images/mm-home-page-feature.jpg deleted file mode 100644 index 76c9d1d84b49..000000000000 Binary files a/docs/assets/images/mm-home-page-feature.jpg and /dev/null differ diff --git a/docs/assets/images/mm-home-post-pagination-example.jpg b/docs/assets/images/mm-home-post-pagination-example.jpg deleted file mode 100644 index 9ed638672145..000000000000 Binary files a/docs/assets/images/mm-home-post-pagination-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-layout-archive-taxonomy.png b/docs/assets/images/mm-layout-archive-taxonomy.png deleted file mode 100644 index 99eae1cba6a1..000000000000 Binary files a/docs/assets/images/mm-layout-archive-taxonomy.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-archive.png b/docs/assets/images/mm-layout-archive.png deleted file mode 100644 index 7f20667998c3..000000000000 Binary files a/docs/assets/images/mm-layout-archive.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-examples.png b/docs/assets/images/mm-layout-examples.png deleted file mode 100644 index 88ef60fd6a56..000000000000 Binary files a/docs/assets/images/mm-layout-examples.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-single-header.png b/docs/assets/images/mm-layout-single-header.png deleted file mode 100644 index be9bdedc7eee..000000000000 Binary files a/docs/assets/images/mm-layout-single-header.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-single-meta.png b/docs/assets/images/mm-layout-single-meta.png deleted file mode 100644 index ef626e3d3ecf..000000000000 Binary files a/docs/assets/images/mm-layout-single-meta.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-single.png b/docs/assets/images/mm-layout-single.png deleted file mode 100644 index 2dacb9b60ed2..000000000000 Binary files a/docs/assets/images/mm-layout-single.png and /dev/null differ diff --git a/docs/assets/images/mm-layout-splash.png b/docs/assets/images/mm-layout-splash.png deleted file mode 100644 index 49d51a1a646a..000000000000 Binary files a/docs/assets/images/mm-layout-splash.png and /dev/null differ diff --git a/docs/assets/images/mm-masthead-logo.png b/docs/assets/images/mm-masthead-logo.png deleted file mode 100644 index 65daae9fdb94..000000000000 Binary files a/docs/assets/images/mm-masthead-logo.png and /dev/null differ diff --git a/docs/assets/images/mm-paragraph-indent-example.jpg b/docs/assets/images/mm-paragraph-indent-example.jpg deleted file mode 100644 index a3a0e6a9aced..000000000000 Binary files a/docs/assets/images/mm-paragraph-indent-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-portfolio-collection-example.jpg b/docs/assets/images/mm-portfolio-collection-example.jpg deleted file mode 100644 index 4656d8ffc158..000000000000 Binary files a/docs/assets/images/mm-portfolio-collection-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-post-date-example.png b/docs/assets/images/mm-post-date-example.png deleted file mode 100644 index a209b97dc1c0..000000000000 Binary files a/docs/assets/images/mm-post-date-example.png and /dev/null differ diff --git a/docs/assets/images/mm-priority-plus-masthead.gif b/docs/assets/images/mm-priority-plus-masthead.gif deleted file mode 100644 index 85c73c47e6ab..000000000000 Binary files a/docs/assets/images/mm-priority-plus-masthead.gif and /dev/null differ diff --git a/docs/assets/images/mm-read-time-example.jpg b/docs/assets/images/mm-read-time-example.jpg deleted file mode 100644 index ef4d5e12b09a..000000000000 Binary files a/docs/assets/images/mm-read-time-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-responsive-feature.png b/docs/assets/images/mm-responsive-feature.png deleted file mode 100644 index a0f8b40146f0..000000000000 Binary files a/docs/assets/images/mm-responsive-feature.png and /dev/null differ diff --git a/docs/assets/images/mm-single-header-example.jpg b/docs/assets/images/mm-single-header-example.jpg deleted file mode 100644 index e2aa470ec8f4..000000000000 Binary files a/docs/assets/images/mm-single-header-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-single-header-overlay-example.jpg b/docs/assets/images/mm-single-header-overlay-example.jpg deleted file mode 100644 index cd253551fb9a..000000000000 Binary files a/docs/assets/images/mm-single-header-overlay-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-single-header-overlay-fill-example.jpg b/docs/assets/images/mm-single-header-overlay-fill-example.jpg deleted file mode 100644 index 009e2cdd68c5..000000000000 Binary files a/docs/assets/images/mm-single-header-overlay-fill-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-social-share-links-default.png b/docs/assets/images/mm-social-share-links-default.png deleted file mode 100644 index 75885e3514cb..000000000000 Binary files a/docs/assets/images/mm-social-share-links-default.png and /dev/null differ diff --git a/docs/assets/images/mm-social-share-links-reddit-color.png b/docs/assets/images/mm-social-share-links-reddit-color.png deleted file mode 100644 index 2b6a420cfb79..000000000000 Binary files a/docs/assets/images/mm-social-share-links-reddit-color.png and /dev/null differ diff --git a/docs/assets/images/mm-social-share-links-reddit-gs.png b/docs/assets/images/mm-social-share-links-reddit-gs.png deleted file mode 100644 index 5b6e883bbb90..000000000000 Binary files a/docs/assets/images/mm-social-share-links-reddit-gs.png and /dev/null differ diff --git a/docs/assets/images/mm-staticman-pr-webhook.jpg b/docs/assets/images/mm-staticman-pr-webhook.jpg deleted file mode 100644 index 408d3a7d7556..000000000000 Binary files a/docs/assets/images/mm-staticman-pr-webhook.jpg and /dev/null differ diff --git a/docs/assets/images/mm-susy-grid-overlay.jpg b/docs/assets/images/mm-susy-grid-overlay.jpg deleted file mode 100644 index 2c631a3ece41..000000000000 Binary files a/docs/assets/images/mm-susy-grid-overlay.jpg and /dev/null differ diff --git a/docs/assets/images/mm-teaser-images-example.jpg b/docs/assets/images/mm-teaser-images-example.jpg deleted file mode 100644 index 25c08f4d07e6..000000000000 Binary files a/docs/assets/images/mm-teaser-images-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-theme-fork-repo.png b/docs/assets/images/mm-theme-fork-repo.png deleted file mode 100644 index c18dfb553a88..000000000000 Binary files a/docs/assets/images/mm-theme-fork-repo.png and /dev/null differ diff --git a/docs/assets/images/mm-theme-post-600.jpg b/docs/assets/images/mm-theme-post-600.jpg deleted file mode 100644 index ffbc2b111c15..000000000000 Binary files a/docs/assets/images/mm-theme-post-600.jpg and /dev/null differ diff --git a/docs/assets/images/mm-theme-post-750.jpg b/docs/assets/images/mm-theme-post-750.jpg deleted file mode 100644 index 4ab6157164de..000000000000 Binary files a/docs/assets/images/mm-theme-post-750.jpg and /dev/null differ diff --git a/docs/assets/images/mm-toc-helper-example.jpg b/docs/assets/images/mm-toc-helper-example.jpg deleted file mode 100644 index d6e43e12b4af..000000000000 Binary files a/docs/assets/images/mm-toc-helper-example.jpg and /dev/null differ diff --git a/docs/assets/images/mm-twitter-card-summary-image.jpg b/docs/assets/images/mm-twitter-card-summary-image.jpg deleted file mode 100644 index f59252a6fa0f..000000000000 Binary files a/docs/assets/images/mm-twitter-card-summary-image.jpg and /dev/null differ diff --git a/docs/assets/images/mm-twitter-card-summary-large.jpg b/docs/assets/images/mm-twitter-card-summary-large.jpg deleted file mode 100644 index 9a2292b5ae26..000000000000 Binary files a/docs/assets/images/mm-twitter-card-summary-large.jpg and /dev/null differ diff --git a/docs/assets/images/mm-ui-text-labels.jpg b/docs/assets/images/mm-ui-text-labels.jpg deleted file mode 100644 index 5b51ceb302d4..000000000000 Binary files a/docs/assets/images/mm-ui-text-labels.jpg and /dev/null differ diff --git a/docs/assets/images/mstile-144x144.png b/docs/assets/images/mstile-144x144.png deleted file mode 100644 index c3d8317699f1..000000000000 Binary files a/docs/assets/images/mstile-144x144.png and /dev/null differ diff --git a/docs/assets/images/mstile-150x150.png b/docs/assets/images/mstile-150x150.png deleted file mode 100644 index c7a3c08d0675..000000000000 Binary files a/docs/assets/images/mstile-150x150.png and /dev/null differ diff --git a/docs/assets/images/mstile-310x150.png b/docs/assets/images/mstile-310x150.png deleted file mode 100644 index 25fd7bad2765..000000000000 Binary files a/docs/assets/images/mstile-310x150.png and /dev/null differ diff --git a/docs/assets/images/mstile-310x310.png b/docs/assets/images/mstile-310x310.png deleted file mode 100644 index 1a75b7f297dd..000000000000 Binary files a/docs/assets/images/mstile-310x310.png and /dev/null differ diff --git a/docs/assets/images/mstile-70x70.png b/docs/assets/images/mstile-70x70.png deleted file mode 100644 index 88b5c256b2be..000000000000 Binary files a/docs/assets/images/mstile-70x70.png and /dev/null differ diff --git a/docs/assets/images/neon-code-block.jpg b/docs/assets/images/neon-code-block.jpg deleted file mode 100644 index e7d0bb7083f8..000000000000 Binary files a/docs/assets/images/neon-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/neon-skin-archive-large.png b/docs/assets/images/neon-skin-archive-large.png deleted file mode 100644 index fd475f8fad83..000000000000 Binary files a/docs/assets/images/neon-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/neon-skin-archive.png b/docs/assets/images/neon-skin-archive.png deleted file mode 100644 index b6a7cba02e2c..000000000000 Binary files a/docs/assets/images/neon-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/neon-skin-post-large.png b/docs/assets/images/neon-skin-post-large.png deleted file mode 100644 index f12ad1ac284f..000000000000 Binary files a/docs/assets/images/neon-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/neon-skin-post.png b/docs/assets/images/neon-skin-post.png deleted file mode 100644 index ac81cdceb56f..000000000000 Binary files a/docs/assets/images/neon-skin-post.png and /dev/null differ diff --git a/docs/assets/images/page-header-image.png b/docs/assets/images/page-header-image.png deleted file mode 100644 index e8c0c29525cb..000000000000 Binary files a/docs/assets/images/page-header-image.png and /dev/null differ diff --git a/docs/assets/images/page-header-og-image.png b/docs/assets/images/page-header-og-image.png deleted file mode 100644 index 457e0000c8f4..000000000000 Binary files a/docs/assets/images/page-header-og-image.png and /dev/null differ diff --git a/docs/assets/images/page-header-overlay-image.png b/docs/assets/images/page-header-overlay-image.png deleted file mode 100644 index a5d975344d34..000000000000 Binary files a/docs/assets/images/page-header-overlay-image.png and /dev/null differ diff --git a/docs/assets/images/page-header-teaser.png b/docs/assets/images/page-header-teaser.png deleted file mode 100644 index 20988b5cd754..000000000000 Binary files a/docs/assets/images/page-header-teaser.png and /dev/null differ diff --git a/docs/assets/images/paragraph-indent.png b/docs/assets/images/paragraph-indent.png deleted file mode 100644 index b4a2c4810c51..000000000000 Binary files a/docs/assets/images/paragraph-indent.png and /dev/null differ diff --git a/docs/assets/images/paragraph-no-indent.png b/docs/assets/images/paragraph-no-indent.png deleted file mode 100644 index 3e0f9d26c41f..000000000000 Binary files a/docs/assets/images/paragraph-no-indent.png and /dev/null differ diff --git a/docs/assets/images/plum-code-block.jpg b/docs/assets/images/plum-code-block.jpg deleted file mode 100644 index d33bf85d5ee0..000000000000 Binary files a/docs/assets/images/plum-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/plum-skin-archive-large.png b/docs/assets/images/plum-skin-archive-large.png deleted file mode 100644 index a076090b6743..000000000000 Binary files a/docs/assets/images/plum-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/plum-skin-archive.png b/docs/assets/images/plum-skin-archive.png deleted file mode 100644 index 16cbdcfca80f..000000000000 Binary files a/docs/assets/images/plum-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/plum-skin-post-large.png b/docs/assets/images/plum-skin-post-large.png deleted file mode 100644 index 03e300e8db5b..000000000000 Binary files a/docs/assets/images/plum-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/plum-skin-post.png b/docs/assets/images/plum-skin-post.png deleted file mode 100644 index 633f50ec96a4..000000000000 Binary files a/docs/assets/images/plum-skin-post.png and /dev/null differ diff --git a/docs/assets/images/safari-pinned-tab.svg b/docs/assets/images/safari-pinned-tab.svg deleted file mode 100644 index d517ee13d9c0..000000000000 --- a/docs/assets/images/safari-pinned-tab.svg +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" - "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" - width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000" - preserveAspectRatio="xMidYMid meet"> -<metadata> -Created by potrace 1.11, written by Peter Selinger 2001-2013 -</metadata> -<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)" -fill="#000000" stroke="none"> -<path d="M0 2500 l0 -2500 2500 0 2500 0 0 2500 0 2500 -2500 0 -2500 0 0 --2500z m1294 1465 c51 -115 97 -219 102 -230 6 -13 10 63 12 213 l2 232 213 0 -212 0 194 -443 c248 -565 472 -1071 475 -1075 2 -1 33 64 69 145 36 82 97 218 -136 303 38 85 162 360 274 610 l205 455 201 3 201 2 2 -257 3 -258 64 145 c35 -80 83 186 106 236 24 50 46 101 50 113 6 21 9 21 208 19 l202 -3 3 -1382 2 --1383 -160 0 -160 0 0 1059 c0 675 4 1106 11 1186 10 120 7 171 -6 109 -20 --94 -78 -243 -194 -504 l-131 -294 0 -778 0 -778 -160 0 -160 0 -2 414 -3 413 --184 -414 -183 -414 -81 3 -81 3 -115 258 c-63 141 -117 257 -120 257 -6 0 --26 -43 -126 -270 -26 -58 -62 -138 -80 -177 l-34 -73 -78 0 -79 0 -183 412 -c-101 227 -188 417 -192 422 -5 6 -9 -178 -9 -412 l0 -422 -155 0 -155 0 0 -779 0 779 -41 89 c-185 399 -279 640 -279 712 0 11 -5 23 -11 27 -9 5 -10 -1 --4 -22 4 -16 10 -554 12 -1196 l4 -1168 -160 0 -161 0 0 1378 c0 758 3 1382 7 -1386 4 3 101 5 215 4 l209 -3 93 -210z m2936 -2980 l0 -155 -1730 0 -1730 0 0 -155 0 155 1730 0 1730 0 0 -155z"/> -<path d="M1718 3397 l4 -402 90 -205 c49 -113 137 -312 195 -444 58 -131 120 --279 138 -330 18 -50 37 -90 41 -89 5 1 25 47 46 103 21 56 54 139 73 185 l36 -83 -272 609 c-291 652 -298 668 -332 803 l-22 90 3 -403z"/> -<path d="M3280 3770 c0 -54 -90 -277 -343 -846 l-276 -622 53 -123 c29 -68 63 --154 76 -192 12 -37 26 -67 31 -67 4 0 13 17 20 38 25 79 111 286 204 492 54 -118 126 279 161 358 l64 142 0 243 c0 217 11 458 25 560 3 22 1 37 -5 37 -5 0 --10 -9 -10 -20z"/> -</g> -</svg> diff --git a/docs/assets/images/search-layout-example.png b/docs/assets/images/search-layout-example.png deleted file mode 100644 index 0c4c7c744b6e..000000000000 Binary files a/docs/assets/images/search-layout-example.png and /dev/null differ diff --git a/docs/assets/images/site-logo.png b/docs/assets/images/site-logo.png deleted file mode 100644 index 251dd22ae96b..000000000000 Binary files a/docs/assets/images/site-logo.png and /dev/null differ diff --git a/docs/assets/images/solarized-light-code-block.jpg b/docs/assets/images/solarized-light-code-block.jpg deleted file mode 100644 index be562f434d0d..000000000000 Binary files a/docs/assets/images/solarized-light-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/sunrise-code-block.jpg b/docs/assets/images/sunrise-code-block.jpg deleted file mode 100644 index 5f862cde2a4b..000000000000 Binary files a/docs/assets/images/sunrise-code-block.jpg and /dev/null differ diff --git a/docs/assets/images/sunrise-skin-archive-large.png b/docs/assets/images/sunrise-skin-archive-large.png deleted file mode 100644 index 1c0da1f95b73..000000000000 Binary files a/docs/assets/images/sunrise-skin-archive-large.png and /dev/null differ diff --git a/docs/assets/images/sunrise-skin-archive.png b/docs/assets/images/sunrise-skin-archive.png deleted file mode 100644 index 9fee4e99e92c..000000000000 Binary files a/docs/assets/images/sunrise-skin-archive.png and /dev/null differ diff --git a/docs/assets/images/sunrise-skin-post-large.png b/docs/assets/images/sunrise-skin-post-large.png deleted file mode 100644 index dedbf5887c9b..000000000000 Binary files a/docs/assets/images/sunrise-skin-post-large.png and /dev/null differ diff --git a/docs/assets/images/sunrise-skin-post.png b/docs/assets/images/sunrise-skin-post.png deleted file mode 100644 index a672619fc4f7..000000000000 Binary files a/docs/assets/images/sunrise-skin-post.png and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-1-th.jpg b/docs/assets/images/unsplash-gallery-image-1-th.jpg deleted file mode 100644 index 2ec826c8c20e..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-1-th.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-1.jpg b/docs/assets/images/unsplash-gallery-image-1.jpg deleted file mode 100644 index 86a9f3d6f31b..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-1.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-2-th.jpg b/docs/assets/images/unsplash-gallery-image-2-th.jpg deleted file mode 100644 index 995e788c6d18..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-2-th.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-2.jpg b/docs/assets/images/unsplash-gallery-image-2.jpg deleted file mode 100644 index 394b5bfa2888..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-2.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-3-th.jpg b/docs/assets/images/unsplash-gallery-image-3-th.jpg deleted file mode 100644 index d8ab595acaa1..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-3-th.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-3.jpg b/docs/assets/images/unsplash-gallery-image-3.jpg deleted file mode 100644 index 3b7e99f8489e..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-3.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-4-th.jpg b/docs/assets/images/unsplash-gallery-image-4-th.jpg deleted file mode 100644 index 8d4e05d7276f..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-4-th.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-gallery-image-4.jpg b/docs/assets/images/unsplash-gallery-image-4.jpg deleted file mode 100644 index 872c08c412a9..000000000000 Binary files a/docs/assets/images/unsplash-gallery-image-4.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-1.jpg b/docs/assets/images/unsplash-image-1.jpg deleted file mode 100644 index 24be340b84ab..000000000000 Binary files a/docs/assets/images/unsplash-image-1.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-10.jpg b/docs/assets/images/unsplash-image-10.jpg deleted file mode 100644 index 92b4595a60b9..000000000000 Binary files a/docs/assets/images/unsplash-image-10.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-11.jpg b/docs/assets/images/unsplash-image-11.jpg deleted file mode 100644 index 4cfb7796b2e9..000000000000 Binary files a/docs/assets/images/unsplash-image-11.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-2.jpg b/docs/assets/images/unsplash-image-2.jpg deleted file mode 100644 index 9097a2103885..000000000000 Binary files a/docs/assets/images/unsplash-image-2.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-3.jpg b/docs/assets/images/unsplash-image-3.jpg deleted file mode 100644 index 750e9ab2fe58..000000000000 Binary files a/docs/assets/images/unsplash-image-3.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-4.jpg b/docs/assets/images/unsplash-image-4.jpg deleted file mode 100644 index e8eb28ba92ef..000000000000 Binary files a/docs/assets/images/unsplash-image-4.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-5.jpg b/docs/assets/images/unsplash-image-5.jpg deleted file mode 100644 index 5fa64fc230c2..000000000000 Binary files a/docs/assets/images/unsplash-image-5.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-6.jpg b/docs/assets/images/unsplash-image-6.jpg deleted file mode 100644 index 808412eb5bd0..000000000000 Binary files a/docs/assets/images/unsplash-image-6.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-7.jpg b/docs/assets/images/unsplash-image-7.jpg deleted file mode 100644 index beb5272516b0..000000000000 Binary files a/docs/assets/images/unsplash-image-7.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-8.jpg b/docs/assets/images/unsplash-image-8.jpg deleted file mode 100644 index 66d254c57667..000000000000 Binary files a/docs/assets/images/unsplash-image-8.jpg and /dev/null differ diff --git a/docs/assets/images/unsplash-image-9.jpg b/docs/assets/images/unsplash-image-9.jpg deleted file mode 100644 index cc826a0546fc..000000000000 Binary files a/docs/assets/images/unsplash-image-9.jpg and /dev/null differ diff --git a/docs/screenshot-layouts.png b/docs/screenshot-layouts.png deleted file mode 100644 index 88ef60fd6a56..000000000000 Binary files a/docs/screenshot-layouts.png and /dev/null differ diff --git a/docs/screenshot.png b/docs/screenshot.png deleted file mode 100644 index 56a0a708e710..000000000000 Binary files a/docs/screenshot.png and /dev/null differ diff --git a/test/Gemfile b/test/Gemfile deleted file mode 100644 index 635ea6c0f660..000000000000 --- a/test/Gemfile +++ /dev/null @@ -1,10 +0,0 @@ -source "https://rubygems.org" - -# use local theme gem for testing -gem "minimal-mistakes-jekyll", path: "../" -group :jekyll_plugins do - gem 'jekyll-algolia', '~> 1.0' -end - -gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "webrick" \ No newline at end of file diff --git a/test/_config.yml b/test/_config.yml deleted file mode 100644 index 9656a3764878..000000000000 --- a/test/_config.yml +++ /dev/null @@ -1,308 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your entire site, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# `jekyll serve`. If you change this file, please restart the server process. - -theme : "minimal-mistakes-jekyll" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" - -# Site Settings -locale : "en-US" -title : "Minimal Mistakes" -title_separator : "-" -subtitle : "Development Test Site" -name : "Your Name" -description : "Minimal Mistakes theme test." -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : "/test" -repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" -teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" -masthead_title : "Custom Title" # overrides the website title displayed in the masthead, use " " for no title -# breadcrumbs : false # true, false (default) -words_per_minute : 200 -comments: - provider : # false (default), "disqus", "discourse", "facebook", "staticman", "utterances", "giscus", "custom" - disqus: - shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- - discourse: - server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org - facebook: - # https://developers.facebook.com/docs/plugins/comments - appid : - num_posts : # 5 (default) - colorscheme : # "light" (default), "dark" - utterances: - theme : # "github-light" (default), "github-dark" - issue_term : # "pathname" (default) - giscus: - repo_id : # Shown during giscus setup at https://giscus.app - category_name : # Full text name of the category - category_id : # Shown during giscus setup at https://giscus.app - discussion_term : # "pathname" (default), "url", "title", "og:title" - reactions_enabled : # '1' for enabled (default), '0' for disabled - theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme" - staticman: - branch : # "master" - endpoint : # "https://{your Staticman v3 API}/v3/entry/github/" -atom_feed: - path : # blank (default) uses feed.xml -search : true # true, false (default) -search_full_content : true # true, false (default) -search_provider : "lunr" -lunr: - search_within_pages : true -algolia: - application_id : "QB6HVGBSBA" - index_name : "dev_minimal-mistakes" - search_only_api_key : "9d5014e5bbc77372547bce778dfa5663" - powered_by : true - -# SEO Related -google_site_verification : -bing_site_verification : -yandex_site_verification : - -# Social Sharing -twitter: - username : "mmistakes" -facebook: - username : - app_id : - publisher : -og_image : "/assets/images/bio-photo.jpg" -# For specifying social profiles -# - https://developers.google.com/structured-data/customize/social-profiles -social: - type : # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name - links: # An array of links to social media profiles - - https://twitter.com/ - - https://github.com/ - -# Analytics -analytics: - provider : false # false (default), "google", "google-universal", "google-gtag", "custom" - google: - tracking_id : - - -# Site Author -author: - name : "Your Name" - avatar : "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" - links: - - label: "Your Website" - icon: "fas fa-fw fa-link" - url: "https://your-site.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/" - - -# Site Footer -footer: - links: - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/" - - label: "GitHub" - icon: "fab fa-fw fa-github" - url: "https://github.com/" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/" - - -# Reading Files -include: - - .htaccess - - _pages -exclude: - - "*.sublime-project" - - "*.sublime-workspace" - - vendor - - .asset-cache - - .bundle - - .jekyll-assets-cache - - .sass-cache - - assets/js/plugins - - assets/js/_main.js - - assets/js/vendor - - Capfile - - CHANGELOG - - config - - Gemfile - - Gruntfile.js - - gulpfile.js - - LICENSE - - log - - node_modules - - package.json - - Rakefile - - README - - tmp -keep_files: - - .git - - .svn -encoding: "utf-8" -markdown_ext: "markdown,mkdown,mkdn,mkd,md" - -# Liquid -strict_front_matter: true -liquid: - error_mode: strict - -# Conversion -markdown: kramdown -highlighter: rouge -lsi: false -excerpt_separator: "\n\n" -incremental: false - - -# Markdown Processing -kramdown: - input: GFM - hard_wrap: false - auto_ids: true - footnote_nr: 1 - entity_output: as_char - toc_levels: 1..6 - smart_quotes: lsquo,rsquo,ldquo,rdquo - enable_coderay: false - - -# Sass/SCSS -sass: - sass_dir: _sass - style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style - - -# Outputting -permalink: /:categories/:title/ -paginate: 5 # amount of posts to show -paginate_path: /page:num/ -timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones - - -# Plugins (previously gems:) -plugins: - - jekyll-paginate - - jekyll-sitemap - - jekyll-gist - - jekyll-feed - - jekyll-include-cache - -# mimic GitHub Pages with --safe -whitelist: - - jekyll-paginate - - jekyll-sitemap - - jekyll-gist - - jekyll-feed - - jekyll-include-cache - - -# Archives -# Type -# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) -# - Jekyll Archives plugin archive pages ~> type: jekyll-archives -# Path (examples) -# - Archive page should exist at path when using Liquid method or you can -# expect broken links (especially with breadcrumbs enabled) -# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/ -# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/ -# - <base_path>/my-awesome-category/index.html ~> path: / -category_archive: - type: liquid - path: /categories/ -tag_archive: - type: liquid - path: /tags/ -# https://github.com/jekyll/jekyll-archives -# jekyll-archives: -# enabled: -# - categories -# - tags -# layouts: -# category: archive-taxonomy -# tag: archive-taxonomy -# permalinks: -# category: /categories/:name/ -# tag: /tags/:name/ - - -# HTML Compression -# - http://jch.penibelst.de/ -compress_html: - clippings: all - ignore: - envs: development - - -# Collections -collections: - recipes: - output: true - permalink: /:collection/:path/ - pets: - output: true - permalink: /:collection/:path/ - portfolio: - output: true - permalink: /:collection/:path/ - - -# Defaults -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - share: true - related: true - # _pages - - scope: - path: "_pages" - type: pages - values: - layout: single - author_profile: true - # _recipes - - scope: - path: "" - type: recipes - values: - layout: single - author_profile: true - share: true - # _pets - - scope: - path: "" - type: pets - values: - layout: single - author_profile: true - share: true - # _portfolio - - scope: - path: "" - type: portfolio - values: - layout: single - author_profile: false - share: true diff --git a/test/_data/authors.yml b/test/_data/authors.yml deleted file mode 100644 index 256ee1fe1812..000000000000 --- a/test/_data/authors.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Authors - -Billy Rick: - name : "Billy Rick" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "/assets/images/bio-photo-2.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:billyrick@rick.com" - - label: "Website" - icon: "fas fa-fw fa-link" - url: "https://thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/extravagantman" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - bio : "I ordered what?" - avatar : "/assets/images/bio-photo.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:cornelius@thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/rhymeswithsackit" \ No newline at end of file diff --git a/test/_data/navigation.yml b/test/_data/navigation.yml deleted file mode 100644 index 8adf5972eefb..000000000000 --- a/test/_data/navigation.yml +++ /dev/null @@ -1,61 +0,0 @@ -# main links links -main: - - title: "About" - url: https://mmistakes.github.io/minimal-mistakes/about/ - - title: "Posts" - url: /year-archive/ - - title: "Collections" - url: /collection-archive/ - - title: "Sitemap" - url: /sitemap/ - - title: "Extra Menu Item 1" - url: / - - title: "Extra Menu Item 2" - url: / - - title: "Extra Menu Item Long Title" - url: / - -# sidebar navigation list sample -sidebar-sample: - - title: "Parent Page A" - children: - - title: "Child Page A1" - url: /child-page-a1/ - - title: "Child Page A2" - url: /child-page-a2/ - - title: "Child Page A3" - url: /child-page-a3/ - - title: "Child Page A4" - url: /child-page-a4/ - - title: "Parent Page B" - children: - - title: "Child Page B1" - url: /child-page-b1/ - - title: "Child Page B2" - url: /child-page-b2/ - - title: "Child Page B3" - url: /child-page-b3/ - - title: "Child Page B4" - url: /child-page-b4/ - - title: "Child Page B5" - url: /child-page-b5/ - - title: "Parent Page C" - children: - - title: "Child Page C1" - url: /child-page-c1/ - - title: "Child Page C2" - url: /child-page-c2/ - - title: "Child Page C3" - url: /child-page-c3/ - - title: "Child Page C4" - url: /child-page-c4/ - - title: "Child Page C5" - url: /child-page-c5/ - - title: "Parent Page D" - children: - - title: "Child Page D1" - url: /child-page-d1/ - - title: "Child Page D2" - url: /child-page-d2/ - - title: "Child Page D3 (External)" - url: https://your-domain.com \ No newline at end of file diff --git a/test/_pages/404.md b/test/_pages/404.md deleted file mode 100644 index b3025a6053b5..000000000000 --- a/test/_pages/404.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Page Not Found" -excerpt: "Page not found. Your pixels are in another canvas." -sitemap: false -permalink: /404.html ---- - -Sorry, but the page you were trying to view does not exist. diff --git a/test/_pages/archive-layout-with-content.md b/test/_pages/archive-layout-with-content.md deleted file mode 100644 index 1616b07b04e2..000000000000 --- a/test/_pages/archive-layout-with-content.md +++ /dev/null @@ -1,214 +0,0 @@ ---- -title: "Archive Layout with Content" -layout: archive -permalink: /archive-layout-with-content/ ---- - -A variety of common markup showing how the theme styles them. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn--success">Success Button</a> -``` - -[Primary Button](#){: .btn} -[Success Button](#){: .btn .btn--success} -[Warning Button](#){: .btn .btn--warning} -[Danger Button](#){: .btn .btn--danger} -[Info Button](#){: .btn .btn--info} -[Inverse Button](#){: .btn .btn--inverse} -[Light Outline Button](#){: .btn .btn--light-outline} - -```markdown -[Primary Button Text](#link){: .btn} -[Success Button Text](#link){: .btn .btn--success} -[Warning Button Text](#link){: .btn .btn--warning} -[Danger Button Text](#link){: .btn .btn--danger} -[Info Button Text](#link){: .btn .btn--info} -[Inverse Button](#link){: .btn .btn--inverse} -[Light Outline Button](#link){: .btn .btn--light-outline} -``` - -[X-Large Button](#){: .btn .btn--x-large} -[Large Button](#){: .btn .btn--large} -[Default Button](#){: .btn} -[Small Button](#){: .btn .btn--small} - -```markdown -[X-Large Button](#link){: .btn .btn--x-large} -[Large Button](#link){: .btn .btn--large} -[Default Button](#link){: .btn} -[Small Button](#link){: .btn .btn--small} -``` - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} - -## HTML Tags - -### Address Tag - -<address> - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States -</address> - -### Anchor Tag (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---<cite>Automattic</cite> - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you <strike>strikeout text</strike>. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote <ins>inserted</ins> text. - -### Keyboard Tag - -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -<pre> -.post-title { - margin: 0 0 5px; - font-weight: bold; - font-size: 38px; - line-height: 1.2; - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; -} -</pre> - -### Quote Tag - -<q>Developers, developers, developers…</q> –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up. - -### Variable Tag - -This allows you to denote <var>variables</var>. \ No newline at end of file diff --git a/test/_pages/category-archive-grid.md b/test/_pages/category-archive-grid.md deleted file mode 100644 index 3558be0a0db9..000000000000 --- a/test/_pages/category-archive-grid.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Posts by Category (grid view)" -layout: categories -permalink: /categories-grid/ -entries_layout: grid -author_profile: true ---- diff --git a/test/_pages/category-archive.md b/test/_pages/category-archive.md deleted file mode 100644 index 4cb3860e91be..000000000000 --- a/test/_pages/category-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Category" -layout: categories -permalink: /categories/ -author_profile: true ---- diff --git a/test/_pages/collection-archive-grid.html b/test/_pages/collection-archive-grid.html deleted file mode 100644 index 3280bf7bdf79..000000000000 --- a/test/_pages/collection-archive-grid.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: archive -title: "Posts by Collection (grid view)" -permalink: /collection-archive-grid/ -entries_layout: grid -author_profile: true ---- - -{% assign entries_layout = page.entries_layout | default: 'list' %} -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} - {% unless collection.output == false or collection.label == "posts" %} - <section class="taxonomy__section"> - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2 id="{{ label | slugify }}" class="archive__subtitle">{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} - <div class="entries-{{ entries_layout }}"> - {% for post in collection.docs %} - {% include archive-single.html type=entries_layout %} - {% endfor %} - </div> - <a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑</a> - </section> - {% endunless %} -{% endfor %} diff --git a/test/_pages/collection-archive.html b/test/_pages/collection-archive.html deleted file mode 100644 index 219592b6d8e9..000000000000 --- a/test/_pages/collection-archive.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: archive -title: "Posts by Collection" -permalink: /collection-archive/ -author_profile: true ---- - -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} - {% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2 id="{{ label | slugify }}" class="archive__subtitle">{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} - {% endunless %} - {% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html type=page.entries_layout %} - {% endunless %} - {% endfor %} -{% endfor %} diff --git a/test/_pages/edge-case-grid.md b/test/_pages/edge-case-grid.md deleted file mode 100644 index c2f73e5a2a93..000000000000 --- a/test/_pages/edge-case-grid.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Edge Case (grid view) -layout: category -permalink: /categories/edge-case-grid/ -taxonomy: Edge Case -entries_layout: grid ---- - -Sample post listing for the category `Edge Case`. diff --git a/test/_pages/edge-case.md b/test/_pages/edge-case.md deleted file mode 100644 index 016138a4675a..000000000000 --- a/test/_pages/edge-case.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Edge Case -layout: category -permalink: /categories/edge-case/ -taxonomy: Edge Case ---- - -Sample post listing for the category `Edge Case`. diff --git a/test/_pages/lorem-ipsum.md b/test/_pages/lorem-ipsum.md deleted file mode 100644 index 13be88aeb675..000000000000 --- a/test/_pages/lorem-ipsum.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Lorem Ipsum" -permalink: /lorem-ipsum/ ---- - -Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros. - -Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper. - -Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt. - -Curabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla. - -Cras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod. - -Nulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum. - -Nullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum. - -Aliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa. - -Donec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus. - -Quisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero. - -Հայերեն - -Lorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ: - -Български - -Lorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum. - -Català - -Lorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l’any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l’any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d’autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum. - -Hrvatski - -Lorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a. - -Česky - -Lorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker. - -Româna - -Lorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii ’60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum. - -Српски - -Lorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије. \ No newline at end of file diff --git a/test/_pages/markup-grid.md b/test/_pages/markup-grid.md deleted file mode 100644 index 7ebf0badbdd7..000000000000 --- a/test/_pages/markup-grid.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Markup (grid view) -layout: tag -permalink: /tags/markup-grid/ -taxonomy: markup -entries_layout: grid ---- - -Sample post listing for the tag `markup`. diff --git a/test/_pages/markup.md b/test/_pages/markup.md deleted file mode 100644 index 147a719ae258..000000000000 --- a/test/_pages/markup.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Markup -layout: tag -permalink: /tags/markup/ -taxonomy: markup ---- - -Sample post listing for the tag `markup`. diff --git a/test/_pages/page-a.md b/test/_pages/page-a.md deleted file mode 100644 index 3083db24ad10..000000000000 --- a/test/_pages/page-a.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page A" -permalink: /page-a/ -date: 2011-06-23T18:38:52+00:00 ---- - -Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. \ No newline at end of file diff --git a/test/_pages/page-archive-grid.html b/test/_pages/page-archive-grid.html deleted file mode 100644 index 269dc2a16403..000000000000 --- a/test/_pages/page-archive-grid.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: archive -title: "Page Archive" -permalink: /page-archive-grid/ -entries_layout: grid -author_profile: false ---- - -{% assign entries_layout = page.entries_layout | default: 'list' %} -<section class="taxonomy__section"> - <div class="entries-{{ entries_layout }}"> - {% for post in site.pages %} - {% include archive-single.html type=entries_layout %} - {% endfor %} - </div> -</section> diff --git a/test/_pages/page-archive.html b/test/_pages/page-archive.html deleted file mode 100644 index ce11172ed489..000000000000 --- a/test/_pages/page-archive.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: archive -title: "Page Archive" -permalink: /page-archive/ -author_profile: false ---- - -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} diff --git a/test/_pages/page-b.md b/test/_pages/page-b.md deleted file mode 100644 index d15ce12289d9..000000000000 --- a/test/_pages/page-b.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page B" -permalink: /page-b/ -date: 2011-06-23T18:39:14+00:00 ---- - -(lorem ipsum) \ No newline at end of file diff --git a/test/_pages/portfolio-archive.md b/test/_pages/portfolio-archive.md deleted file mode 100644 index 019082f49185..000000000000 --- a/test/_pages/portfolio-archive.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Portfolio -layout: collection -permalink: /portfolio/ -collection: portfolio -entries_layout: grid -classes: wide ---- - -Sample document listing for the collection `_portfolio`. diff --git a/test/_pages/post-archive-feature-rows.html b/test/_pages/post-archive-feature-rows.html deleted file mode 100644 index 47cab558d9fd..000000000000 --- a/test/_pages/post-archive-feature-rows.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: archive -title: "Post Archive with Feature Rows" -permalink: /post-archive-feature-rows/ -author_profile: true -feature_row: - - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -feature_row2: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Left Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Right Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row4: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Center Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" ---- - -{% for post in site.posts limit: 5 %} - {% include archive-single.html %} -{% endfor %} - -{% include feature_row id="intro" type="center" %} - -{% include feature_row %} - -{% include feature_row id="feature_row2" type="left" %} - -{% include feature_row id="feature_row3" type="right" %} - -{% include feature_row id="feature_row4" type="center" %} \ No newline at end of file diff --git a/test/_pages/recipes-archive.md b/test/_pages/recipes-archive.md deleted file mode 100644 index cdde1e4e6594..000000000000 --- a/test/_pages/recipes-archive.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: collection -title: "Recipes" -collection: recipes -permalink: /recipes-archive/ -author_profile: false ---- - -Sample document listing for the collection `_recipes`. \ No newline at end of file diff --git a/test/_pages/sample-page.md b/test/_pages/sample-page.md deleted file mode 100644 index 060e53b864c9..000000000000 --- a/test/_pages/sample-page.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Sample Page" -permalink: /sample-page/ -date: 2016-02-24T03:02:20+00:00 ---- - -This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: - -> Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi'a coladas. (And gettin' caught in the rain.) - -...or something like this: - -> The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community. - -You should probably delete this page and create new pages for your content. Have fun! \ No newline at end of file diff --git a/test/_pages/search.md b/test/_pages/search.md deleted file mode 100644 index 9a05649273fd..000000000000 --- a/test/_pages/search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Search -layout: search -permalink: /search/ ---- \ No newline at end of file diff --git a/test/_pages/sitemap.md b/test/_pages/sitemap.md deleted file mode 100644 index 24d4009dc9ff..000000000000 --- a/test/_pages/sitemap.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: archive -title: "Sitemap" -permalink: /sitemap/ -author_profile: false ---- - -A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ '/sitemap.xml' | relative_url }}) available for digesting as well. - -<h2>Pages</h2> -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} - -<h2>Posts</h2> -{% for post in site.posts %} - {% include archive-single.html %} -{% endfor %} - -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} -{% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2>{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} -{% endunless %} -{% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} -{% endfor %} -{% endfor %} \ No newline at end of file diff --git a/test/_pages/splash-page.md b/test/_pages/splash-page.md deleted file mode 100644 index 81d56258cbfe..000000000000 --- a/test/_pages/splash-page.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: "Splash Page" -layout: splash -permalink: /splash-page/ -date: 2016-03-23T11:48:41-04:00 -header: - overlay_color: "#000" - overlay_filter: "0.5" - overlay_image: /assets/images/unsplash-image-1.jpg - actions: - - label: "Learn More" - url: "/terms/" - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop." -intro: - - excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`' -feature_row: - - image_path: assets/images/unsplash-gallery-image-1-th.jpg - image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" - - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -feature_row2: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Left Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Right Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" -feature_row4: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Center Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--primary" ---- - -{% include feature_row id="intro" type="center" %} - -{% include feature_row %} - -{% include feature_row id="feature_row2" type="left" %} - -{% include feature_row id="feature_row3" type="right" %} - -{% include feature_row id="feature_row4" type="center" %} \ No newline at end of file diff --git a/test/_pages/tag-archive-grid.md b/test/_pages/tag-archive-grid.md deleted file mode 100644 index fa4df8137729..000000000000 --- a/test/_pages/tag-archive-grid.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Posts by Tag (grid view)" -permalink: /tags-grid/ -layout: tags -entries_layout: grid -author_profile: true ---- diff --git a/test/_pages/tag-archive.md b/test/_pages/tag-archive.md deleted file mode 100644 index 3f4e3f0df86c..000000000000 --- a/test/_pages/tag-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Tag" -permalink: /tags/ -layout: tags -author_profile: true ---- diff --git a/test/_pages/terms.md b/test/_pages/terms.md deleted file mode 100644 index f07f96fe10db..000000000000 --- a/test/_pages/terms.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -permalink: /terms/ -title: "Terms and Privacy Policy" -last_modified_at: 2016-06-06 -toc: true ---- - -## Privacy Policy - -The privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used. - -First and foremost, I will never share your email address or any other personal information to anyone without your direct consent. - -### Log Files - -Like many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include: - -* Internet Protocol addresses (IP) -* Types of browser -* Internet Service Provider (ISP) -* Date and time stamp -* Referring and exit pages -* Number of clicks - -All of this information is not linked to anything that is personally identifiable. - -### Cookies and Web Beacons - -When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment. - -Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out. - -If you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites. - -#### Google Analytics - -Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html). - -#### Google Adsense - -Google Adsense, a third party affiliate marketing network, uses cookies to help make sure I get a commission when you buy a product after clicking on a link or ad banner that takes you to the site of one of their merchants. You can read [Google Adsense Privacy Policy](http://support.google.com/adsense/bin/answer.py?hl=en&answer=48182). - -## Disclosure Policy - -I make money on this website through affiliate programs. If you click an affiliate link or ad banner and buy the product, you help support this website because I'll get a percentage of that sale. - -Currently I'm an affiliate for Amazon and Google Adsense. - -What this means for you: - -* I became an affiliate to earn revenue towards the costs of running and maintaining this website. Where I have direct control over which ads are served on this website I offer only products that are directly related to the topic of this website and products that a reader/subscriber would have a genuine interest in or need of. -* I do not and will not recommend a product just for the sake of making money. -* I do not let the compensation I receive influence the content, topics, posts, or opinions expressed on this website. -* I respect and value my readers too much to write anything other than my own genuine and objective opinions and advice. - -Just like this website, my Disclosure Policy is a work in progress. As the revenue streams evolve, so will this page. \ No newline at end of file diff --git a/test/_pages/year-archive-grid.md b/test/_pages/year-archive-grid.md deleted file mode 100644 index 5029212cd32d..000000000000 --- a/test/_pages/year-archive-grid.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Posts by Year (grid view)" -permalink: /year-archive-grid/ -layout: posts -entries_layout: grid -author_profile: true ---- diff --git a/test/_pages/year-archive.md b/test/_pages/year-archive.md deleted file mode 100644 index 1021452ad951..000000000000 --- a/test/_pages/year-archive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Posts by Year" -permalink: /year-archive/ -layout: posts -author_profile: true ---- diff --git a/test/_pets/lhasa-apso.md b/test/_pets/lhasa-apso.md deleted file mode 100644 index 2673b6bab64f..000000000000 --- a/test/_pets/lhasa-apso.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lhasa Apso" -excerpt: "The Lhasa Apso is a non-sporting dog breed originating in Tibet." ---- - -> The Lhasa Apso (/ˈlɑːsə ˈæpsoʊ/ lah-sə ap-soh) is a non-sporting dog breed originating in Tibet. It was bred as an interior sentinel in the Buddhist monasteries, to alert the monks to any intruders who entered. Lhasa is the capital city of Tibet, and apso is a word in the Tibetan language meaning "bearded", so, Lhasa Apso simply means "long-haired Lhasa dog". There are, however, some who claim that the word "apso" is a form of the Tibetan word "rapso", meaning "goat-like", which would make the equivalent translation "wooly Lhasa dog". - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/test/_pets/tabby.md b/test/_pets/tabby.md deleted file mode 100644 index b62b67454b1a..000000000000 --- a/test/_pets/tabby.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tabby" -excerpt: "A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually with a mark resembling an 'M' on its forehead." ---- - -> A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually together with a mark resembling an 'M' on its forehead. Tabbies are sometimes erroneously assumed to be a cat breed. In fact, the tabby pattern is found in many breeds, as well as among the general mixed-breed population. The tabby pattern is a naturally occurring feature that may be related to the coloration of the domestic cat's direct ancestor, the African wildcat, which (along with the European wildcat and Asiatic wildcat) has a similar coloration. - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/test/_portfolio/baz-boom-identity.md b/test/_portfolio/baz-boom-identity.md deleted file mode 100644 index 98edd8f4dff6..000000000000 --- a/test/_portfolio/baz-boom-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Baz Boom Identity" -excerpt: "Baz Boom design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-1.jpg - teaser: assets/images/unsplash-gallery-image-1-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/test/_portfolio/fizz-bang-identity.md b/test/_portfolio/fizz-bang-identity.md deleted file mode 100644 index b04881983531..000000000000 --- a/test/_portfolio/fizz-bang-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Fizz Bang Identity" -excerpt: "Fizz Bang design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-2.jpg - teaser: assets/images/unsplash-gallery-image-2-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/test/_portfolio/foo-bar-website.md b/test/_portfolio/foo-bar-website.md deleted file mode 100644 index 2002bd5b0bc0..000000000000 --- a/test/_portfolio/foo-bar-website.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Foo Bar Identity" -excerpt: "Foo Bar design system including logo mark, website design, and branding applications." -header: - image: /assets/images/foo-bar-identity.jpg - teaser: /assets/images/foo-bar-identity-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/test/_portfolio/ginger-gulp-identity.md b/test/_portfolio/ginger-gulp-identity.md deleted file mode 100644 index 4a9d75cdf2b3..000000000000 --- a/test/_portfolio/ginger-gulp-identity.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Ginger Gulp Identity" -excerpt: "Ginger Gulp design system including logo mark, website design, and branding applications." -header: - image: /assets/images/unsplash-gallery-image-3.jpg - teaser: assets/images/unsplash-gallery-image-3-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md deleted file mode 100644 index 5e3ecedcaffd..000000000000 --- a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "Edge Case: Nested and Mixed Lists" -categories: - - Edge Case -tags: - - content - - css - - edge case - - lists - - markup ---- - -Nested and mixed lists are an interesting beast. It's a corner case to make sure that - -* Lists within lists do not break the ordered list numbering order -* Your list styles go deep enough. - -### Ordered -- Unordered -- Ordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - 1. ordered item - 2. ordered item -3. ordered item -4. ordered item - -### Ordered -- Unordered -- Unordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - * unordered item - * unordered item -3. ordered item -4. ordered item - -### Unordered -- Ordered -- Unordered - -* unordered item -* unordered item - 1. ordered - 2. ordered - * unordered item - * unordered item -* unordered item -* unordered item - -### Unordered -- Unordered -- Ordered - -* unordered item -* unordered item - * unordered - * unordered - 1. **ordered item** - 2. **ordered item** -* unordered item -* unordered item - -### Task Lists - -- [x] Finish my changes -- [ ] Push my commits to GitHub -- [ ] Open a pull request - - [ ] Follow discussions - - [x] Push new commits \ No newline at end of file diff --git a/test/_posts/2009-06-01-edge-case-many-tags.md b/test/_posts/2009-06-01-edge-case-many-tags.md deleted file mode 100644 index af9209596ea6..000000000000 --- a/test/_posts/2009-06-01-edge-case-many-tags.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Edge Case: Many Tags" -categories: - - Edge Case -tags: - - 8BIT - - alignment - - Articles - - captions - - categories - - chat - - comments - - content - - css - - dowork - - edge case - - embeds - - excerpt - - Fail - - featured image - - FTW - - Fun - - gallery - - html - - image - - Jekyll - - layout - - link - - Love - - markup - - Mothership - - Must Read - - Nailed It - - Pictures - - Post Formats - - quote - - standard - - Success - - Swagger - - Tags - - template - - title - - twitter - - Unseen - - video - - YouTube - - U:R:COOL - - C# ---- - -This post has many tags. \ No newline at end of file diff --git a/test/_posts/2009-07-02-edge-case-many-categories.md b/test/_posts/2009-07-02-edge-case-many-categories.md deleted file mode 100644 index 7ec93b8e8db9..000000000000 --- a/test/_posts/2009-07-02-edge-case-many-categories.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Edge Case: Many Categories" -categories: - - aciform - - antiquarianism - - arrangement - - asmodeus - - broder - - buying - - championship - - chastening - - disinclination - - disinfection - - dispatch - - echappee - - enphagy -tags: - - categories - - edge case ---- - -This post has many categories. \ No newline at end of file diff --git a/test/_posts/2009-08-06-edge-case-no-body-content.md b/test/_posts/2009-08-06-edge-case-no-body-content.md deleted file mode 100644 index 7b2fa7d6d13f..000000000000 --- a/test/_posts/2009-08-06-edge-case-no-body-content.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Edge Case: No Body Content" -categories: - - Edge Case -tags: - - content - - edge case - - layout ---- diff --git a/test/_posts/2009-09-05-edge-case-no-yaml-title.md b/test/_posts/2009-09-05-edge-case-no-yaml-title.md deleted file mode 100644 index 4e5323ff878b..000000000000 --- a/test/_posts/2009-09-05-edge-case-no-yaml-title.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -categories: - - Edge Case -tags: - - edge case - - layout - - title ---- - -This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename. \ No newline at end of file diff --git a/test/_posts/2009-10-05-edge-case-multiline-excerpt.md b/test/_posts/2009-10-05-edge-case-multiline-excerpt.md deleted file mode 100644 index 6acc568a0655..000000000000 --- a/test/_posts/2009-10-05-edge-case-multiline-excerpt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Edge Case: Post with multiline excerpt" ---- - -Et ex ullamco duis don't -combine these words quis laborum sunt sint. Nisi et Lorem reprehenderit cupidatat. Aliqua fugiat aliquip officia culpa elit. Adipisicing do eu duis aute et aute amet anim ut cillum aliqua. Aliqua adipisicing occaecat et ullamco fugiat. \ No newline at end of file diff --git a/test/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md b/test/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md deleted file mode 100644 index 6fdc1b8a9416..000000000000 --- a/test/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Antidisestablishmentarianism" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -## Title should not overflow the content area - -A few things to check for: - - * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. - * Check the browser window / tab title. - * If you are a theme developer, check that this text does not break anything. - -The following CSS properties will help you support non-breaking text. - -```css --ms-word-wrap: break-word; -word-wrap: break-word; -``` \ No newline at end of file diff --git a/test/_posts/2009-10-05-edge-case-very-long-title.md b/test/_posts/2009-10-05-edge-case-very-long-title.md deleted file mode 100644 index 29fcb77c42dc..000000000000 --- a/test/_posts/2009-10-05-edge-case-very-long-title.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -Check for long titles and how they might break a template. \ No newline at end of file diff --git a/test/_posts/2010-01-07-post-modified.md b/test/_posts/2010-01-07-post-modified.md deleted file mode 100644 index 382b98049ae6..000000000000 --- a/test/_posts/2010-01-07-post-modified.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Post: Modified Date" -last_modified_at: 2016-03-09T16:20:02-05:00 -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -This post has been updated and should show a modified date if used in a layout. - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. \ No newline at end of file diff --git a/test/_posts/2010-01-07-post-standard.md b/test/_posts/2010-01-07-post-standard.md deleted file mode 100644 index cd83ea034f8c..000000000000 --- a/test/_posts/2010-01-07-post-standard.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Post: Standard" -excerpt_separator: "<!--more-->" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. - -Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day. - -<!--more--> - -This post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied: - -```yaml -excerpt_separator: "<!--more-->" -``` - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/test/_posts/2010-01-08-post-chat.md b/test/_posts/2010-01-08-post-chat.md deleted file mode 100644 index e61b3f289e00..000000000000 --- a/test/_posts/2010-01-08-post-chat.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Post: Chat" -categories: - - Post Formats -tags: - - chat - - Post Formats ---- - -Abbott: Strange as it may seem, they give ball players nowadays very peculiar names. - -Costello: Funny names? - -Abbott: Nicknames, nicknames. Now, on the St. Louis team we have Who's on first, What's on second, I Don't Know is on third-- - -Costello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team. - -Abbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third-- - -Costello: You know the fellows' names? - -Abbott: Yes. - -Costello: Well, then who's playing first? - -Abbott: Yes. - -Costello: I mean the fellow's name on first base. - -Abbott: Who. - -Costello: The fellow playin' first base. - -Abbott: Who. - -Costello: The guy on first base. - -Abbott: Who is on first. - -Costello: Well, what are you askin' me for? - -Abbott: I'm not asking you--I'm telling you. Who is on first. - -Costello: I'm asking you--who's on first? - -Abbott: That's the man's name. - -Costello: That's who's name? - -Abbott: Yes. - -Costello: When you pay off the first baseman every month, who gets the money? - -Abbott: Every dollar of it. And why not, the man's entitled to it. - -Costello: Who is? - -Abbott: Yes. - -Costello: So who gets it? - -Abbott: Why shouldn't he? Sometimes his wife comes down and collects it. - -Costello: Who's wife? - -Abbott: Yes. After all, the man earns it. - -Costello: Who does? - -Abbott: Absolutely. - -Costello: Well, all I'm trying to find out is what's the guy's name on first base? - -Abbott: Oh, no, no. What is on second base. - -Costello: I'm not asking you who's on second. - -Abbott: Who's on first! - -Costello: St. Louis has a good outfield? - -Abbott: Oh, absolutely. - -Costello: The left fielder's name? - -Abbott: Why. - -Costello: I don't know, I just thought I'd ask. - -Abbott: Well, I just thought I'd tell you. - -Costello: Then tell me who's playing left field? - -Abbott: Who's playing first. - -Costello: Stay out of the infield! The left fielder's name? - -Abbott: Why. - -Costello: Because. - -Abbott: Oh, he's center field. - -Costello: Wait a minute. You got a pitcher on this team? - -Abbott: Wouldn't this be a fine team without a pitcher? - -Costello: Tell me the pitcher's name. - -Abbott: Tomorrow. - -Costello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who? - -Abbott: Now, that's he first thing you've said right. - -Costello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT! - -Abbott: Don't get excited. Take it easy. - -Costello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don't know. I don't know throws it back to tomorrow--a triple play. - -Abbott: Yeah, it could be. - -Costello: Another guy gets up and it's a long ball to center. - -Abbott: Because. - -Costello: Why? I don't know. And I don't care. - -Abbott: What was that? - -Costello: I said, I DON'T CARE! - -Abbott: Oh, that's our shortstop! \ No newline at end of file diff --git a/test/_posts/2010-02-05-post-notice.md b/test/_posts/2010-02-05-post-notice.md deleted file mode 100644 index da63f9a32152..000000000000 --- a/test/_posts/2010-02-05-post-notice.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Post: Notice" -categories: - - Post Formats -tags: - - Post Formats - - notice ---- - -A notice displays information that explains nearby content. Often used to call attention to a particular detail. - -When using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. - -**Changes in Service:** We just updated our [privacy policy](#) here to better service our customers. We recommend reviewing the changes. -{: .notice} - -**Primary Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. [Praesent libero](#). Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--primary} - -<div class="notice--primary" markdown="1"> -**Primary Notice with code block:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. [Praesent libero](#). Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. - -```html -<html> - <body>Some body.<body> -</html> -``` -</div> - -**Info Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing elit](#). Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--info} - -**Warning Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. [Integer nec odio](#). Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--warning} - -**Danger Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing](#) elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--danger} - -**Success Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at [nibh elementum](#) imperdiet. -{: .notice--success} - -Want to wrap several paragraphs or other elements in a notice? Using Liquid to capture the content and then filter it with `markdownify` is a good way to go. - -```html -{% raw %}{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %}{% endraw %} - -<div class="notice">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div> -``` - -{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %} - -<div class="notice"> - {{ notice-2 | markdownify }} -</div> - -Or you could skip the capture and stick with straight HTML. - -```html -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> -``` - -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> \ No newline at end of file diff --git a/test/_posts/2010-02-05-post-quote.md b/test/_posts/2010-02-05-post-quote.md deleted file mode 100644 index 231f70bf1f73..000000000000 --- a/test/_posts/2010-02-05-post-quote.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Post: Quote" -categories: - - Post Formats -tags: - - Post Formats - - quote ---- - -> Only one thing is impossible for God: To find any sense in any copyright law on the planet. - -> <cite><a href="http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html">Mark Twain</a></cite> \ No newline at end of file diff --git a/test/_posts/2010-03-07-post-link.md b/test/_posts/2010-03-07-post-link.md deleted file mode 100644 index 6a8005ef119f..000000000000 --- a/test/_posts/2010-03-07-post-link.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Link" -categories: - - Post Formats -tags: - - link - - Post Formats -link: https://github.com ---- - -This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. - -> And this is how a quote looks. - -Some [link](#) can also be shown. \ No newline at end of file diff --git a/test/_posts/2010-06-02-post-video-youtube.md b/test/_posts/2010-06-02-post-video-youtube.md deleted file mode 100644 index 686f622b9e70..000000000000 --- a/test/_posts/2010-06-02-post-video-youtube.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Post: Video (YouTube)" -categories: - - Post Formats -tags: - - Post Formats ---- - -YouTube video embed below. - -<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/-PVofD2A9t8?controls=0" frameborder="0" allowfullscreen></iframe> \ No newline at end of file diff --git a/test/_posts/2010-08-05-post-header-image-og-override.md b/test/_posts/2010-08-05-post-header-image-og-override.md deleted file mode 100644 index 7d772873bab0..000000000000 --- a/test/_posts/2010-08-05-post-header-image-og-override.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Post: Header Image with OpenGraph Override" -header: - image: /assets/images/page-header-image.png - og_image: /assets/images/page-header-og-image.png -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a header image with an OpenGraph override. - -```yaml -header: - image: /assets/images/page-header-image.png - og_image: /assets/images/page-header-og-image.png -``` \ No newline at end of file diff --git a/test/_posts/2010-08-05-post-header-overlay-image-og-override.md b/test/_posts/2010-08-05-post-header-overlay-image-og-override.md deleted file mode 100644 index 01630ace8dcb..000000000000 --- a/test/_posts/2010-08-05-post-header-overlay-image-og-override.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Post: Overlay Image with OpenGraph Override" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - og_image: /assets/images/page-header-og-image.png - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Learn More" - url: "https://unsplash.com" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a header image with an OpenGraph override. - -```yaml -header: - overlay_image: /assets/images/unsplash-image-1.jpg - og_image: /assets/images/page-header-og-image.png - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Learn More" - url: "https://unsplash.com" -``` \ No newline at end of file diff --git a/test/_posts/2010-08-05-post-image-linked.md b/test/_posts/2010-08-05-post-image-linked.md deleted file mode 100644 index a59cd117126e..000000000000 --- a/test/_posts/2010-08-05-post-image-linked.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Post: Image (with Link)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -[![foo](https://live.staticflickr.com/8361/8400335147_5fabaa504c_o.jpg)](https://flic.kr/p/dNiUYB) \ No newline at end of file diff --git a/test/_posts/2010-08-05-post-image-standard.md b/test/_posts/2010-08-05-post-image-standard.md deleted file mode 100644 index 097e235b6214..000000000000 --- a/test/_posts/2010-08-05-post-image-standard.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Post: Image (Standard)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -The preferred way of using images is placing them in the `/assets/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/assets/images/{% endraw %}` will make sure your images display properly in feeds and such. - -Standard image with no width modifier classes applied. - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg" alt="">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg){% endraw %} -``` - -![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-9.jpg) - -Image that fills page content container by adding the `.full` class with: - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg" alt="" class="full">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg) -{: .full}{% endraw %} -``` - -![Unsplash image 10]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-10.jpg) -{: .full} \ No newline at end of file diff --git a/test/_posts/2010-08-05-post-teaser-image-og-override.md b/test/_posts/2010-08-05-post-teaser-image-og-override.md deleted file mode 100644 index bd7ac0a219f8..000000000000 --- a/test/_posts/2010-08-05-post-teaser-image-og-override.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Post: Teaser Image with OpenGraph Override" -header: - teaser: /assets/images/page-header-teaser.png - og_image: /assets/images/page-header-og-image.png -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2017-10-26T15:12:19-04:00 ---- - -This post has a teaser image with an OpenGraph override. - -```yaml -header: - teaser: /assets/images/page-header-teaser.png - og_image: /assets/images/page-header-og-image.png -``` \ No newline at end of file diff --git a/test/_posts/2010-08-06-post-image-linked-caption.md b/test/_posts/2010-08-06-post-image-linked-caption.md deleted file mode 100644 index f9b09ba135db..000000000000 --- a/test/_posts/2010-08-06-post-image-linked-caption.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Post: Image (Linked with Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% capture fig_img %} -[![Foo](https://images.unsplash.com/photo-1541943869728-4bd4f450c8f5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9)](https://unsplash.com/) -{% endcapture %} - -{% capture fig_caption %} -Stairs? Were we're going we don't need no stairs. -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> -</figure> diff --git a/test/_posts/2010-08-07-post-image-caption.md b/test/_posts/2010-08-07-post-image-caption.md deleted file mode 100644 index d50d4635df9e..000000000000 --- a/test/_posts/2010-08-07-post-image-caption.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Post: Image (Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% capture fig_img %} -![Foo]({{ '/assets/images/unsplash-gallery-image-3.jpg' | relative_url }}) -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>Photo from Unsplash.</figcaption> -</figure> \ No newline at end of file diff --git a/test/_posts/2010-09-09-post-gallery.md b/test/_posts/2010-09-09-post-gallery.md deleted file mode 100644 index 3bdd4ff3f477..000000000000 --- a/test/_posts/2010-09-09-post-gallery.md +++ /dev/null @@ -1,142 +0,0 @@ ---- -title: "Post: Gallery" -categories: - - Post Formats -tags: - - gallery - - Post Formats - - tiled -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 4" - title: "Image 4 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 5" - title: "Image 5 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 6" - title: "Image 6 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 7" - title: "Image 7 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 8" - title: "Image 8 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 9" - title: "Image 9 title caption" - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 10" - title: "Image 10 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 11" - title: "Image 11 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 12" - title: "Image 12 title caption" -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -gallery3: - - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - image_path: /assets/images/unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" ---- - -These are gallery tests for image wrapped in `<figure>` elements. - -To place a gallery add the necessary YAML Front Matter: - -```yaml -gallery: - - url: /assets/images/unsplash-gallery-image-1.jpg - image_path: /assets/images/unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Image 1 title caption" - - url: /assets/images/unsplash-gallery-image-2.jpg - image_path: /assets/images/unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Image 2 title caption" - - url: /assets/images/unsplash-gallery-image-3.jpg - image_path: /assets/images/unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - title: "Image 3 title caption" - - url: /assets/images/unsplash-gallery-image-4.jpg - image_path: /assets/images/unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" - title: "Image 4 title caption" -``` - -And then drop-in the gallery include --- gallery `caption` is optional. - -```liquid -{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %} -``` - -{% include gallery caption="This is a sample gallery with **Markdown support**." %} - -This is some text after the gallery just to make sure that everything aligns properly. - -Here comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter. - -```yaml -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -``` - -And place it like so: - -```liquid -{% raw %}{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}{% endraw %} -``` - -{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %} - -And for giggles one more gallery just to make sure this works. To fill page content container add `class="full"`. - -{% include gallery id="gallery3" class="full" caption="This is a third gallery example with two images and fills the entire content container." %} - -Gallery column layout can be overrided by setting a `layout`. - -```liquid -{% raw %}{% include gallery id="gallery" layout="half" caption="This is a half gallery layout example." %}{% endraw %} -``` - -{% include gallery id="gallery" layout="half" caption="This is a half gallery layout example." %} \ No newline at end of file diff --git a/test/_posts/2010-09-10-post-twitter-embeds.md b/test/_posts/2010-09-10-post-twitter-embeds.md deleted file mode 100644 index 7c5c4187313c..000000000000 --- a/test/_posts/2010-09-10-post-twitter-embeds.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Twitter Embed" -categories: - - Media -tags: - - content - - embeds - - media - - twitter ---- - -<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎨 Finally got around to adding all my <a href="https://twitter.com/procreateapp">@procreateapp</a> creations with time lapse videos <a href="https://t.co/1nNbkefC3L">https://t.co/1nNbkefC3L</a> <a href="https://t.co/gcNLJoJ0Gn">pic.twitter.com/gcNLJoJ0Gn</a></p>— Michael Rose (@mmistakes) <a href="https://twitter.com/mmistakes/status/662678050795094016">November 6, 2015</a></blockquote> -<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> - -This post tests Twitter Embeds. \ No newline at end of file diff --git a/test/_posts/2010-10-25-post-future-date.md b/test/_posts/2010-10-25-post-future-date.md deleted file mode 100644 index 7d1b203a776d..000000000000 --- a/test/_posts/2010-10-25-post-future-date.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Post: Future Date" -date: 9999-12-31 -categories: - - Post ---- - -This post lives in the future and is dated {{ page.date | date: "%c" }}. When building Jekyll with the `--future` flag it should appear. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-comments-disabled.md b/test/_posts/2012-01-02-layout-comments-disabled.md deleted file mode 100644 index ab69a5275e71..000000000000 --- a/test/_posts/2012-01-02-layout-comments-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Comments Disabled" -comments: false -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post has its comments disabled. - -There should be no comment form. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-comments.md b/test/_posts/2012-01-02-layout-comments.md deleted file mode 100644 index cf697b80a601..000000000000 --- a/test/_posts/2012-01-02-layout-comments.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Comments Enabled" -comments: true -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post should display comments. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-post-date-disabled.md b/test/_posts/2012-01-02-layout-post-date-disabled.md deleted file mode 100644 index a10a3e4648eb..000000000000 --- a/test/_posts/2012-01-02-layout-post-date-disabled.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Post Date Disabled" -show_date: false -tags: - - post date ---- - -This post has the date disabled. The date this post was published should not be showing if `show_date: false` is set in `_config.yml` or in this post's YAML Front Matter. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-post-date.md b/test/_posts/2012-01-02-layout-post-date.md deleted file mode 100644 index b31c9a275b5c..000000000000 --- a/test/_posts/2012-01-02-layout-post-date.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Post Date Enabled" -show_date: true -tags: - - post date ---- - -This post has post date enabled. The date the post was published should show if `show_date: true` is added to it's YAML Front Matter or as a default in `_config.yml`. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-read-time-disabled.md b/test/_posts/2012-01-02-layout-read-time-disabled.md deleted file mode 100644 index d88992241384..000000000000 --- a/test/_posts/2012-01-02-layout-read-time-disabled.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Disabled" -read_time: false -tags: - - read time ---- - -This post has reading time disabled. The estimated time that it takes to read this post should not be showing if `read_time: false` is set in `_config.yml` or in this post's YAML Front Matter. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-read-time.md b/test/_posts/2012-01-02-layout-read-time.md deleted file mode 100644 index a636e0a48b06..000000000000 --- a/test/_posts/2012-01-02-layout-read-time.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Enabled" -read_time: true -tags: - - read time ---- - -This post has reading time enabled. The estimated time that it takes to read this post should show if also enabled in `_config.yml` with `read_time: true`. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-related-posts-disabled.md b/test/_posts/2012-01-02-layout-related-posts-disabled.md deleted file mode 100644 index 3831e74005e2..000000000000 --- a/test/_posts/2012-01-02-layout-related-posts-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Related Posts Disabled" -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts disabled. - -Related post links should not appear. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-related-posts.md b/test/_posts/2012-01-02-layout-related-posts.md deleted file mode 100644 index 0293bc6f0c58..000000000000 --- a/test/_posts/2012-01-02-layout-related-posts.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Related Posts Enabled" -related: true -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts enabled. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-sharing-disabled.md b/test/_posts/2012-01-02-layout-sharing-disabled.md deleted file mode 100644 index c69d8bbfbc2f..000000000000 --- a/test/_posts/2012-01-02-layout-sharing-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Social Sharing Links Disabled" -share: false -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post has social sharing disabled. - -Social sharing links should not appear. \ No newline at end of file diff --git a/test/_posts/2012-01-02-layout-sharing.md b/test/_posts/2012-01-02-layout-sharing.md deleted file mode 100644 index 09808f146166..000000000000 --- a/test/_posts/2012-01-02-layout-sharing.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Social Sharing Links Enabled" -share: true -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post should display social sharing links. \ No newline at end of file diff --git a/test/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md b/test/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md deleted file mode 100644 index dacb207a7793..000000000000 --- a/test/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled" -read_time: false -comments: false -share: false -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - social - - comments - - layout ---- - -This post has reading time, comments, social sharing links, and related posts disabled. - -Reading time, comments, social sharing and related post links should not appear. \ No newline at end of file diff --git a/test/_posts/2012-01-03-layout-table-of-contents-include-post.md b/test/_posts/2012-01-03-layout-table-of-contents-include-post.md deleted file mode 100644 index 622b04da1d69..000000000000 --- a/test/_posts/2012-01-03-layout-table-of-contents-include-post.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: "Layout: Post with Nested Table of Contents via Helper" -tags: - - table of contents ---- - -Tests table of contents with multiple levels to verify indentation is readible via helper include (deprecated). - -``` -{% raw %}{% include toc %}{% endraw %} -``` - -{% include toc %} - -# Enim laboris id ea elit elit deserunt - -Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis. - -Nostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet. - -## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet - -Ad non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur. - -Proident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim. - -Sunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit. - -### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor - -Nostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum. - -#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud - -Laborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse. - -#### 2.1.2 Nisi non nisi ullamco ipsum cillum -Minim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint. - -#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud -Reprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute. - -##### 2.1.1.1 Ut aute quis ipsum fugiat dolor -Occaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate. - -##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam -Magna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit. - -###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est - -Irure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia. - -###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla - -Ad quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit. - -###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est - -Dolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor. - -###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur - -Laboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat. - -##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute - -In in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt. - -##### 2.1.1.4 Magna ipsum nisi velit anim - -Eiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud. - -###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud - -Exercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor. - -###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor - -Ad ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt. - -#### 2.1.4 Laboris exercitation nisi tempor dolore - -Elit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat. - -### 2.2 Officia irure duis et est sunt - -Consequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim. - -## 3 Laborum eu magna proident proident tempor - -Occaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint. - -### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu - -Laborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing. - -### 3.2 Do exercitation ex elit incididunt sit cupidatat - -Excepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit. - -### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt - -Consectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non. - -### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna - -Nulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident. - -### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat - -Non aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu. - -#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor - -Est cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute. - -##### 3.5.1.1 Nisi anim commodo consequat quis amet - -Sunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt. - -###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident - -Dolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui. - -### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud - -Lorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip. - -## 4 Laboris aute consequat id eu et Lorem amet - -Ad qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia. - -## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute - -Duis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea. - -## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt - -Ex minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor. diff --git a/test/_posts/2012-01-03-layout-table-of-contents-indent-post.md b/test/_posts/2012-01-03-layout-table-of-contents-indent-post.md deleted file mode 100644 index e36f8104ccd4..000000000000 --- a/test/_posts/2012-01-03-layout-table-of-contents-indent-post.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Layout: Post with Nested Table of Contents" -tags: - - table of contents -toc: true ---- - -Tests table of contents with multiple levels to verify indentation is readible. - -# Enim laboris id ea elit elit deserunt - -Magna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis. - -Nostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet. - -## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet - -Ad non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur. - -Proident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim. - -Sunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit. - -### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor - -Nostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum. - -#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud - -Laborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse. - -#### 2.1.2 Nisi non nisi ullamco ipsum cillum -Minim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint. - -#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud -Reprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute. - -##### 2.1.1.1 Ut aute quis ipsum fugiat dolor -Occaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate. - -##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam -Magna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit. - -###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est - -Irure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia. - -###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla - -Ad quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit. - -###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est - -Dolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor. - -###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur - -Laboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat. - -##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute - -In in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt. - -##### 2.1.1.4 Magna ipsum nisi velit anim - -Eiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud. - -###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud - -Exercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor. - -###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor - -Ad ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt. - -#### 2.1.4 Laboris exercitation nisi tempor dolore - -Elit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat. - -### 2.2 Officia irure duis et est sunt - -Consequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim. - -## 3 Laborum eu magna proident proident tempor - -Occaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint. - -### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu - -Laborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing. - -### 3.2 Do exercitation ex elit incididunt sit cupidatat - -Excepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit. - -### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt - -Consectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non. - -### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna - -Nulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident. - -### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat - -Non aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu. - -#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor - -Est cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute. - -##### 3.5.1.1 Nisi anim commodo consequat quis amet - -Sunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt. - -###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident - -Dolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui. - -### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud - -Lorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip. - -## 4 Laboris aute consequat id eu et Lorem amet - -Ad qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia. - -## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute - -Duis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea. - -## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt - -Ex minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor. diff --git a/test/_posts/2012-01-03-layout-table-of-contents-post.md b/test/_posts/2012-01-03-layout-table-of-contents-post.md deleted file mode 100644 index 01c14a2cf451..000000000000 --- a/test/_posts/2012-01-03-layout-table-of-contents-post.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -title: "Layout: Post with Table of Contents" -header: - image: assets/images/unsplash-image-9.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - table of contents -toc: true -toc_label: "Unique Title" -toc_icon: "heart" ---- - -Enable table of contents on post or page by adding `toc: true` to its YAML Front Matter. The title and icon can also be changed with: - -```yaml ---- -toc: true -toc_label: "Unique Title" -toc_icon: "heart" # corresponding Font Awesome icon name (without fa prefix) ---- -``` - -## HTML Elements - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -## Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg) -{: .image-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 -{: rules="groups"} - -## Code Snippets - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn btn--success">Success Button</a> -``` - -<div markdown="0"><a href="#" class="btn">Primary Button</a></div> -<div markdown="0"><a href="#" class="btn btn--success">Success Button</a></div> -<div markdown="0"><a href="#" class="btn btn--warning">Warning Button</a></div> -<div markdown="0"><a href="#" class="btn btn--danger">Danger Button</a></div> -<div markdown="0"><a href="#" class="btn btn--info">Info Button</a></div> - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} \ No newline at end of file diff --git a/test/_posts/2012-01-03-layout-table-of-contents-sticky.md b/test/_posts/2012-01-03-layout-table-of-contents-sticky.md deleted file mode 100644 index a8eae408204d..000000000000 --- a/test/_posts/2012-01-03-layout-table-of-contents-sticky.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: "Layout: Post with Sticky Table of Contents" -tags: - - table of contents -toc: true -toc_sticky: true ---- - -"Stick" table of contents to the top of a page by adding `toc_sticky: true` to its YAML Front Matter. - -```yaml ---- -toc: true -toc_sticky: true ---- -``` - -## HTML Elements - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -## Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg) -{: .image-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 -{: rules="groups"} - -## Code Snippets - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn btn--success">Success Button</a> -``` - -<div markdown="0"><a href="#" class="btn">Primary Button</a></div> -<div markdown="0"><a href="#" class="btn btn--success">Success Button</a></div> -<div markdown="0"><a href="#" class="btn btn--warning">Warning Button</a></div> -<div markdown="0"><a href="#" class="btn btn--danger">Danger Button</a></div> -<div markdown="0"><a href="#" class="btn btn--info">Info Button</a></div> - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} \ No newline at end of file diff --git a/test/_posts/2012-03-14-layout-code-excerpt-generated.md b/test/_posts/2012-03-14-layout-code-excerpt-generated.md deleted file mode 100644 index 0bdc595e2283..000000000000 --- a/test/_posts/2012-03-14-layout-code-excerpt-generated.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Code Excerpt (Generated)" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/test/_posts/2012-03-14-layout-excerpt-defined.md b/test/_posts/2012-03-14-layout-excerpt-defined.md deleted file mode 100644 index 7091cf8f7907..000000000000 --- a/test/_posts/2012-03-14-layout-excerpt-defined.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Layout: Excerpt (Defined)" -excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages." -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages. - -This paragraph should be absent from an archive-index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/test/_posts/2012-03-14-layout-excerpt-generated.md b/test/_posts/2012-03-14-layout-excerpt-generated.md deleted file mode 100644 index 5f26140e78d0..000000000000 --- a/test/_posts/2012-03-14-layout-excerpt-generated.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Excerpt (Generated)" -excerpt_separator: "<!--more-->" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. Archive-index pages should display an auto-generated excerpt of this content. - -<!--more--> - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-author-override.md b/test/_posts/2012-03-15-layout-author-override.md deleted file mode 100644 index 280a7bdfb47b..000000000000 --- a/test/_posts/2012-03-15-layout-author-override.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Layout: Author Override" -author: Billy Rick -excerpt: "A post to test author overrides using a data file." ---- - -Sites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/). - -To attribute an author to a post or page that is different from the site author specified in `_config.yml`: - -**Step 1.** Create `_data/authors.yml` and add authors using the following format. Anything variables found under `author` in `_config.yml` can be used (e.g. `name`, `bio`, `avatar`, author `links`, etc.). - -```yaml -# /_data/authors.yml - -Billy Rick: - name : "Billy Rick" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "/assets/images/bio-photo-2.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:billyrick@rick.com" - - label: "Website" - icon: "fas fa-fw fa-link" - url: "https://thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/extravagantman" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - bio : "I ordered what?" - avatar : "/assets/images/bio-photo.jpg" - links: - - label: "Email" - icon: "fas fa-fw fa-envelope-square" - url: "mailto:cornelius@thewhip.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/rhymeswithsackit" -``` - -**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. - -Example: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied: - -```yaml -author: Billy Rick -``` \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-author-sidebar-disabled.md b/test/_posts/2012-03-15-layout-author-sidebar-disabled.md deleted file mode 100644 index a4d0dc19083f..000000000000 --- a/test/_posts/2012-03-15-layout-author-sidebar-disabled.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Layout: Author Sidebar Disabled" -excerpt: "A post to test disabling author sidebar." -author_profile: false ---- - -This post has the author sidebar disabled. - -To disable add `author_profile: false` to YAML Front Matter. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-image-external.md b/test/_posts/2012-03-15-layout-header-image-external.md deleted file mode 100644 index 1795bdcd13fa..000000000000 --- a/test/_posts/2012-03-15-layout-header-image-external.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Header Image (External URL)" -header: - image: https://live.staticflickr.com/8084/8396909762_813a2b1829_h.jpg -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Featured image is an external asset and should load. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-image-horizontal.md b/test/_posts/2012-03-15-layout-header-image-horizontal.md deleted file mode 100644 index 5a177aa7711d..000000000000 --- a/test/_posts/2012-03-15-layout-header-image-horizontal.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Horizontal)" -header: - image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a horizontal header image. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-image-text-readability.md b/test/_posts/2012-03-15-layout-header-image-text-readability.md deleted file mode 100644 index 56df3473b561..000000000000 --- a/test/_posts/2012-03-15-layout-header-image-text-readability.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Layout: Header Image and Text Readability" -header: - image: /assets/images/unsplash-image-4.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - sample post - - readability - - test ---- - -This is a sample post with a large feature image[^1] up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. *Ea fashion axe [Marfa cillum aliquip](#). Retro Bushwick keytar cliche.* Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. **[Terry Richardson](#) shabby chic +1**, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. - -[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/) diff --git a/test/_posts/2012-03-15-layout-header-image-vertical.md b/test/_posts/2012-03-15-layout-header-image-vertical.md deleted file mode 100644 index 97154fe0a0b2..000000000000 --- a/test/_posts/2012-03-15-layout-header-image-vertical.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Vertical)" -header: - image: /assets/images/unsplash-image-6.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a vertical header image. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-overlay-color.md b/test/_posts/2012-03-15-layout-header-overlay-color.md deleted file mode 100644 index 69a85219c8cb..000000000000 --- a/test/_posts/2012-03-15-layout-header-overlay-color.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Header Overlay with Background Fill" -header: - overlay_color: "#333" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout ---- - -This post should display a **header with a solid background color**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay headers. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-overlay-image-tagline.md b/test/_posts/2012-03-15-layout-header-overlay-image-tagline.md deleted file mode 100644 index 32588bde9b53..000000000000 --- a/test/_posts/2012-03-15-layout-header-overlay-image-tagline.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Layout: Header Image Overlay with Custom Tagline" -tagline: "This is a custom tagline content which overrides the *default* page excerpt." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2020-01-07T13:05:25-05:00 ---- - -This post should display a **header with an overlay image** and **custom tagline**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay header images with custom `page.tagline`. - -```yaml -tagline: "This is a custom tagline content which overrides the default page excerpt." -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -``` \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-header-overlay-image.md b/test/_posts/2012-03-15-layout-header-overlay-image.md deleted file mode 100644 index 4973a041ba92..000000000000 --- a/test/_posts/2012-03-15-layout-header-overlay-image.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "Layout: Header Image Overlay" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "Call to action 1" - url: "https://github.com" - - label: "Call to action 2" - url: "https://mademistakes.com" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout -last_modified_at: 2016-05-02T11:39:01-04:00 ---- - -This post should display a **header with an overlay image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay header images. - -## Overlay filter - -You can use it by specifying the opacity (between 0 and 1) of a black overlay like so: - -![transparent black overlay]({{ '/assets/images/mm-header-overlay-black-filter.jpg' | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "More Info" - url: "https://unsplash.com" -``` - -Or if you want to do more fancy things, go full rgba: - -![transparent red overlay]({{ '/assets/images/mm-header-overlay-red-filter.jpg' | relative_url }}) - -```yaml -excerpt: "This post should [...]" -header: - overlay_image: /assets/images/unsplash-image-1.jpg - overlay_filter: rgba(255, 0, 0, 0.5) - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - actions: - - label: "More Info" - url: "https://unsplash.com" -``` \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-more-tag.md b/test/_posts/2012-03-15-layout-more-tag.md deleted file mode 100644 index c6cdc44fb7c1..000000000000 --- a/test/_posts/2012-03-15-layout-more-tag.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Layout: More Tag" -excerpt_separator: <!--more--> -categories: - - Layout - - Uncategorized -tags: - - content - - read more - - layout ---- - -This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts). - -Additional content before the more tag. - -<!--more--> - -And this content is after the more tag. \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-sidebar-custom.md b/test/_posts/2012-03-15-layout-sidebar-custom.md deleted file mode 100644 index c594ae4807af..000000000000 --- a/test/_posts/2012-03-15-layout-sidebar-custom.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Layout: Sidebar Custom" -excerpt: "A post with custom sidebar content." -author_profile: false -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - nav: sidebar-sample - - title: Another sidebar nav - nav: sidebar-sample ---- - -This post has a custom sidebar set in the post's YAML Front Matter. - -An example of how that YAML could look is: - -```yaml -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." -``` \ No newline at end of file diff --git a/test/_posts/2012-03-15-layout-sidebar-nav-list.md b/test/_posts/2012-03-15-layout-sidebar-nav-list.md deleted file mode 100644 index 984ff7961156..000000000000 --- a/test/_posts/2012-03-15-layout-sidebar-nav-list.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: "Layout: Sidebar with Navigation List" -excerpt: "A post with a sidebar navigation list." -author_profile: false -sidebar: - title: "Sample Title" - nav: sidebar-sample ---- - -This post has a custom navigation list set in the post's YAML Front Matter. - -```yaml -sidebar: - title: "Sample Title" - nav: sidebar-sample -``` - -Along with navigation elements set in `_data/navigation.yml`. - -```yaml -sidebar-sample: - - title: "Parent Page A" - children: - - title: "Child Page A1" - url: / - - title: "Child Page A2" - url: / - - title: "Child Page A3" - url: / - - title: "Child Page A4" - url: / - - title: "Parent Page B" - children: - - title: "Child Page B1" - url: / - - title: "Child Page B2" - url: / - - title: "Child Page B3" - url: / - - title: "Child Page B4" - url: / - - title: "Child Page B5" - url: / - - title: "Parent Page C" - children: - - title: "Child Page C1" - url: / - - title: "Child Page C2" - url: / - - title: "Child Page C3" - url: / - - title: "Child Page C4" - url: / - - title: "Child Page C5" - url: / - - title: "Parent Page D" - children: - - title: "Child Page D1" - url: / - - title: "Child Page D2" - url: / -``` \ No newline at end of file diff --git a/test/_posts/2012-05-22-markup-text-readability-wide-page.md b/test/_posts/2012-05-22-markup-text-readability-wide-page.md deleted file mode 100644 index 83ccfede68db..000000000000 --- a/test/_posts/2012-05-22-markup-text-readability-wide-page.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Wide Single Layout Page" -classes: wide -excerpt: "A page with `classes: wide` set to expand the main content's width." -tags: - - sample post - - readability - - test ---- - -When using `layout: single` add the following front matter to a page or post to widen the main content: - -```yaml -classes: wide -``` - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/test/_posts/2012-05-22-markup-text-readability.md b/test/_posts/2012-05-22-markup-text-readability.md deleted file mode 100644 index e0dde8ee59d2..000000000000 --- a/test/_posts/2012-05-22-markup-text-readability.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: "Markup: Text Readability Test" -excerpt: "A bunch of text to test readability." -tags: - - sample post - - readability - - test ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/test/_posts/2013-01-05-markup-title-with-markup.md b/test/_posts/2013-01-05-markup-title-with-markup.md deleted file mode 100644 index 2ead3fc99f04..000000000000 --- a/test/_posts/2013-01-05-markup-title-with-markup.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Markup: Title *with* **Markdown**" -categories: - - Markdown -tags: - - css - - html - - title ---- - -Verify that: - -* The post title renders the word "with" in *italics* and the word "Markdown" in **bold**. -* The post title markup should be removed from the browser window / tab. \ No newline at end of file diff --git a/test/_posts/2013-01-05-markup-title-with-special-characters.md b/test/_posts/2013-01-05-markup-title-with-special-characters.md deleted file mode 100644 index 075828af177b..000000000000 --- a/test/_posts/2013-01-05-markup-title-with-special-characters.md +++ /dev/null @@ -1,432 +0,0 @@ ---- -title: "Markup: Title with Special --- Characters" -categories: - - Markup -tags: - - html - - markup - - post - - title ---- - -Putting special characters in the title should have no adverse effect on the layout or functionality. - -Special characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped. - -## Latin Character Tests - -This is a test to see if the fonts used in this theme support basic Latin characters. - -<table> - <tr> - <td> - ! - </td> - - <td> - “ - </td> - - <td> - # - </td> - - <td> - $ - </td> - - <td> - % - </td> - - <td> - & - </td> - - <td> - ‘ - </td> - - <td> - ( - </td> - - <td> - ) - </td> - - <td> - * - </td> - </tr> - - <tr> - <td> - + - </td> - - <td> - , - </td> - - <td> - – - </td> - - <td> - . - </td> - - <td> - / - </td> - - <td> - </td> - - <td> - 1 - </td> - - <td> - 2 - </td> - - <td> - 3 - </td> - - <td> - 4 - </td> - </tr> - - <tr> - <td> - 5 - </td> - - <td> - 6 - </td> - - <td> - 7 - </td> - - <td> - 8 - </td> - - <td> - 9 - </td> - - <td> - : - </td> - - <td> - ; - </td> - - <td> - > - </td> - - <td> - = - </td> - - <td> - < - </td> - </tr> - - <tr> - <td> - ? - </td> - - <td> - @ - </td> - - <td> - A - </td> - - <td> - B - </td> - - <td> - C - </td> - - <td> - D - </td> - - <td> - E - </td> - - <td> - F - </td> - - <td> - G - </td> - - <td> - H - </td> - </tr> - - <tr> - <td> - I - </td> - - <td> - J - </td> - - <td> - K - </td> - - <td> - L - </td> - - <td> - M - </td> - - <td> - N - </td> - - <td> - O - </td> - - <td> - P - </td> - - <td> - Q - </td> - - <td> - R - </td> - </tr> - - <tr> - <td> - S - </td> - - <td> - T - </td> - - <td> - U - </td> - - <td> - V - </td> - - <td> - W - </td> - - <td> - X - </td> - - <td> - Y - </td> - - <td> - Z - </td> - - <td> - [ - </td> - - <td> - </td> - </tr> - - <tr> - <td> - ] - </td> - - <td> - ^ - </td> - - <td> - _ - </td> - - <td> - ` - </td> - - <td> - a - </td> - - <td> - b - </td> - - <td> - c - </td> - - <td> - d - </td> - - <td> - e - </td> - - <td> - f - </td> - </tr> - - <tr> - <td> - g - </td> - - <td> - h - </td> - - <td> - i - </td> - - <td> - j - </td> - - <td> - k - </td> - - <td> - l - </td> - - <td> - m - </td> - - <td> - n - </td> - - <td> - o - </td> - - <td> - p - </td> - </tr> - - <tr> - <td> - q - </td> - - <td> - r - </td> - - <td> - s - </td> - - <td> - t - </td> - - <td> - u - </td> - - <td> - v - </td> - - <td> - w - </td> - - <td> - x - </td> - - <td> - y - </td> - - <td> - z - </td> - </tr> - - <tr> - <td> - { - </td> - - <td> - | - </td> - - <td> - } - </td> - - <td> - ~ - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - </tr> -</table> \ No newline at end of file diff --git a/test/_posts/2013-01-09-markup-text-alignment.md b/test/_posts/2013-01-09-markup-text-alignment.md deleted file mode 100644 index e6fd09b3071a..000000000000 --- a/test/_posts/2013-01-09-markup-text-alignment.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Markup: Text Alignment" -categories: - - Markup -tags: - - alignment - - content - - css - - markup ---- - -### Default - -This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. - -### Left Align - -This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment. -{: style="text-align: left;"} - -### Center Align - -This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes. -{: style="text-align: center;"} - -### Right Align - -This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss. -{: style="text-align: right;"} - -### Justify Align - -This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude. -{: style="text-align: justify;"} \ No newline at end of file diff --git a/test/_posts/2013-01-10-markup-image-alignment.md b/test/_posts/2013-01-10-markup-image-alignment.md deleted file mode 100644 index b92dab67b340..000000000000 --- a/test/_posts/2013-01-10-markup-image-alignment.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Markup: Image Alignment" -categories: - - Markup -tags: - - alignment - - captions - - content - - css - - image - - markup ---- - -Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. - -![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center} - -The image above happens to be **centered**. - -![image-left]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg) - -The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And just when you thought we were done, we're going to do them all over again with captions! - -<figure class="align-center"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg" alt=""> - <figcaption>Look at 580 x 300 getting some love.</figcaption> -</figure> - -The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky. - -<figure style="width: 150px" class="align-left"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg" alt=""> - <figcaption>Itty-bitty caption.</figcaption> -</figure> - -The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -<figure style="width: 1200px"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg" alt=""> - <figcaption>Massive image comment for your eyeballs.</figcaption> -</figure> - -The figure element above has an inline style of `width: 1200px` set which should break it outside of the normal content flow. - -<figure style="width: 300px" class="align-right"> - <img src="{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg" alt=""> - <figcaption>Feels good to be right all the time.</figcaption> -</figure> - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! diff --git a/test/_posts/2013-01-11-markup-html-tags-and-formatting.md b/test/_posts/2013-01-11-markup-html-tags-and-formatting.md deleted file mode 100644 index 1fdc6dbdcd75..000000000000 --- a/test/_posts/2013-01-11-markup-html-tags-and-formatting.md +++ /dev/null @@ -1,250 +0,0 @@ ---- -title: "Markup: HTML Tags and Formatting" -header: - teaser: "assets/images/markup-syntax-highlighting-teaser.jpg" -categories: - - Markup -tags: - - content - - css - - formatting - - html - - markup -toc: true -toc_sticky: true ---- - -A variety of common markup showing how the theme styles them. - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Forms - -<form> - <fieldset> - <legend>Personalia:</legend> - Name: <input type="text" size="30"><br> - Email: <input type="text" size="30"><br> - Date of birth: <input type="text" size="10"> - </fieldset> -</form> - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn--success">Success Button</a> -``` - -[Default Button](#){: .btn} -[Primary Button](#){: .btn .btn--primary} -[Success Button](#){: .btn .btn--success} -[Warning Button](#){: .btn .btn--warning} -[Danger Button](#){: .btn .btn--danger} -[Info Button](#){: .btn .btn--info} -[Inverse Button](#){: .btn .btn--inverse} -[Light Outline Button](#){: .btn .btn--light-outline} - -```markdown -[Default Button Text](#link){: .btn} -[Primary Button Text](#link){: .btn .btn--primary} -[Success Button Text](#link){: .btn .btn--success} -[Warning Button Text](#link){: .btn .btn--warning} -[Danger Button Text](#link){: .btn .btn--danger} -[Info Button Text](#link){: .btn .btn--info} -[Inverse Button](#link){: .btn .btn--inverse} -[Light Outline Button](#link){: .btn .btn--light-outline} -``` - -[X-Large Button](#){: .btn .btn--primary .btn--x-large} -[Large Button](#){: .btn .btn--primary .btn--large} -[Default Button](#){: .btn .btn--primary } -[Small Button](#){: .btn .btn--primary .btn--small} - -```markdown -[X-Large Button](#link){: .btn .btn--primary .btn--x-large} -[Large Button](#link){: .btn .btn--primary .btn--large} -[Default Button](#link){: .btn .btn--primary } -[Small Button](#link){: .btn .btn--primary .btn--small} -``` - -## Notices - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class. -{: .notice} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class. -{: .notice--primary} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class. -{: .notice--info} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class. -{: .notice--warning} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class. -{: .notice--success} - -**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class. -{: .notice--danger} - -## HTML Tags - -### Address Tag - -<address> - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States -</address> - -### Anchor Tag (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---<cite>Automattic</cite> - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you <strike>strikeout text</strike>. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote <ins>inserted</ins> text. - -### Keyboard Tag - -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -<pre> -.post-title { - margin: 0 0 5px; - font-weight: bold; - font-size: 38px; - line-height: 1.2; - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; -} -</pre> - -### Quote Tag - -<q>Developers, developers, developers…</q> –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up. - -### Variable Tag - -This allows you to denote <var>variables</var>. \ No newline at end of file diff --git a/test/_posts/2013-05-22-markup-more-images.md b/test/_posts/2013-05-22-markup-more-images.md deleted file mode 100644 index c6a855548609..000000000000 --- a/test/_posts/2013-05-22-markup-more-images.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: "Markup: Another Post with Images" -excerpt: "Examples and code for displaying images in posts." -header: - teaser: "http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg" -tags: - - sample post - - images - - test ---- - -Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption. - -### Figures (for images or video) - -#### One Up - -<figure> - <a href="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_b.jpg"><img src="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg"></a> - <figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption> -</figure> - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -#### Two Up - -Apply the `half` class like so to display two images side by side that share the same caption. - -```html -<figure class="half"> - <a href="/assets/images/image-filename-1-large.jpg"><img src="/assets/images/image-filename-1.jpg"></a> - <a href="/assets/images/image-filename-2-large.jpg"><img src="/assets/images/image-filename-2.jpg"></a> - <figcaption>Caption describing these two images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="half"> - <a href="http://placehold.it/1200x600.JPG"><img src="http://placehold.it/600x300.jpg"></a> - <a href="http://placehold.it/1200x600.jpeg"><img src="http://placehold.it/600x300.jpg"></a> - <figcaption>Two images.</figcaption> -</figure> - -#### Three Up - -Apply the `third` class like so to display three images side by side that share the same caption. - -```html -<figure class="third"> - <img src="/images/image-filename-1.jpg"> - <img src="/images/image-filename-2.jpg"> - <img src="/images/image-filename-3.jpg"> - <figcaption>Caption describing these three images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="third"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <figcaption>Three images.</figcaption> -</figure> diff --git a/test/_posts/2013-08-16-markup-syntax-highlighting.md b/test/_posts/2013-08-16-markup-syntax-highlighting.md deleted file mode 100644 index d18e7e1fd937..000000000000 --- a/test/_posts/2013-08-16-markup-syntax-highlighting.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: "Markup: Syntax Highlighting" -excerpt: "Post displaying the various ways of highlighting code in Markdown." -last_modified_at: 2018-01-03T09:45:06-05:00 -header: - teaser: "assets/images/markup-syntax-highlighting-teaser.jpg" -tags: - - code - - syntax highlighting -toc: true ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting> - -### GFM Code Blocks - -GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported. To modify styling and highlight colors edit `/_sass/syntax.scss`. - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -{% highlight scss %} -.highlight { - margin: 0; - padding: 1em; - font-family: $monospace; - font-size: $type-size-7; - line-height: 1.8; -} -{% endhighlight %} - -```html -{% raw %}<nav class="pagination" role="navigation"> - {% if page.previous %} - <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a> - {% endif %} - {% if page.next %} - <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a> - {% endif %} -</nav><!-- /.pagination -->{% endraw %} -``` - -```ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -``` - -### Code Blocks in Lists - -Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4. - -1. Do step 1. -2. Now do this: - - ```ruby - def print_hi(name) - puts "Hi, #{name}" - end - print_hi('Tom') - #=> prints 'Hi, Tom' to STDOUT. - ``` - -3. Now you can do this. - -### Jekyll Highlight Tag - -An example of a code blocking using Jekyll's [`{% raw %}{% highlight %}{% endraw %}` tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting). - -{% highlight javascript linenos %} -// 'gulp html' -- does nothing -// 'gulp html --prod' -- minifies and gzips HTML files for production -gulp.task('html', () => { - return gulp.src(paths.siteFolderName + paths.htmlPattern) - .pipe(when(argv.prod, htmlmin({ - removeComments: true, - collapseWhitespace: true, - collapseBooleanAttributes: false, - removeAttributeQuotes: false, - removeRedundantAttributes: false, - minifyJS: true, - minifyCSS: true - }))) - .pipe(when(argv.prod, size({title: 'optimized HTML'}))) - .pipe(when(argv.prod, gulp.dest(paths.siteFolderName))) - .pipe(when(argv.prod, gzip({append: true}))) - .pipe(when(argv.prod, size({ - title: 'gzipped HTML', - gzip: true - }))) - .pipe(when(argv.prod, gulp.dest(paths.siteFolderName))) -}); -{% endhighlight %} - -{% highlight wl linenos %} -Module[{}, - Sqrt[2] - 4 -] -{% endhighlight %} - -### GitHub Gist Embed - -An example of a Gist embed below. - -<script src="https://gist.github.com/mmistakes/77c68fbb07731a456805a7b473f47841.js"></script> \ No newline at end of file diff --git a/test/_posts/2016-02-24-welcome-to-jekyll.md b/test/_posts/2016-02-24-welcome-to-jekyll.md deleted file mode 100644 index bbfca0b9c9a6..000000000000 --- a/test/_posts/2016-02-24-welcome-to-jekyll.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Welcome to Jekyll!" -header: - teaser: "https://farm5.staticflickr.com/4076/4940499208_b79b77fb0a_z.jpg" -categories: - - Jekyll -tags: - - update ---- - -You'll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in [many different ways](https://jekyllrb.com/docs/usage/), but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts`[^posts] directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -[^posts]: Footnote test. - -Jekyll also offers powerful support for code snippets: - -```ruby -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -``` - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: http://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ \ No newline at end of file diff --git a/test/_posts/2017-01-23-layout-header-video.md b/test/_posts/2017-01-23-layout-header-video.md deleted file mode 100644 index f1aab7490ca8..000000000000 --- a/test/_posts/2017-01-23-layout-header-video.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "Layout: Header Video" -header: - video: - id: -PVofD2A9t8 - provider: youtube -categories: - - Layout - - Uncategorized -tags: - - video - - layout ---- - -This post should display a **header with a responsive video**, if the theme supports it. - -## Settings - -| Parameter | Required | Description | -|---------- |--------- | ----------- | -| `id` | **Required** | ID of the video | -| `provider` | **Required** | Hosting provider of the video, either `youtube` or `vimeo` | - -### YouTube - -To embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="-PVofD2A9t8" provider="youtube" %}{% endraw %} -``` - -{% include video id="-PVofD2A9t8" provider="youtube" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: -PVofD2A9t8 - provider: youtube -``` - -### Vimeo - -To embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: - -```liquid -{% raw %}{% include video id="212731897" provider="vimeo" %}{% endraw %} -``` - -{% include video id="212731897" provider="vimeo" %} - -To embed it as a video header you'd use the following YAML Front Matter - -```yaml -header: - video: - id: 212731897 - provider: vimeo -``` \ No newline at end of file diff --git a/test/_posts/2017-11-28-post-exclude-search.md b/test/_posts/2017-11-28-post-exclude-search.md deleted file mode 100644 index cb5b55d83735..000000000000 --- a/test/_posts/2017-11-28-post-exclude-search.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Exclude Post from Search Index" -search: false -categories: - - Jekyll -last_modified_at: 2018-02-19T08:05:34-05:00 ---- - -This post should not appear in the search index because it has the following YAML Front Matter: - -```yaml -search: false -``` - -**Note:** `search: false` only works to exclude posts when using **Lunr** as a search provider. -{: .notice--info} - -To exclude files when using **Algolia** as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html). - -```yaml -algolia: - # Exclude more files from indexing - files_to_exclude: - - index.html - - index.md - - excluded-file.html - - _posts/2017-11-28-post-exclude-search.md - - subdirectory/*.html -``` \ No newline at end of file diff --git a/test/_recipes/chocolate-chip-cookies.md b/test/_recipes/chocolate-chip-cookies.md deleted file mode 100644 index ddd52d783c7c..000000000000 --- a/test/_recipes/chocolate-chip-cookies.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Chocolate Chip Cookies" ---- - -A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. - -The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. - -This recipe makes 4 dozen cookies. - -## Ingredients - -* 2 1/4 cups all-purpose flour -* 1 teaspoon baking soda -* 1/2 teaspoon salt -* 1 cup butter, softened and cut to pieces -* 1 cup sugar -* 1 cup light brown sugar, packed -* 2 teaspoons vanilla extract -* 2 large eggs -* 2 cups semi-sweet chocolate chips -* 1/2 teaspoon nutmeg (optional) -* 1 cup chopped pecans or walnuts (optional) - -## Directions - -1. Preheat the oven to 350 F. -2. In a medium bowl, whisk flour with baking soda, nutmeg and salt. -3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated. -4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed. -5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling. \ No newline at end of file diff --git a/test/_recipes/oatmeal-cookies.md b/test/_recipes/oatmeal-cookies.md deleted file mode 100644 index 978ad4febd74..000000000000 --- a/test/_recipes/oatmeal-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Oatmeal Cookies" ---- - -Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. - -## Ingredients - -* 1 cup butter, softened 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs -* 1 teaspoon vanilla extract -* 2 cups all-purpose flour -* 1 teaspoon baking soda -* 1 teaspoon salt -* 1 1/2 teaspoons ground cinnamon -* 3 cups quick cooking oats - -## Directions - -1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour. -2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar. -3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. \ No newline at end of file diff --git a/test/_recipes/peanut-butter-cookies.md b/test/_recipes/peanut-butter-cookies.md deleted file mode 100644 index b5eaae81b81f..000000000000 --- a/test/_recipes/peanut-butter-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Peanut Butter Cookies" ---- - -A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. - -## Ingredients - -* 1 cup unsalted butter -* 1 cup crunchy peanut butter -* 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs 2 -* 1/2 cups all-purpose flour -* 1 teaspoon baking powder -* 1/2 teaspoon salt -* 1 1/2 teaspoons baking soda - -## Directions - -1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs. -2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour. -3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown. \ No newline at end of file diff --git a/test/assets/images/3953273590_704e3899d5_m.jpg b/test/assets/images/3953273590_704e3899d5_m.jpg deleted file mode 100644 index 50d2155aa8cf..000000000000 Binary files a/test/assets/images/3953273590_704e3899d5_m.jpg and /dev/null differ diff --git a/test/assets/images/500x300.png b/test/assets/images/500x300.png deleted file mode 100644 index f9fba928db78..000000000000 Binary files a/test/assets/images/500x300.png and /dev/null differ diff --git a/test/assets/images/apple-touch-icon.png b/test/assets/images/apple-touch-icon.png deleted file mode 100644 index 51f879190642..000000000000 Binary files a/test/assets/images/apple-touch-icon.png and /dev/null differ diff --git a/test/assets/images/bio-photo-2.jpg b/test/assets/images/bio-photo-2.jpg deleted file mode 100644 index a6f20359381f..000000000000 Binary files a/test/assets/images/bio-photo-2.jpg and /dev/null differ diff --git a/test/assets/images/bio-photo.jpg b/test/assets/images/bio-photo.jpg deleted file mode 100644 index 000845179832..000000000000 Binary files a/test/assets/images/bio-photo.jpg and /dev/null differ diff --git a/test/assets/images/facebook-share-example.jpg b/test/assets/images/facebook-share-example.jpg deleted file mode 100644 index dddff9e509b7..000000000000 Binary files a/test/assets/images/facebook-share-example.jpg and /dev/null differ diff --git a/test/assets/images/foo-bar-identity-th.jpg b/test/assets/images/foo-bar-identity-th.jpg deleted file mode 100644 index 49906ac64f28..000000000000 Binary files a/test/assets/images/foo-bar-identity-th.jpg and /dev/null differ diff --git a/test/assets/images/foo-bar-identity.jpg b/test/assets/images/foo-bar-identity.jpg deleted file mode 100644 index d946815a263e..000000000000 Binary files a/test/assets/images/foo-bar-identity.jpg and /dev/null differ diff --git a/test/assets/images/image-alignment-1200x4002.jpg b/test/assets/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 8e3137cbeb1d..000000000000 Binary files a/test/assets/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/test/assets/images/image-alignment-150x150.jpg b/test/assets/images/image-alignment-150x150.jpg deleted file mode 100644 index d3b0e483797d..000000000000 Binary files a/test/assets/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/test/assets/images/image-alignment-300x200.jpg b/test/assets/images/image-alignment-300x200.jpg deleted file mode 100644 index 3921878b2e09..000000000000 Binary files a/test/assets/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/test/assets/images/image-alignment-580x300.jpg b/test/assets/images/image-alignment-580x300.jpg deleted file mode 100644 index 75bf08e90a97..000000000000 Binary files a/test/assets/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/test/assets/images/markup-syntax-highlighting-teaser.jpg b/test/assets/images/markup-syntax-highlighting-teaser.jpg deleted file mode 100644 index 36cb1f9db594..000000000000 Binary files a/test/assets/images/markup-syntax-highlighting-teaser.jpg and /dev/null differ diff --git a/test/assets/images/mm-archive-grid-view-example.jpg b/test/assets/images/mm-archive-grid-view-example.jpg deleted file mode 100644 index 8dfc6d444e53..000000000000 Binary files a/test/assets/images/mm-archive-grid-view-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-author-profile-reddit-color.png b/test/assets/images/mm-author-profile-reddit-color.png deleted file mode 100644 index aeaa4e6c990d..000000000000 Binary files a/test/assets/images/mm-author-profile-reddit-color.png and /dev/null differ diff --git a/test/assets/images/mm-author-profile-reddit-gs.png b/test/assets/images/mm-author-profile-reddit-gs.png deleted file mode 100644 index 9d66d7b22c96..000000000000 Binary files a/test/assets/images/mm-author-profile-reddit-gs.png and /dev/null differ diff --git a/test/assets/images/mm-author-sidebar-example.jpg b/test/assets/images/mm-author-sidebar-example.jpg deleted file mode 100644 index ea0f8df072d2..000000000000 Binary files a/test/assets/images/mm-author-sidebar-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-breadcrumbs-example.jpg b/test/assets/images/mm-breadcrumbs-example.jpg deleted file mode 100644 index e865a482538f..000000000000 Binary files a/test/assets/images/mm-breadcrumbs-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-browser-mockups.png b/test/assets/images/mm-browser-mockups.png deleted file mode 100644 index 56a0a708e710..000000000000 Binary files a/test/assets/images/mm-browser-mockups.png and /dev/null differ diff --git a/test/assets/images/mm-bundle-install.gif b/test/assets/images/mm-bundle-install.gif deleted file mode 100644 index a6bcbc4282ed..000000000000 Binary files a/test/assets/images/mm-bundle-install.gif and /dev/null differ diff --git a/test/assets/images/mm-custom-sidebar-example.jpg b/test/assets/images/mm-custom-sidebar-example.jpg deleted file mode 100644 index 38e09e91ab58..000000000000 Binary files a/test/assets/images/mm-custom-sidebar-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-custom-sidebar-nav.jpg b/test/assets/images/mm-custom-sidebar-nav.jpg deleted file mode 100644 index 6d3b3e60f0f3..000000000000 Binary files a/test/assets/images/mm-custom-sidebar-nav.jpg and /dev/null differ diff --git a/test/assets/images/mm-customizable-feature.png b/test/assets/images/mm-customizable-feature.png deleted file mode 100644 index a28ab0d15c27..000000000000 Binary files a/test/assets/images/mm-customizable-feature.png and /dev/null differ diff --git a/test/assets/images/mm-free-feature.png b/test/assets/images/mm-free-feature.png deleted file mode 100644 index 630fef62c268..000000000000 Binary files a/test/assets/images/mm-free-feature.png and /dev/null differ diff --git a/test/assets/images/mm-gh-pages.gif b/test/assets/images/mm-gh-pages.gif deleted file mode 100644 index ae30c86c5b89..000000000000 Binary files a/test/assets/images/mm-gh-pages.gif and /dev/null differ diff --git a/test/assets/images/mm-github-copy-repo-url.jpg b/test/assets/images/mm-github-copy-repo-url.jpg deleted file mode 100644 index 0a62b5557f40..000000000000 Binary files a/test/assets/images/mm-github-copy-repo-url.jpg and /dev/null differ diff --git a/test/assets/images/mm-github-edit-config.gif b/test/assets/images/mm-github-edit-config.gif deleted file mode 100644 index a1768603aa75..000000000000 Binary files a/test/assets/images/mm-github-edit-config.gif and /dev/null differ diff --git a/test/assets/images/mm-header-overlay-black-filter.jpg b/test/assets/images/mm-header-overlay-black-filter.jpg deleted file mode 100644 index 9b96314e00cc..000000000000 Binary files a/test/assets/images/mm-header-overlay-black-filter.jpg and /dev/null differ diff --git a/test/assets/images/mm-header-overlay-red-filter.jpg b/test/assets/images/mm-header-overlay-red-filter.jpg deleted file mode 100644 index 82065d7e3cb2..000000000000 Binary files a/test/assets/images/mm-header-overlay-red-filter.jpg and /dev/null differ diff --git a/test/assets/images/mm-home-page-feature.jpg b/test/assets/images/mm-home-page-feature.jpg deleted file mode 100644 index 76c9d1d84b49..000000000000 Binary files a/test/assets/images/mm-home-page-feature.jpg and /dev/null differ diff --git a/test/assets/images/mm-home-post-pagination-example.jpg b/test/assets/images/mm-home-post-pagination-example.jpg deleted file mode 100644 index 9ed638672145..000000000000 Binary files a/test/assets/images/mm-home-post-pagination-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-layout-archive-taxonomy.png b/test/assets/images/mm-layout-archive-taxonomy.png deleted file mode 100644 index 99eae1cba6a1..000000000000 Binary files a/test/assets/images/mm-layout-archive-taxonomy.png and /dev/null differ diff --git a/test/assets/images/mm-layout-archive.png b/test/assets/images/mm-layout-archive.png deleted file mode 100644 index 7f20667998c3..000000000000 Binary files a/test/assets/images/mm-layout-archive.png and /dev/null differ diff --git a/test/assets/images/mm-layout-examples.png b/test/assets/images/mm-layout-examples.png deleted file mode 100644 index 88ef60fd6a56..000000000000 Binary files a/test/assets/images/mm-layout-examples.png and /dev/null differ diff --git a/test/assets/images/mm-layout-single-header.png b/test/assets/images/mm-layout-single-header.png deleted file mode 100644 index be9bdedc7eee..000000000000 Binary files a/test/assets/images/mm-layout-single-header.png and /dev/null differ diff --git a/test/assets/images/mm-layout-single-meta.png b/test/assets/images/mm-layout-single-meta.png deleted file mode 100644 index ef626e3d3ecf..000000000000 Binary files a/test/assets/images/mm-layout-single-meta.png and /dev/null differ diff --git a/test/assets/images/mm-layout-single.png b/test/assets/images/mm-layout-single.png deleted file mode 100644 index 2dacb9b60ed2..000000000000 Binary files a/test/assets/images/mm-layout-single.png and /dev/null differ diff --git a/test/assets/images/mm-layout-splash.png b/test/assets/images/mm-layout-splash.png deleted file mode 100644 index 49d51a1a646a..000000000000 Binary files a/test/assets/images/mm-layout-splash.png and /dev/null differ diff --git a/test/assets/images/mm-paragraph-indent-example.jpg b/test/assets/images/mm-paragraph-indent-example.jpg deleted file mode 100644 index a3a0e6a9aced..000000000000 Binary files a/test/assets/images/mm-paragraph-indent-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-portfolio-collection-example.jpg b/test/assets/images/mm-portfolio-collection-example.jpg deleted file mode 100644 index 4656d8ffc158..000000000000 Binary files a/test/assets/images/mm-portfolio-collection-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-priority-plus-masthead.gif b/test/assets/images/mm-priority-plus-masthead.gif deleted file mode 100644 index 85c73c47e6ab..000000000000 Binary files a/test/assets/images/mm-priority-plus-masthead.gif and /dev/null differ diff --git a/test/assets/images/mm-read-time-example.jpg b/test/assets/images/mm-read-time-example.jpg deleted file mode 100644 index ef4d5e12b09a..000000000000 Binary files a/test/assets/images/mm-read-time-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-responsive-feature.png b/test/assets/images/mm-responsive-feature.png deleted file mode 100644 index a0f8b40146f0..000000000000 Binary files a/test/assets/images/mm-responsive-feature.png and /dev/null differ diff --git a/test/assets/images/mm-single-header-example.jpg b/test/assets/images/mm-single-header-example.jpg deleted file mode 100644 index e2aa470ec8f4..000000000000 Binary files a/test/assets/images/mm-single-header-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-single-header-overlay-example.jpg b/test/assets/images/mm-single-header-overlay-example.jpg deleted file mode 100644 index cd253551fb9a..000000000000 Binary files a/test/assets/images/mm-single-header-overlay-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-single-header-overlay-fill-example.jpg b/test/assets/images/mm-single-header-overlay-fill-example.jpg deleted file mode 100644 index 009e2cdd68c5..000000000000 Binary files a/test/assets/images/mm-single-header-overlay-fill-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-social-share-links-default.png b/test/assets/images/mm-social-share-links-default.png deleted file mode 100644 index 75885e3514cb..000000000000 Binary files a/test/assets/images/mm-social-share-links-default.png and /dev/null differ diff --git a/test/assets/images/mm-social-share-links-reddit-color.png b/test/assets/images/mm-social-share-links-reddit-color.png deleted file mode 100644 index 2b6a420cfb79..000000000000 Binary files a/test/assets/images/mm-social-share-links-reddit-color.png and /dev/null differ diff --git a/test/assets/images/mm-social-share-links-reddit-gs.png b/test/assets/images/mm-social-share-links-reddit-gs.png deleted file mode 100644 index 5b6e883bbb90..000000000000 Binary files a/test/assets/images/mm-social-share-links-reddit-gs.png and /dev/null differ diff --git a/test/assets/images/mm-staticman-pr-webhook.jpg b/test/assets/images/mm-staticman-pr-webhook.jpg deleted file mode 100644 index 408d3a7d7556..000000000000 Binary files a/test/assets/images/mm-staticman-pr-webhook.jpg and /dev/null differ diff --git a/test/assets/images/mm-susy-grid-overlay.jpg b/test/assets/images/mm-susy-grid-overlay.jpg deleted file mode 100644 index 2c631a3ece41..000000000000 Binary files a/test/assets/images/mm-susy-grid-overlay.jpg and /dev/null differ diff --git a/test/assets/images/mm-teaser-images-example.jpg b/test/assets/images/mm-teaser-images-example.jpg deleted file mode 100644 index 25c08f4d07e6..000000000000 Binary files a/test/assets/images/mm-teaser-images-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-theme-fork-repo.png b/test/assets/images/mm-theme-fork-repo.png deleted file mode 100644 index c18dfb553a88..000000000000 Binary files a/test/assets/images/mm-theme-fork-repo.png and /dev/null differ diff --git a/test/assets/images/mm-theme-post-600.jpg b/test/assets/images/mm-theme-post-600.jpg deleted file mode 100644 index ffbc2b111c15..000000000000 Binary files a/test/assets/images/mm-theme-post-600.jpg and /dev/null differ diff --git a/test/assets/images/mm-theme-post-750.jpg b/test/assets/images/mm-theme-post-750.jpg deleted file mode 100644 index 4ab6157164de..000000000000 Binary files a/test/assets/images/mm-theme-post-750.jpg and /dev/null differ diff --git a/test/assets/images/mm-toc-helper-example.jpg b/test/assets/images/mm-toc-helper-example.jpg deleted file mode 100644 index d6e43e12b4af..000000000000 Binary files a/test/assets/images/mm-toc-helper-example.jpg and /dev/null differ diff --git a/test/assets/images/mm-twitter-card-summary-image.jpg b/test/assets/images/mm-twitter-card-summary-image.jpg deleted file mode 100644 index f59252a6fa0f..000000000000 Binary files a/test/assets/images/mm-twitter-card-summary-image.jpg and /dev/null differ diff --git a/test/assets/images/mm-twitter-card-summary-large.jpg b/test/assets/images/mm-twitter-card-summary-large.jpg deleted file mode 100644 index 9a2292b5ae26..000000000000 Binary files a/test/assets/images/mm-twitter-card-summary-large.jpg and /dev/null differ diff --git a/test/assets/images/mm-ui-text-labels.jpg b/test/assets/images/mm-ui-text-labels.jpg deleted file mode 100644 index 5b51ceb302d4..000000000000 Binary files a/test/assets/images/mm-ui-text-labels.jpg and /dev/null differ diff --git a/test/assets/images/page-header-image.png b/test/assets/images/page-header-image.png deleted file mode 100644 index e8c0c29525cb..000000000000 Binary files a/test/assets/images/page-header-image.png and /dev/null differ diff --git a/test/assets/images/page-header-og-image.png b/test/assets/images/page-header-og-image.png deleted file mode 100644 index 457e0000c8f4..000000000000 Binary files a/test/assets/images/page-header-og-image.png and /dev/null differ diff --git a/test/assets/images/page-header-overlay-image.png b/test/assets/images/page-header-overlay-image.png deleted file mode 100644 index a5d975344d34..000000000000 Binary files a/test/assets/images/page-header-overlay-image.png and /dev/null differ diff --git a/test/assets/images/page-header-teaser.png b/test/assets/images/page-header-teaser.png deleted file mode 100644 index 20988b5cd754..000000000000 Binary files a/test/assets/images/page-header-teaser.png and /dev/null differ diff --git a/test/assets/images/paragraph-indent.png b/test/assets/images/paragraph-indent.png deleted file mode 100644 index b4a2c4810c51..000000000000 Binary files a/test/assets/images/paragraph-indent.png and /dev/null differ diff --git a/test/assets/images/paragraph-no-indent.png b/test/assets/images/paragraph-no-indent.png deleted file mode 100644 index 3e0f9d26c41f..000000000000 Binary files a/test/assets/images/paragraph-no-indent.png and /dev/null differ diff --git a/test/assets/images/safari-pinned-tab.svg b/test/assets/images/safari-pinned-tab.svg deleted file mode 100644 index d517ee13d9c0..000000000000 --- a/test/assets/images/safari-pinned-tab.svg +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" - "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" - width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000" - preserveAspectRatio="xMidYMid meet"> -<metadata> -Created by potrace 1.11, written by Peter Selinger 2001-2013 -</metadata> -<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)" -fill="#000000" stroke="none"> -<path d="M0 2500 l0 -2500 2500 0 2500 0 0 2500 0 2500 -2500 0 -2500 0 0 --2500z m1294 1465 c51 -115 97 -219 102 -230 6 -13 10 63 12 213 l2 232 213 0 -212 0 194 -443 c248 -565 472 -1071 475 -1075 2 -1 33 64 69 145 36 82 97 218 -136 303 38 85 162 360 274 610 l205 455 201 3 201 2 2 -257 3 -258 64 145 c35 -80 83 186 106 236 24 50 46 101 50 113 6 21 9 21 208 19 l202 -3 3 -1382 2 --1383 -160 0 -160 0 0 1059 c0 675 4 1106 11 1186 10 120 7 171 -6 109 -20 --94 -78 -243 -194 -504 l-131 -294 0 -778 0 -778 -160 0 -160 0 -2 414 -3 413 --184 -414 -183 -414 -81 3 -81 3 -115 258 c-63 141 -117 257 -120 257 -6 0 --26 -43 -126 -270 -26 -58 -62 -138 -80 -177 l-34 -73 -78 0 -79 0 -183 412 -c-101 227 -188 417 -192 422 -5 6 -9 -178 -9 -412 l0 -422 -155 0 -155 0 0 -779 0 779 -41 89 c-185 399 -279 640 -279 712 0 11 -5 23 -11 27 -9 5 -10 -1 --4 -22 4 -16 10 -554 12 -1196 l4 -1168 -160 0 -161 0 0 1378 c0 758 3 1382 7 -1386 4 3 101 5 215 4 l209 -3 93 -210z m2936 -2980 l0 -155 -1730 0 -1730 0 0 -155 0 155 1730 0 1730 0 0 -155z"/> -<path d="M1718 3397 l4 -402 90 -205 c49 -113 137 -312 195 -444 58 -131 120 --279 138 -330 18 -50 37 -90 41 -89 5 1 25 47 46 103 21 56 54 139 73 185 l36 -83 -272 609 c-291 652 -298 668 -332 803 l-22 90 3 -403z"/> -<path d="M3280 3770 c0 -54 -90 -277 -343 -846 l-276 -622 53 -123 c29 -68 63 --154 76 -192 12 -37 26 -67 31 -67 4 0 13 17 20 38 25 79 111 286 204 492 54 -118 126 279 161 358 l64 142 0 243 c0 217 11 458 25 560 3 22 1 37 -5 37 -5 0 --10 -9 -10 -20z"/> -</g> -</svg> diff --git a/test/assets/images/unsplash-gallery-image-1-th.jpg b/test/assets/images/unsplash-gallery-image-1-th.jpg deleted file mode 100644 index 2ec826c8c20e..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-1-th.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-1.jpg b/test/assets/images/unsplash-gallery-image-1.jpg deleted file mode 100644 index 86a9f3d6f31b..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-1.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-2-th.jpg b/test/assets/images/unsplash-gallery-image-2-th.jpg deleted file mode 100644 index 995e788c6d18..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-2-th.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-2.jpg b/test/assets/images/unsplash-gallery-image-2.jpg deleted file mode 100644 index 394b5bfa2888..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-2.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-3-th.jpg b/test/assets/images/unsplash-gallery-image-3-th.jpg deleted file mode 100644 index d8ab595acaa1..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-3-th.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-3.jpg b/test/assets/images/unsplash-gallery-image-3.jpg deleted file mode 100644 index 3b7e99f8489e..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-3.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-4-th.jpg b/test/assets/images/unsplash-gallery-image-4-th.jpg deleted file mode 100644 index 8d4e05d7276f..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-4-th.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-gallery-image-4.jpg b/test/assets/images/unsplash-gallery-image-4.jpg deleted file mode 100644 index 872c08c412a9..000000000000 Binary files a/test/assets/images/unsplash-gallery-image-4.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-1.jpg b/test/assets/images/unsplash-image-1.jpg deleted file mode 100644 index 24be340b84ab..000000000000 Binary files a/test/assets/images/unsplash-image-1.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-10.jpg b/test/assets/images/unsplash-image-10.jpg deleted file mode 100644 index 92b4595a60b9..000000000000 Binary files a/test/assets/images/unsplash-image-10.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-11.jpg b/test/assets/images/unsplash-image-11.jpg deleted file mode 100644 index 4cfb7796b2e9..000000000000 Binary files a/test/assets/images/unsplash-image-11.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-2.jpg b/test/assets/images/unsplash-image-2.jpg deleted file mode 100644 index 9097a2103885..000000000000 Binary files a/test/assets/images/unsplash-image-2.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-3.jpg b/test/assets/images/unsplash-image-3.jpg deleted file mode 100644 index 750e9ab2fe58..000000000000 Binary files a/test/assets/images/unsplash-image-3.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-4.jpg b/test/assets/images/unsplash-image-4.jpg deleted file mode 100644 index e8eb28ba92ef..000000000000 Binary files a/test/assets/images/unsplash-image-4.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-5.jpg b/test/assets/images/unsplash-image-5.jpg deleted file mode 100644 index 5fa64fc230c2..000000000000 Binary files a/test/assets/images/unsplash-image-5.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-6.jpg b/test/assets/images/unsplash-image-6.jpg deleted file mode 100644 index 808412eb5bd0..000000000000 Binary files a/test/assets/images/unsplash-image-6.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-7.jpg b/test/assets/images/unsplash-image-7.jpg deleted file mode 100644 index beb5272516b0..000000000000 Binary files a/test/assets/images/unsplash-image-7.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-8.jpg b/test/assets/images/unsplash-image-8.jpg deleted file mode 100644 index 66d254c57667..000000000000 Binary files a/test/assets/images/unsplash-image-8.jpg and /dev/null differ diff --git a/test/assets/images/unsplash-image-9.jpg b/test/assets/images/unsplash-image-9.jpg deleted file mode 100644 index cc826a0546fc..000000000000 Binary files a/test/assets/images/unsplash-image-9.jpg and /dev/null differ diff --git a/test/index.html b/test/index.html deleted file mode 100644 index 98d8242ce999..000000000000 --- a/test/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: home -author_profile: true ---- - -<p>This text should appear above the recent posts.</p>