diff --git a/Gemfile.lock b/Gemfile.lock index bf67db060..7d0b68801 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM execjs coffee-script-source (1.10.0) colorator (1.1.0) - ethon (0.9.0) + ethon (0.9.1) ffi (>= 1.3.0) execjs (2.7.0) faraday (0.9.2) @@ -22,7 +22,7 @@ GEM ffi (1.9.14-x64-mingw32) forwardable-extended (2.6.0) gemoji (2.1.0) - github-pages (94) + github-pages (96) activesupport (= 4.2.7) github-pages-health-check (= 1.2.0) jekyll (= 3.2.1) @@ -41,7 +41,7 @@ GEM liquid (= 3.0.6) listen (= 3.0.6) mercenary (~> 0.3) - minima (= 1.0.1) + minima (= 1.2.0) rouge (= 1.11.1) terminal-table (~> 1.4) github-pages-health-check (1.2.0) @@ -99,8 +99,8 @@ GEM rb-inotify (>= 0.9.7) mercenary (0.3.6) mini_portile2 (2.1.0) - minima (1.0.1) - minitest (5.9.0) + minima (1.2.0) + minitest (5.9.1) multipart-post (2.0.0) net-dns (0.8.0) nokogiri (1.6.8) @@ -124,15 +124,14 @@ GEM sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10) - terminal-table (1.7.0) - unicode-display_width (~> 1.1) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) thread_safe (0.3.5) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) unicode-display_width (1.1.1) - wdm (0.1.1) PLATFORMS ruby @@ -140,7 +139,6 @@ PLATFORMS DEPENDENCIES github-pages - wdm (>= 0.1.0) BUNDLED WITH 1.13.1 diff --git a/_config.yaml b/_config.yaml index dba824d0c..230c626f1 100644 --- a/_config.yaml +++ b/_config.yaml @@ -5,6 +5,8 @@ baseurl: /mRemoteNG repository: mRemoteNG/mRemoteNG exclude: [README.md, Gemfile, Gemfile.lock] permalink: pretty +paginate: 5 +paginate_path: /posts/:num/ defaults: - diff --git a/_data/authors.yaml b/_data/authors.yaml new file mode 100644 index 000000000..39a14097e --- /dev/null +++ b/_data/authors.yaml @@ -0,0 +1,7 @@ +dmsparer: + name: David Sparer + github: sparerd + +rmcardle: + name: Riley McArdle + github: rmcardle diff --git a/_includes/navigation.html b/_includes/navigation.html index 01cf673c1..dbc7270b1 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -14,7 +14,7 @@