diff --git a/.gitignore b/.gitignore index 9263a1ed6517..6cefa5402251 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site .DS_Store +Thumbs.db \ No newline at end of file diff --git a/_config.yml b/_config.yml index d1720de90224..b4ab1445fe5e 100644 --- a/_config.yml +++ b/_config.yml @@ -4,11 +4,11 @@ description: Insert tagline here permalink: /themes/:title/ -pygments: true +highlighter: pygments paginate: 10 markdown: rdiscount rdiscount: extensions: ['smart'] -exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile'] \ No newline at end of file +exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile'] diff --git a/_posts/2015-01-14-travelogue.markdown b/_posts/2015-01-14-travelogue.markdown new file mode 100644 index 000000000000..d01c01d4528f --- /dev/null +++ b/_posts/2015-01-14-travelogue.markdown @@ -0,0 +1,18 @@ +--- +layout: post +title: "Travelogue" +date: 2015-01-14 +homepage: https://github.com/SalGnt/Travelogue +download: https://github.com/SalGnt/Travelogue/archive/master.zip +demo: http://salgnt.github.io/Travelogue/ +author: Salvatore Gentile +thumbnail: travelogue.png +license: The MIT License (MIT) +license_link: https://github.com/SalGnt/Travelogue/blob/master/LICENSE +--- + +Travelogue is a minimal, single-column [Jekyll](http://jekyllrb.com/) theme that provides an immersive read experience for your readers. + +* Minimal design; +* Responsive and mobile friendly; +* Integrated slideshow activated on page scroll. \ No newline at end of file diff --git a/thumbnails/Thumbs.db b/thumbnails/Thumbs.db deleted file mode 100644 index 23bfc144c8f7..000000000000 Binary files a/thumbnails/Thumbs.db and /dev/null differ diff --git a/thumbnails/travelogue.png b/thumbnails/travelogue.png new file mode 100644 index 000000000000..cf2ee5cfe6b5 Binary files /dev/null and b/thumbnails/travelogue.png differ