From 0f454bd527056eef107990f555cb356813059f62 Mon Sep 17 00:00:00 2001 From: mose Date: Sun, 13 Aug 2017 17:21:41 +0800 Subject: [PATCH] tiny config adjustments --- _config.yml | 6 +----- _devconfig.yml | 4 ---- _includes/sidebar.html | 4 ---- _layouts/default.html | 2 +- 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/_config.yml b/_config.yml index e3b455f..4147715 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ permalink: /blog/:year/:month/:day/:title/ relative_permalinks: false # Setup -title: foo +title: Les Crapeuds Fous #tagline: 'foo's website description: Foo's blog... url: https://shelleycavaness.github.io/wildtoad/ @@ -96,7 +96,3 @@ disqus_shortname: foo # Analytics and webmaster tools stuff goes here #google_analytics: xyz123abc -#### For dummy website only - remove if you wish #### -github_repo: https://github.com/dyndna/lanyon-plus -version: 1.1.0 -## END ## diff --git a/_devconfig.yml b/_devconfig.yml index 99aa90f..16e4745 100644 --- a/_devconfig.yml +++ b/_devconfig.yml @@ -96,7 +96,3 @@ disqus_shortname: foo # Analytics and webmaster tools stuff goes here #google_analytics: xyz123abc -#### For dummy website only - remove if you wish #### -github_repo: https://github.com/dyndna/lanyon-plus -version: 1.1.0 -## END ## diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 99ea1c9..c9fee77 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -36,10 +36,6 @@ {% endif %} {% endfor %} - {% if site.version %} - lanyon-plus project - Download v{{ site.version }} - {% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html index 9bac2e4..b509066 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ Credits: {{ site.url }}/disclosure --> {% include head.html %} - + {% include sidebar.html %}