jekyll-paginate-v2 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +41 -43
  3. data/Rakefile +2 -2
  4. data/jekyll-paginate-v2.gemspec +3 -1
  5. data/lib/jekyll-paginate-v2.rb +12 -8
  6. data/lib/jekyll-paginate-v2/autopages/autoTagPages.rb +66 -0
  7. data/lib/jekyll-paginate-v2/autopages/defaults.rb +26 -0
  8. data/lib/jekyll-paginate-v2/autopages/utils.rb +21 -0
  9. data/lib/jekyll-paginate-v2/{compatibilityUtils.rb → generator/compatibilityUtils.rb} +4 -2
  10. data/lib/jekyll-paginate-v2/{defaults.rb → generator/defaults.rb} +3 -2
  11. data/lib/jekyll-paginate-v2/{paginationGenerator.rb → generator/paginationGenerator.rb} +14 -9
  12. data/lib/jekyll-paginate-v2/generator/paginationIndexer.rb +93 -0
  13. data/lib/jekyll-paginate-v2/{paginationModel.rb → generator/paginationModel.rb} +99 -120
  14. data/lib/jekyll-paginate-v2/{paginationPage.rb → generator/paginationPage.rb} +1 -1
  15. data/lib/jekyll-paginate-v2/{paginator.rb → generator/paginator.rb} +1 -1
  16. data/lib/jekyll-paginate-v2/{utils.rb → generator/utils.rb} +11 -4
  17. data/lib/jekyll-paginate-v2/version.rb +4 -4
  18. data/spec/{defaults_spec.rb → generator/defaults_spec.rb} +5 -3
  19. data/spec/generator/paginationPage_spec.rb +12 -0
  20. data/spec/{paginator_spec.rb → generator/paginator_spec.rb} +21 -18
  21. data/spec/generator/utils_spec.rb +90 -0
  22. data/spec/spec_helper.rb +8 -30
  23. metadata +41 -87
  24. data/examples/01-typicalblog/Gemfile +0 -28
  25. data/examples/01-typicalblog/README.md +0 -91
  26. data/examples/01-typicalblog/_config.yml +0 -51
  27. data/examples/01-typicalblog/_includes/header.html +0 -31
  28. data/examples/01-typicalblog/_layouts/home.html +0 -52
  29. data/examples/01-typicalblog/_posts/2016-11-20-geography-of-minneapolis.md +0 -29
  30. data/examples/01-typicalblog/_posts/2016-11-21-sailing-summer-olympics-1988.md +0 -15
  31. data/examples/01-typicalblog/_posts/2016-11-22-rotary-engine.md +0 -27
  32. data/examples/01-typicalblog/_posts/2016-11-23-luft-fahrzeug-gesellschaft.md +0 -27
  33. data/examples/01-typicalblog/_posts/2016-11-24-narcisse-snake-pits.md +0 -18
  34. data/examples/01-typicalblog/_posts/2016-11-25-tele7jours.md +0 -43
  35. data/examples/01-typicalblog/_posts/2016-11-26-columbia-river.md +0 -41
  36. data/examples/01-typicalblog/_posts/2016-11-27-welcome-to-jekyll-paginate-v2.md +0 -33
  37. data/examples/01-typicalblog/about.md +0 -15
  38. data/examples/01-typicalblog/index.html +0 -8
  39. data/examples/02-category/Gemfile +0 -28
  40. data/examples/02-category/README.md +0 -119
  41. data/examples/02-category/_config.yml +0 -47
  42. data/examples/02-category/_includes/header.html +0 -31
  43. data/examples/02-category/_layouts/home.html +0 -52
  44. data/examples/02-category/_posts/2016-10-27-welcome-to-jekyll-paginate-v2.md +0 -32
  45. data/examples/02-category/about.md +0 -15
  46. data/examples/02-category/cars/_posts/2016-10-18-Porsche-918-Spyder.md +0 -13
  47. data/examples/02-category/cars/_posts/2016-10-19-Porsche-964.md +0 -12
  48. data/examples/02-category/cars/_posts/2016-10-20-porsche-911-gt3.md +0 -13
  49. data/examples/02-category/cars/_posts/2016-10-21-porsche-911.md +0 -13
  50. data/examples/02-category/cars/_posts/2016-10-22-porsche-962.md +0 -18
  51. data/examples/02-category/cars/_posts/2016-10-23-Toyota-GT-One.md +0 -20
  52. data/examples/02-category/cars/_posts/2016-10-24-Mercedes-Benz-CLK-GTR.md +0 -40
  53. data/examples/02-category/cars/_posts/2016-10-25-rolls-royce-silver-ghost.md +0 -31
  54. data/examples/02-category/categories/byname.md +0 -11
  55. data/examples/02-category/categories/porsche.md +0 -10
  56. data/examples/02-category/index.md +0 -13
  57. data/examples/02-category/toyota/index.md +0 -7
  58. data/examples/03-tags/Gemfile +0 -28
  59. data/examples/03-tags/README.md +0 -67
  60. data/examples/03-tags/_biography/all/born-to-run.md +0 -26
  61. data/examples/03-tags/_biography/all/forty-autumns.md +0 -26
  62. data/examples/03-tags/_biography/all/life-in-questions-a.md +0 -27
  63. data/examples/03-tags/_biography/all/not-dead-yet.md +0 -24
  64. data/examples/03-tags/_biography/all/princess-diarist-the.md +0 -26
  65. data/examples/03-tags/_biography/all/when-breath-becomes-air.md +0 -24
  66. data/examples/03-tags/_biography/biography-musicians.md +0 -13
  67. data/examples/03-tags/_biography/index.md +0 -12
  68. data/examples/03-tags/_config.yml +0 -57
  69. data/examples/03-tags/_fantasy/all/harry-potter-deathly-hallows.md +0 -24
  70. data/examples/03-tags/_fantasy/all/harry-potter-philosophers-stone.md +0 -24
  71. data/examples/03-tags/_fantasy/all/mistborn-trilogy.md +0 -24
  72. data/examples/03-tags/_fantasy/all/ready-player-one.md +0 -24
  73. data/examples/03-tags/_fantasy/all/sword-of-destiny.md +0 -24
  74. data/examples/03-tags/_fantasy/all/terry-pratchet-diary-2017.md +0 -24
  75. data/examples/03-tags/_includes/header.html +0 -31
  76. data/examples/03-tags/_layouts/home.html +0 -51
  77. data/examples/03-tags/_layouts/post.html +0 -20
  78. data/examples/03-tags/_romance/all/breath-of-snow-and-ashes-a.md +0 -25
  79. data/examples/03-tags/_romance/all/dressmaker-the.md +0 -24
  80. data/examples/03-tags/_romance/all/fiery-cross-the.md +0 -26
  81. data/examples/03-tags/_romance/all/it-ends-with-us.md +0 -28
  82. data/examples/03-tags/_romance/all/outlander-novel.md +0 -34
  83. data/examples/03-tags/_romance/all/virgins-outlander-short-story.md +0 -26
  84. data/examples/03-tags/_romance/romance-historical.md +0 -14
  85. data/examples/03-tags/blog/_posts/2016-09-30-welcome-to-jekyll-paginate-v2.md +0 -32
  86. data/examples/03-tags/byisbn.md +0 -14
  87. data/examples/03-tags/index.md +0 -19
  88. data/examples/03-tags/tags/contemporary.md +0 -11
  89. data/examples/03-tags/tags/fantasy.md +0 -13
  90. data/examples/03-tags/tags/sci-fi.md +0 -16
  91. data/examples/README.md +0 -23
  92. data/examples/img/01-example-screenshot-main.png +0 -0
  93. data/examples/img/02-example-screenshot-main.png +0 -0
  94. data/examples/img/03-example-screenshot-main.png +0 -0
  95. data/spec/utils_spec.rb +0 -65
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: Harry Potter and the Deathly Hallows
4
- date: 2016-10-27 19:16:49 +0100
5
- author: J. K. Rowling
6
- book:
7
- cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
8
- format: paperback
9
- pages: 640
10
- publisher: Bloomsbury Publishing PLC
11
- ISBN10: 1408855712
12
- ISBN13: 9781408855713
13
- rank: 797
14
- price:
15
- usd: 10.66
16
- eur: 10.07
17
- tags: Fantasy, Magic
18
- ---
19
-
20
- As he climbs into the sidecar of Hagrid's motorbike and takes to the skies, leaving Privet Drive for the last time, Harry Potter knows that Lord Voldemort and the Death Eaters are not far behind. The protective charm that has kept Harry safe until now is now broken, but he cannot keep hiding.
21
-
22
- The Dark Lord is breathing fear into everything Harry loves, and to stop him Harry will have to find and destroy the remaining Horcruxes. The final battle must begin - Harry must stand and face his enemy. These new editions of the classic and internationally bestselling, multi-award-winning series feature instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal, to bring Harry Potter to the next generation of readers.
23
-
24
- It's time to PASS THE MAGIC ON ...
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: "Harry Potter and the Philosopher's Stone"
4
- date: 2016-10-27 19:16:49 +0100
5
- author: "J. K. Rowling"
6
- book:
7
- cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
8
- format: hardback
9
- pages: 256
10
- publisher: Bloomsbury Publishing PLC
11
- ISBN10: 1408845644
12
- ISBN13: 9781408845646
13
- rank: 39
14
- price:
15
- usd: 40.21
16
- eur: 37.99
17
- tags: Fantasy, Magic
18
- ---
19
-
20
- Prepare to be spellbound by Jim Kay's dazzling depiction of the wizarding world and much loved characters in this full-colour illustrated hardback edition of the nation's favourite children's book - Harry Potter and the Philosopher's Stone.
21
-
22
- Brimming with rich detail and humour that perfectly complements J.K. Rowling's timeless classic, Jim Kay's glorious illustrations will captivate fans and new readers alike. When a letter arrives for unhappy but ordinary Harry Potter, a decade-old secret is revealed to him that apparently he's the last to know. His parents were wizards, killed by a Dark Lord's curse when Harry was just a baby, and which he somehow survived. Leaving his unsympathetic aunt and uncle for Hogwarts School of Witchcraft and Wizardry, Harry stumbles upon a sinister mystery when he finds a three-headed dog guarding a room on the third floor. Then he hears of a missing stone with astonishing powers, which could be valuable, dangerous - or both.
23
-
24
- An incredible adventure is about to begin!
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: "Mistborn Trilogy : The Final Empire, the Well of Ascension, the Hero of Ages"
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Brandon Sanderson
6
- book:
7
- cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
8
- format: paperback
9
- pages: 2500
10
- publisher: Orion Publishing Co
11
- ISBN10: 147321369X
12
- ISBN13: 9781473213692
13
- rank: 731
14
- price:
15
- usd: 26.92
16
- eur: 25.43
17
- tags: Fantasy, Magic, Heroes
18
- ---
19
-
20
- A boxed set of the landmark fantasy from Brandon Sanderson, the man credited with breathing fresh life into Robert Jordan's WHEEL OF TIME.
21
-
22
- An epic fantasy set in a world where the Dark Lord has gained dominion over the world. A world of ash and pain. A world subjugated. But a world where magic can be drawn from metals. A world waiting for a new heroine, a new hope.
23
-
24
- A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy have now become a massive hit in the UK, introducing readers to the work of one of the genre's great talents. A master of world building, sweeping plots, believable characters and engrossing magic systems.
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: Ready Player One
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Ernest Cline
6
- book:
7
- cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
8
- format: paperback
9
- pages: 384
10
- publisher: Cornerstone
11
- ISBN10: 0099560437
12
- ISBN13: 9780099560432
13
- rank: 142
14
- price:
15
- usd: 8.12
16
- eur: 7.67
17
- tags: Contemporary,Fiction,Thrillers,Adventure,Science Fiction
18
- ---
19
-
20
- It's the year 2044, and the real world has become an ugly place. We're out of oil. We've wrecked the climate. Famine, poverty, and disease are widespread.
21
-
22
- Like most of humanity, Wade Watts escapes this depressing reality by spending his waking hours jacked into the OASIS, a sprawling virtual utopia where you can be anything you want to be, where you can live and play and fall in love on any of ten thousand planets. And like most of humanity, Wade is obsessed by the ultimate lottery ticket that lies concealed within this alternate reality: OASIS founder James Halliday, who dies with no heir, has promised that control of the OASIS - and his massive fortune - will go to the person who can solve the riddles he has left scattered throughout his creation.
23
-
24
- For years, millions have struggled fruitlessly to attain this prize, knowing only that the riddles are based in the culture of the late twentieth century. And then Wade stumbles onto the key to the first puzzle. Suddenly, he finds himself pitted against thousands of competitors in a desperate race to claim the ultimate prize, a chase that soon takes on terrifying real-world dimensions - and that will leave both Wade and his world profoundly changed.
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: Sword of Destiny
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Andrzej Sapkowski
6
- book:
7
- cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
8
- format: paperback
9
- pages: 400
10
- publisher: Orion Publishing Co
11
- ISBN10: 1473211549
12
- ISBN13: 9781473211544
13
- rank: 1305
14
- price:
15
- usd: 11.72
16
- eur: 11.07
17
- tags: Fantasy, Knights
18
- ---
19
-
20
- Geralt is a witcher, a man whose magic powers, enhanced by long training and a mysterious elixir, have made him a brilliant fighter and a merciless assassin. Yet he is no ordinary murderer: his targets are the multifarious monsters and vile fiends that ravage the land and attack the innocent.
21
-
22
- He roams the country seeking assignments, but gradually comes to realise that while some of his quarry are unremittingly vile, vicious grotesques, others are the victims of sin, evil or simple naivety.
23
-
24
- In this collection of short stories, following the adventures of the hit collection THE LAST WISH, join Geralt as he battles monsters, demons and prejudices alike ...
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: The Terry Pratchett Diary 2017
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Terry Pratchett
6
- book:
7
- cover: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
8
- format: hardback
9
- pages: 128
10
- publisher: Orion Publishing Co
11
- ISBN10: 1473208335
12
- ISBN13: 9781473208339
13
- rank: 4576
14
- price:
15
- usd: 22.19
16
- eur: 20.97
17
- tags: Fantasy, Humor
18
- ---
19
-
20
- Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his life and works, we've given over the 2017 Discworld Diary - which will be a perennial diary - to remembrances and tributes from some of those who knew and loved him and his extraordinary body of work.
21
-
22
- Contributors include Neil Gaiman, A S Byatt, Terry Pratchett's literary agent Colin Smythe, co-author of the Long Earth books Stephen Baxter, famed bookseller Rog Peyton, and many more.
23
-
24
- With an introduction from his daughter Rhianna Pratchett and an afterword from longtime friend and colleague Rob Wilkins.
@@ -1,31 +0,0 @@
1
- <header class="site-header" role="banner">
2
-
3
- <div class="wrapper">
4
-
5
- <a class="site-title" href="{{ "/" | relative_url}}">{{ site.title | escape }}</a>
6
-
7
- <nav class="site-nav">
8
- <span class="menu-icon">
9
- <svg viewBox="0 0 18 15" width="18px" height="15px">
10
- <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
11
- <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
12
- <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
13
- </svg>
14
- </span>
15
-
16
- <div class="trigger">
17
- {% for my_page in site.pages %}
18
- <!--
19
- my_page.autogen is populated by the pagination logic for all pages
20
- that are automatically created by the gem. Check for non-existence to exclude pagination pages from site.pages iterators
21
- -->
22
- {% if my_page.title and my_page.autogen == nil %}
23
- <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
24
- {% endif %}
25
- {% endfor %}
26
- </div>
27
- </nav>
28
-
29
- </div>
30
-
31
- </header>
@@ -1,51 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
- <!-- Just some nice to have styles for the pager buttons -->
5
- <style>
6
- ul.pager { text-align: center; list-style: none; }
7
- ul.pager li {display: inline;border: 1px solid black; padding: 10px; margin: 5px;}
8
- </style>
9
-
10
- <div class="home">
11
-
12
- <h1 class="page-heading">Posts</h1>
13
-
14
- {{ content | markdownify }}
15
-
16
- <ul class="post-list">
17
- <!--
18
- Here is the main paginator logic called.
19
- All calls to site.posts should be replaced by paginator.posts
20
- -->
21
- {% for post in paginator.posts %}
22
- <li>
23
- <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}{% if post.book.rank %} | Rank: {{ post.book.rank }}{% endif %}{% if post.collection %} | {{ post.collection }}{% endif %}{% if post.tags %}<br>Tags: {{ post.tags }}{% endif %}</span>
24
- <h2>
25
- <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
26
- </h2>
27
- </li>
28
- {% endfor %}
29
- </ul>
30
-
31
- <!--
32
- Showing buttons to move to the next and to the previous list of posts (pager buttons).
33
- -->
34
- {% if paginator.total_pages > 1 %}
35
- <ul class="pager">
36
- {% if paginator.previous_page %}
37
- <li class="previous">
38
- <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&larr; Newer Posts</a>
39
- </li>
40
- {% endif %}
41
- {% if paginator.next_page %}
42
- <li class="next">
43
- <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts &rarr;</a>
44
- </li>
45
- {% endif %}
46
- </ul>
47
- {% endif %}
48
-
49
- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
50
-
51
- </div>
@@ -1,20 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
- <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
5
-
6
- <header class="post-header">
7
- <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
8
- <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}
9
- {% if page.book.rank %} • Rank: {{ page.book.rank }}{% endif %}{% if page.collection %}<br>Collection: {{ page.collection }}{% endif %}{% if page.tags %}<br>Tags: {{ page.tags }}{% endif %}</p>
10
- </header>
11
-
12
- <div class="post-content" itemprop="articleBody">
13
- <img width="200" hspace="10" src="{{ page.book.cover }}" style="float:right"/>
14
- {{ content | markdownify }}
15
- </div>
16
-
17
- {% if site.disqus.shortname %}
18
- {% include disqus_comments.html %}
19
- {% endif %}
20
- </article>
@@ -1,25 +0,0 @@
1
- ---
2
- layout: post
3
- title: A Breath of Snow and Ashes
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Diana Gabaldon
6
- book:
7
- cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
8
- format: paperback
9
- pages: 1438
10
- publisher: Random House USA Inc
11
- ISBN10: 0440225809
12
- ISBN13: 9780440225805
13
- rank: 844
14
- price:
15
- usd: 10.35
16
- eur: 9.78
17
- tags: Historical,Fantasy, Romance, Science, Fiction
18
- ---
19
-
20
- Eagerly anticipated by her legions of fans, this sixth novel in Diana Gabaldon s bestselling Outlander saga is a masterpiece of historical fiction from one of the most popular authors of our time.
21
-
22
- Since the initial publication of Outlander fifteen years ago, Diana Gabaldon s "New York Times" bestselling saga has won the hearts of readers the world over and sold more than twelve million books. Now, A Breath of Snow and Ashes continues the extraordinary story of 18th-century Scotsman Jamie Fraser and his 20th-century wife, Claire.
23
- The year is 1772, and on the eve of the American Revolution, the long fuse of rebellion has already been lit. Men lie dead in the streets of Boston, and in the backwoods of North Carolina, isolated cabins burn in the forest. With chaos brewing, the governor calls upon Jamie Fraser to unite the backcountry and safeguard the colony for King and Crown.
24
-
25
- But from his wife Jamie knows that three years hence the shot heard round the world will be fired, and the result will be independence with those loyal to the King either dead or in exile. And there is also the matter of a tiny clipping from "The Wilmington Gazette," dated 1776, which reports Jamie s death, along with his kin. For once, he hopes, his time-traveling family may be wrong about the future. "From the Hardcover edition.""
@@ -1,24 +0,0 @@
1
- ---
2
- layout: post
3
- title: The Dressmaker
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Rosalie Ham
6
- book:
7
- cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
8
- format: paperback
9
- pages: 320
10
- publisher: Profile Books Ltd
11
- ISBN10: 1846689945
12
- ISBN13: 9781846689949
13
- rank: 80
14
- price:
15
- usd: 10.44
16
- eur: 9.86
17
- tags: Contemporary, Fiction, Romance,Historical
18
- ---
19
-
20
- Tilly Dunnage left her hometown of Dungatar in rural Australia under a black cloud of accusation. Years later Tilly, now a couturier for the Paris fashion houses, returns home to make amends with her mentally unstable mother.
21
-
22
- Mid-century Dungatar is a small town, and small towns have long memories. At first she wins over the suspicious locals with her extraordinary dressmaking skills. But when the eccentric townsfolk turn on Tilly for a second time, she decides to teach them a lesson and exact long-overdue revenge...
23
-
24
- Packed with memorable characters, acid humour and luscious clothes, The Dressmaker is an irresistible gothic tale of small-town revenge.
@@ -1,26 +0,0 @@
1
- ---
2
- layout: post
3
- title: The Fiery Cross
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Diana Gabaldon
6
- book:
7
- cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
8
- format: paperback
9
- pages: 1443
10
- publisher: Random House USA Inc
11
- ISBN10: 0440221668
12
- ISBN13: 9780440221661
13
- rank: 820
14
- price:
15
- usd: 10.86
16
- eur: 10.26
17
- tags: Historical, Fantasy, Romance, Fiction
18
- ---
19
-
20
- Crossing the boundaries of genre with its unrivalled storytelling, Diana Gabaldon s new novel is a gift both to her millions of loyal fans and to the lucky readers who have yet to discover her.
21
-
22
- In the ten years since her extraordinary debut novel, Outlander, was published, beloved author Diana Gabaldon has entertained scores of readers with her heart-stirring stories and remarkable characters. The four volumes of her bestselling saga, featuring eighteenth-century Scotsman James Fraser and his twentieth-century, time-travelling wife, Claire Randall, boasts nearly 5 million copies in the U.S.
23
-
24
- The story of Outlander begins just after the Second World War, when a British field nurse named Claire Randall walks through a cleft stone in the Scottish highlands and is transported back some two hundred years to 1743. Here, now, is The Fiery Cross, the eagerly awaited fifth volume in this remarkable, award-winning series of historical novels. The year is 1771, and war is approaching. Jamie Fraser s wife has told him so.
25
-
26
- Little as he wishes to, he must believe it, for hers is a gift of dreadful prophecy a time-traveller s certain knowledge. To break his oath to the Crown will brand him a traitor; to keep it is certain doom. Jamie Fraser stands in the shadow of the fiery cross a standard that leads nowhere but to the bloody brink of war.
@@ -1,28 +0,0 @@
1
- ---
2
- layout: post
3
- title: It Ends with Us
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Colleen Hoover
6
- book:
7
- cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
8
- format: paperback
9
- pages: 384
10
- publisher: Simon and Schuster Ltd
11
- ISBN10: 1471156265
12
- ISBN13: 9781471156267
13
- rank: 355
14
- price:
15
- usd: 10.51
16
- eur: 9.93
17
- tags: Tragic, Romance
18
- ---
19
-
20
- SOMETIMES THE ONE WHO LOVES YOU IS THE ONE WHO HURTS YOU THE MOST.
21
-
22
- Lily hasn't always had it easy, but that's never stopped her from working hard for the life she wants. She's come a long way from the small town in Maine where she grew up - she graduated from college, moved to Boston, and started her own business.
23
-
24
- So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid, everything in Lily's life suddenly seems almost too good to be true. Ryle is assertive, stubborn, maybe even a little arrogant. He's also sensitive, brilliant, and has a total soft spot for Lily, but Ryle's complete aversion to relationships is disturbing.
25
-
26
- As questions about her new relationship overwhelm her, so do thoughts of Atlas Corrigan - her first love and a link to the past she left behind. He was her kindred spirit, her protector. When Atlas suddenly reappears, everything Lily has built with Ryle is threatened.
27
-
28
- With this bold and deeply personal novel, Colleen Hoover delivers a heart-wrenching story that breaks exciting new ground for her as a writer. It Ends With Us is an unforgettable tale of love that comes at the ultimate price.
@@ -1,34 +0,0 @@
1
- ---
2
- layout: post
3
- title: Outlander
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Diana Gabaldon
6
- book:
7
- cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
8
- format: paperback
9
- pages: 850
10
- publisher: Bantam Doubleday Dell Publishing Group Inc
11
- ISBN10: 0440212561
12
- ISBN13: 9780440212560
13
- rank: 297
14
- price:
15
- usd: 9.20
16
- eur: 8.69
17
- tags: Contemporary,Fiction,Fantasy,Romance,Historical
18
- ---
19
-
20
- Claire Randall is leading a double life. She has a husband in one century, and a lover in another...
21
-
22
- In 1945, Claire Randall, a former combat nurse, is back from the war and reunited with her husband on a second honeymoon--when she innocently touches aboulder in one of the ancient stone circles that dot the British Isles. Suddenly she is a Sassenach--an "outlander"--in a Scotland torn by war and raiding border clans in the year of our Lord...1743.
23
-
24
- Hurled back in time by forces she cannot understand, Claire's destiny in soon inextricably intertwined with Clan MacKenzie and the forbidden Castle Leoch. She is catapulted without warning into the intrigues of lairds and spies that may threaten her life ...and shatter her heart.
25
-
26
- For here, James Fraser, a gallant young Scots warrior, shows her a passion so fierce and a love so absolute that Claire becomes a woman torn between fidelity and desire...and between two vastly different men in two irreconcilable lives.
27
-
28
- ---
29
-
30
- "Absorbing and heartwarming...lavishly evokes the land and lore of Scotland." "--Publishers Weekly"
31
-
32
- "Stunning!" "--Los Angeles Daily News"
33
-
34
- "It is a large canvas that Gabaldon paints, filled with strong passions and derring-do. Strong willed and sensual, Claire is an engaging modern heroine plopped down in a simpler, more primitive time.... Great fun ...marvelous and fantastic adventures, romance, sex ...perfect escape reading!" "--San Francisco Chronicle"
@@ -1,26 +0,0 @@
1
- ---
2
- layout: post
3
- title: "Virgins: An Outlander Short Story"
4
- date: 2016-10-27 19:16:49 +0100
5
- author: Diana Gabaldon
6
- book:
7
- cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
8
- format: hardback
9
- pages: 256
10
- publisher: Cornerstone
11
- ISBN10: 1780896611
12
- ISBN13: 9781780896618
13
- rank: 701
14
- price:
15
- usd: 13.04
16
- eur: 12.32
17
- tags: Historical, Adventure, Romance
18
- ---
19
-
20
- FIND OUT WHAT HAPPENED BEFORE JAMIE MET CLAIRE IN THIS BRILLIANT NEW OUTLANDER SHORT STORY.
21
-
22
- 1740: Young Jamie Fraser has left Scotland and, with his best friend Ian Murray, is running with a band of mercenaries in France.
23
-
24
- Both men have good reason not to go back to their homeland: both are nursing wounds, and despite their best efforts to remedy the situation, both are still virgins. So when a Jewish doctor hires them to escort his granddaughter to Paris, they readily agree. Both men are instantly drawn to the beautiful young lady.
25
-
26
- What neither know is that their lives and their friendships are about to become infinitely more complicated - and a lot more dangerous...
@@ -1,14 +0,0 @@
1
- ---
2
- layout: home
3
- title: Historical Romance
4
- pagination:
5
- enabled: true
6
- collection: romance
7
- tag: historical, fiction
8
- per_page: 2
9
- permalink: /:num/
10
- sort_field: 'book:rank'
11
- sort_reverse: false
12
- ---
13
-
14
- All books in category _romance_ that are also tagged with _historical_ and _fiction_