diff --git a/Gemfile b/Gemfile index 515633a..030ef6a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,7 @@ gem 'github-pages', group: :jekyll_plugins # to publich without github page #gem "jekyll" + +gem "json", "~> 2.2" + +gem "bigdecimal", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index ba4e045..2ec2664 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) + bigdecimal (1.4.4) coffee-script (2.4.1) coffee-script-source execjs @@ -191,6 +192,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (~> 3.0) + json (2.2.0) kramdown (1.17.0) liquid (4.0.0) listen (3.1.5) @@ -242,7 +244,9 @@ PLATFORMS ruby DEPENDENCIES + bigdecimal (~> 1.4) github-pages + json (~> 2.2) BUNDLED WITH 2.0.1 diff --git a/_config.yml b/_config.yml index 20a683e..08cfecf 100644 --- a/_config.yml +++ b/_config.yml @@ -6,22 +6,25 @@ output: web topnav_title: Jekyll Documentation Theme # this appears on the top navigation bar next to the home button -site_title: Jekyll theme for documentation +site_title: HPCE test of Jekyll theme for documentation # this appears in the html browser tab for the site title (seen mostly by search engines, not users) -company_name: Your company +company_name: LSM/HPC and Emerging Technologies Group # this appears in the footer -github_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/ +github_editme_path: +# github_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/ # 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. # gitlab_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/ # if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. -disqus_shortname: idratherbewriting +disqus_shortname: +#disqus_shortname: idratherbewriting # if you're using disqus for comments, add the shortname here. if not, leave this value blank. -google_analytics: UA-66296557-1 +google_analytics: +#google_analytics: UA-66296557-1 # if you have google-analytics ID, put it in. if not, edit this value to blank. host: 127.0.0.1 @@ -38,7 +41,8 @@ exclude: feedback_subject_line: Jekyll documentation theme -feedback_email: tomjoht@gmail.com +feedback_email: merlin-admins@lists.psi.ch +# feedback_email: tomjoht@gmail.com # used as a contact email for the Feedback link in the top navigation bar # feedback_disable: true @@ -114,6 +118,7 @@ description: "Intended as a documentation theme based on Jekyll for technical wr # needed for sitemap.xml file only # url: http://idratherbewriting.com # baseurl: /documentation-theme-jekyll - +url: "https://lsm-hpce.gitpages.psi.ch" +baseurl: /documentation-theme-jekyll github: [metadata]