Repository: mahout Updated Branches: refs/heads/master 9fe4aadc7 -> 8a7bd9156
[WEBSITE] Updating Front Site Config Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/8a7bd915 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/8a7bd915 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/8a7bd915 Branch: refs/heads/master Commit: 8a7bd9156880f3f12509c64cda62ac389cbb4f7d Parents: 9fe4aad Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Wed Nov 29 18:22:33 2017 -0600 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Wed Nov 29 18:22:33 2017 -0600 ---------------------------------------------------------------------- website/oldsite/_config.yml | 63 ++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/8a7bd915/website/oldsite/_config.yml ---------------------------------------------------------------------- diff --git a/website/oldsite/_config.yml b/website/oldsite/_config.yml index a11e614..fd2003f 100644 --- a/website/oldsite/_config.yml +++ b/website/oldsite/_config.yml @@ -3,13 +3,8 @@ permalink: /:categories/:year/:month/:day/:title exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] -highlighter: rouge -markdown: kramdown +highlighter: pygments - -# Themes are encouraged to use these universal variables -# so be sure to set them if your theme uses them. -# title : Apache Mahout tagline: Distributed Linear Algebra author : @@ -83,39 +78,39 @@ JB : # Set 'provider' to the comment provider you want to use. # Set 'provider' to false to turn commenting off globally. # - comments : - provider : disqus - disqus : - short_name : jekyllbootstrap - livefyre : - site_id : 123 - intensedebate : - account : 123abc - facebook : - appid : 123 - num_posts: 5 - width: 580 - colorscheme: light - duoshuo : - short_name : jekyllbootstrap +# comments : +# provider : disqus +# disqus : +# short_name : jekyllbootstrap +# livefyre : +# site_id : 123 +# intensedebate : +# account : 123abc +# facebook : +# appid : 123 +# num_posts: 5 +# width: 580 +# colorscheme: light +# duoshuo : +# short_name : jekyllbootstrap # Settings for analytics helper # Set 'provider' to the analytics provider you want to use. # Set 'provider' to false to turn analytics off globally. # - analytics : - provider : google - gauges : - site_id : 'SITE ID' - google : - tracking_id : 'UA-123-12' - getclicky : - site_id : - mixpanel : - token : '_MIXPANEL_TOKEN_' - piwik : - baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol) - idsite : '1' # the id of the site on Piwik +# analytics : +# provider : google +# gauges : +# site_id : 'SITE ID' +# google : +# tracking_id : 'UA-123-12' +# getclicky : +# site_id : +# mixpanel : +# token : '_MIXPANEL_TOKEN_' +# piwik : +# baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol) +# idsite : '1' # the id of the site on Piwik # Settings for sharing helper. # Sharing is for things like tweet, plusone, like, reddit buttons etc.
