From 5033fb6fdb952bd936fa7343cd8696b13c3ca7d4 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Fri, 6 May 2016 00:50:41 -0400 Subject: [PATCH 01/13] Update README.md Fix grammatical error: "its", not "it's" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26fe63f0534..279acdc7aea 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ title: About ### Sticky sidebar content -By default Hyde ships with a sidebar that affixes it's content to the bottom of the sidebar. You can optionally disable this by removing the `.sidebar-sticky` class from the sidebar's `.container`. Sidebar content will then normally flow from top to bottom. +By default Hyde ships with a sidebar that affixes its content to the bottom of the sidebar. You can optionally disable this by removing the `.sidebar-sticky` class from the sidebar's `.container`. Sidebar content will then normally flow from top to bottom. ```html From cb40f0461a4ff18dd1970e4cacf4ade72021330f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:25:18 -0700 Subject: [PATCH 02/13] Update _config.yml --- _config.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..9fa0e27970c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,18 +1,11 @@ -# Dependencies -markdown: redcarpet -highlighter: pygments - -# Permalinks -permalink: pretty -relative_permalinks: true - # Setup title: Hyde tagline: 'A Jekyll theme' -description: 'A brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. Made by @mdo.' -url: http://hyde.getpoole.com -baseurl: / +description: 'A brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. Made by @mdo.' +url: https://hyde.getpoole.com +baseurl: '' +# About and contact author: name: 'Mark Otto' url: https://twitter.com/mdo @@ -21,6 +14,3 @@ paginate: 5 # Custom vars version: 2.1.0 - -github: - repo: https://github.com/poole/hyde From fe6fabf0a0586095aeb51da7022237d45f03b2d4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:36:55 -0700 Subject: [PATCH 03/13] Update head to remove comments and use absolute url filter --- _includes/head.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index e2b070e242a..e2e4553c6b4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,9 +1,6 @@ - - - @@ -14,16 +11,13 @@ {% endif %} - - - - + + + - - - + + - - - + + \ No newline at end of file From fce119875695c57f500bed536fcb3fa918722603 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:37:56 -0700 Subject: [PATCH 04/13] Bump version to v3 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9fa0e27970c..9859f8e1761 100644 --- a/_config.yml +++ b/_config.yml @@ -13,4 +13,4 @@ author: paginate: 5 # Custom vars -version: 2.1.0 +version: 3.0.0 From 193fc321a7324e82f6ee0ef1a580f45df9bcead6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:39:23 -0700 Subject: [PATCH 05/13] Update about.md --- about.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/about.md b/about.md index 9b2605bb4ce..dc1e9da4c2c 100644 --- a/about.md +++ b/about.md @@ -11,8 +11,8 @@ In the novel, *The Strange Case of Dr. Jeykll and Mr. Hyde*, Mr. Poole is Dr. Je There are currently two themes built on Poole: -* [Hyde](http://hyde.getpoole.com) -* [Lanyon](http://lanyon.getpoole.com) +* [Hyde](https://hyde.getpoole.com) +* [Lanyon](https://lanyon.getpoole.com) Learn more and contribute on [GitHub](https://github.com/poole). @@ -20,10 +20,9 @@ Learn more and contribute on [GitHub](https://github.com/poole). Some fun facts about the setup of this project include: -* Built for [Jekyll](http://jekyllrb.com) +* Built for [Jekyll](https://jekyllrb.com) * Developed on GitHub and hosted for free on [GitHub Pages](https://pages.github.com) -* Coded with [Sublime Text 2](http://sublimetext.com), an amazing code editor -* Designed and developed while listening to music like [Blood Bros Trilogy](https://soundcloud.com/maddecent/sets/blood-bros-series) +* Coded with [Atom](https://atom.io) Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/poole/issues/new) or [ask me on Twitter](https://twitter.com/mdo). From 8e0a48cb35148de5b7e4eb3fbdfa09f37126da91 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:47:41 -0700 Subject: [PATCH 06/13] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 10c58cf685c..fd68528f868 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _gh_pages _site .ruby-version +.jekyll-cache # Numerous always-ignore extensions *.diff From 88c1bbaf51f183d92cb7d7c5018483420bffbcc4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 21:50:52 -0700 Subject: [PATCH 07/13] Change 404 to Markdown --- 404.html | 10 ---------- 404.md | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 404.html create mode 100644 404.md diff --git a/404.html b/404.html deleted file mode 100644 index 9703ba819b7..00000000000 --- a/404.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -title: "404: Page not found" -permalink: 404.html ---- - -
-

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

-
diff --git a/404.md b/404.md new file mode 100644 index 00000000000..a8a831d4fa7 --- /dev/null +++ b/404.md @@ -0,0 +1,8 @@ +— +layout: default +title: “404: Page not found” +permalink: 404.html +— + +# 404: Page not found +Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. [Head back home]({{ site.url }}) to try finding it again. From 53fb9405b172a4ee7612d20e5c466625698d32b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 22:14:32 -0700 Subject: [PATCH 08/13] Update urls on index loop --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 743a0808990..732d9f1754f 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ {% for post in paginator.posts %}

- + {{ post.title }}

@@ -21,17 +21,17 @@

\ No newline at end of file +

From ae6586b8c59d5b65a5c3d958023d47a359773b16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 22:20:49 -0700 Subject: [PATCH 09/13] Rename posts to bring them into 2020, tweak a few things --- ...{2012-02-06-whats-jekyll.md => 2020-04-01-whats-jekyll.md} | 2 +- ...02-07-example-content.md => 2020-04-02-example-content.md} | 0 ...-28-introducing-hyde.md => 2020-04-04-introducing-hyde.md} | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename _posts/{2012-02-06-whats-jekyll.md => 2020-04-01-whats-jekyll.md} (68%) rename _posts/{2012-02-07-example-content.md => 2020-04-02-example-content.md} (100%) rename _posts/{2013-12-28-introducing-hyde.md => 2020-04-04-introducing-hyde.md} (79%) diff --git a/_posts/2012-02-06-whats-jekyll.md b/_posts/2020-04-01-whats-jekyll.md similarity index 68% rename from _posts/2012-02-06-whats-jekyll.md rename to _posts/2020-04-01-whats-jekyll.md index a6d28b59212..e6087be42a2 100644 --- a/_posts/2012-02-06-whats-jekyll.md +++ b/_posts/2020-04-01-whats-jekyll.md @@ -3,7 +3,7 @@ layout: post title: What's Jekyll? --- -[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): +[Jekyll](https://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): > Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub. diff --git a/_posts/2012-02-07-example-content.md b/_posts/2020-04-02-example-content.md similarity index 100% rename from _posts/2012-02-07-example-content.md rename to _posts/2020-04-02-example-content.md diff --git a/_posts/2013-12-28-introducing-hyde.md b/_posts/2020-04-04-introducing-hyde.md similarity index 79% rename from _posts/2013-12-28-introducing-hyde.md rename to _posts/2020-04-04-introducing-hyde.md index 98e8a0c446d..d7d5909f8d1 100644 --- a/_posts/2013-12-28-introducing-hyde.md +++ b/_posts/2020-04-04-introducing-hyde.md @@ -3,7 +3,7 @@ layout: post title: Introducing Hyde --- -Hyde is a brazen two-column [Jekyll](http://jekyllrb.com) theme that pairs a prominent sidebar with uncomplicated content. It's based on [Poole](http://getpoole.com), the Jekyll butler. +Hyde is a brazen two-column [Jekyll](https://jekyllrb.com) theme that pairs a prominent sidebar with uncomplicated content. It's based on [Poole](https://getpoole.com), the Jekyll butler. ### Built on Poole @@ -32,6 +32,6 @@ Hyde is by preference a forward-thinking project. In addition to the latest vers ### Download -Hyde is developed on and hosted with GitHub. Head to the GitHub repository for downloads, bug reports, and features requests. +Hyde is developed on and hosted with GitHub. Head to the [GitHub repository](https://github.com/poole/hyde) for downloads, bug reports, and features requests. Thanks! From 1984431baaea79760deebfe77abf0435747804df Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 22:21:29 -0700 Subject: [PATCH 10/13] no need up uppercase that --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index c99f6e636a2..b197563deff 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,4 +1,4 @@ - + {% include head.html %} From efcb49418f8a78834922e9729c217dee70e7538f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 22:30:09 -0700 Subject: [PATCH 11/13] fix url and a size check --- _layouts/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2a6c7c1d9d3..1ef21753918 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,13 +8,14 @@

{{ page.title }}

{{ content }} +{% if site.related_posts.size >= 1 %} +{% endif %} From 47a87ec1a9ed42b15ec7f3e0ada6233184b9e4b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Apr 2020 22:33:58 -0700 Subject: [PATCH 12/13] Update urls --- _includes/sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 586f47b2d74..e4f4e2b4817 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -10,7 +10,7 @@