You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by ad...@apache.org on 2019/08/29 16:04:20 UTC

[incubator-rya-site] 02/02: updated Gemfile to add jekyll Closes #8 from adinancr/removeunsecurehashes

This is an automated email from the ASF dual-hosted git repository.

adina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git

commit 96584b1e3f2f1d80c680367ecb05a33feaa565fc
Author: adina <AD...@USNA.EDU>
AuthorDate: Wed Aug 28 13:02:55 2019 -0400

    updated Gemfile to add jekyll
    Closes #8 from adinancr/removeunsecurehashes
---
 content/Gemfile     | 1 +
 content/_config.yml | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/Gemfile b/content/Gemfile
index 93aba54..0c2b258 100644
--- a/content/Gemfile
+++ b/content/Gemfile
@@ -18,4 +18,5 @@ gem 'github-pages'
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'
 gem 'jekyll-liquify'
+gem 'jekyll'
 # End Gemfile
diff --git a/content/_config.yml b/content/_config.yml
index 2e69e82..6ee3b32 100644
--- a/content/_config.yml
+++ b/content/_config.yml
@@ -17,18 +17,17 @@ markdown: kramdown
 permalink: /news/:year/:month/:day/:title/
 excerpt_separator: ""
 
-repository: https://git-wip-us.apache.org/repos/asf/incubator-rya-site
+repository: https://github.com/apache/incubator-rya-site.git
 destination: target
 exclude: [README.md,Gemfile*,vendor]
 keep_files: [".git", ".svn", "apidocs"]
 
 # The base path where the website is deployed
 baseurl: /
-# baseurl: /Users/cs/adina/ryawebsite/target/
 
 url: http://rya.apache.org
 
-gems:
-  - jekyll-liquify
+plugins:
+ - jekyll-liquify
 # End _config.yml