diff --git a/.gitignore b/.gitignore index cbe15e23..f807eb43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .bundle .DS_Store .sass-cache +Gemfile.lock public vendor _site diff --git a/_config.yml b/_config.yml index f4e743eb..baa45da9 100644 --- a/_config.yml +++ b/_config.yml @@ -2,14 +2,19 @@ url: http://rubysec.com title: RubySec subtitle: Providing security resources for the Ruby community author: RubySec -simple_search: http://google.com/search +simple_search: https://www.google.com/search description: Advisory database of security vulnerabilities found in Ruby projects exclude: - - ruby-advisory-db - - vendor + - _advisories + - Gemfile + - Gemfile.lock - Rakefile - README.md + - vendor + +gems: + - octopress-filters subscribe_rss: /atom.xml email: rubysec-announce@googlegroups.com @@ -17,7 +22,7 @@ email: rubysec-announce@googlegroups.com permalink: /advisories/:title/ category_dir: advisories/categories markdown: rdiscount -pygments: true +highlighter: pygments paginate: 10 # Posts per page on the blog index pagination_dir: advisories # Directory base for pagination URLs eg. /blog/page/2/ diff --git a/_includes/after_footer.html b/_includes/after_footer.html index 636ed5e0..af3d0cad 100644 --- a/_includes/after_footer.html +++ b/_includes/after_footer.html @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/_includes/article.html b/_includes/article.html index 56ac2d39..26ee7d9c 100644 --- a/_includes/article.html +++ b/_includes/article.html @@ -21,35 +21,5 @@

{% if site.titlecase %}{{ page.title | titlecase }}{% el {% endif %} {% else %} - {% if page.wordpress_id %} -
- - -
- {% endif %} -
{{ content }}
- - {% if page.wordpress_id %} - - - {% endif %} {% endif %} diff --git a/_includes/header.html b/_includes/header.html index f425b383..eb882805 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,7 +7,7 @@ {% endif %}   {% if site.twitter_user %} - On Twitter + On Twitter {% endif %} diff --git a/_includes/navigation.html b/_includes/navigation.html index 3fbf1128..f48e8e89 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -14,7 +14,7 @@ {% if site.simple_search %} diff --git a/_includes/post/sharing.html b/_includes/post/sharing.html index 91139f81..f37d41f2 100644 --- a/_includes/post/sharing.html +++ b/_includes/post/sharing.html @@ -1,4 +1,4 @@

- +
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 6f1829cd..57fe6763 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,7 +1,7 @@ {% unless page.sidebar == false %}