From 586f4d752996ee55623ad5d3a9c48c80f722bbc3 Mon Sep 17 00:00:00 2001 From: George Shakhnazaryan Date: Sat, 16 Apr 2016 14:42:37 -0500 Subject: [PATCH] Fix typo in configuration docs. --- _docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 44e1bae1..5c9c11ff 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -58,7 +58,7 @@ The base hostname and protocol for your site. If you're hosting with GitHub Page **Note:** It's important to remember that when testing locally you need to change the `site.url`. Ideally you'd use [multiple config files](https://mademistakes.com/articles/using-jekyll-2016/#environments-and-configurations) with `bundle exec jekyll serve --config _config.yml,_config.dev.yml` to apply development overrides. Simply commenting out the line works as well `# url: "http://mmistakes.github.io"`. Just remember to uncomment it before pushing or else you'll have broken assets and links all over the place! {: .notice--warning} -**ProTip:** GitHub serves pages over `http://` and `https://` so to take advantage of that go protocol-less like so `url: "//github.io.mmistakes"`. Mre info on serving your GitHub Pages hosted site over https can be [found here](https://konklone.com/post/github-pages-now-sorta-supports-https-so-use-it). +**ProTip:** GitHub serves pages over `http://` and `https://` so to take advantage of that go protocol-less like so `url: "//github.io.mmistakes"`. More info on serving your GitHub Pages hosted site over https can be [found here](https://konklone.com/post/github-pages-now-sorta-supports-https-so-use-it). {: .notice--info} ### Site Base URL