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 @@