From c6cab12740e7d27f582401b83e126d40432b9db2 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 8 May 2018 16:24:28 +0200 Subject: [PATCH] First modifications --- _config.yml | 25 +++---------------------- _includes/head.html | 16 ---------------- package.json | 17 ++++++----------- 3 files changed, 9 insertions(+), 49 deletions(-) diff --git a/_config.yml b/_config.yml index 25dd6a6..069e145 100755 --- a/_config.yml +++ b/_config.yml @@ -1,30 +1,11 @@ # Site settings -title: Antonio Trento, theme Jeky New Age, the start Bootstrap themplate build for jekyll -email: -description: A jekyll template for landing pages, portfolio and blogging +title: About Comunic +email: contact@communiquons.org +description: Website about Comunic. baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty) url: "https://jekynewage.github.io" # the base hostname & protocol for your site -#Google Ad Words Data from scripts code (using Google responsive options) and ad client -data-ad-slot: 2973388149 -data-ad-client: ca-pub-9204963049240271 -google_ad_client: ca-pub-9204963049240271 - -google_analytics: "UA-86331249-1" -addthis_id: ra-5644da281510c62f -disqus_account: jeky-new-age - -# Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io -social: - - title: twitter - url: https://twitter.com/lantoniotrento - - title: facebook - url: https://facebook.com/lantoniotrento - - title: google-plus - url: https://plus.google.com/+AntoniotrentoIt - #- title: github - # url: http://github.com/jekyll # Build settings markdown: kramdown diff --git a/_includes/head.html b/_includes/head.html index cd892ad..eaaadba 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -32,21 +32,5 @@ - - - {% if site.google_ad_client %} - - - {% endif %} - - {% if site.addthis_id %} - - - {% endif %} diff --git a/package.json b/package.json index 84b2f49..e53430c 100755 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { - "name": "new-age", - "title": "New Age", - "version": "3.3.7", - "homepage": "http://startbootstrap.com/template-overviews/new-age", - "author": "Start Bootstrap", + "name": "about-comunic", + "title": "About Comunic", + "version": "0.0.1", + "homepage": "https://about.communiquons.org/", + "author": "Pierre HUBERT", "license": { - "type": "MIT", - "url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE" + "type": "MIT" }, "devDependencies": { "bootstrap": "^3.3.7", @@ -20,10 +19,6 @@ "gulp-uglify": "^1.5.4", "jquery": "^1.11.3" }, - "repository": { - "type": "git", - "url": "https://github.com/BlackrockDigital/startbootstrap-new-age.git" - }, "dependencies": { "simple-line-icons": "^2.3.2" }