From a98a96307fd4d0e251960ce971ec3abb070b40e4 Mon Sep 17 00:00:00 2001 From: JosephAllen Date: Wed, 7 Sep 2016 18:48:38 -0400 Subject: [PATCH] Updated Config --- _config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 31b42f8c03..b53eaae8ae 100644 --- a/_config.yml +++ b/_config.yml @@ -2,19 +2,19 @@ output: web # this property is useful for conditional filtering of content that is separate from the PDF. -topnav_title: Jekyll Documentation Theme +topnav_title: PMD # this appears on the top navigation bar next to the home button -site_title: Jekyll theme for documentation +site_title: PMD Source Code Analyzer # this appears in the html browser tab for the site title (seen mostly by search engines, not users) -company_name: Your company +company_name: PMD # this appears in the footer -github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/pages/ +github_editme_path: # if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. -disqus_shortname: idrbwjekyll +disqus_shortname: # if you're using disqus for comments, add the shortname here. if not, leave this value blank. host: 127.0.0.1 @@ -28,9 +28,9 @@ exclude: - .gitignore # these are the files and directories that jekyll will exclude from the build -feedback_subject_line: Jekyll documentation theme +feedback_subject_line: PMD Source Code Analyzer -feedback_email: tomjohnson1492@gmail.com +feedback_email: # used as a contact email for the Feedback link in the top navigation bar # feedback_disable: true