First modifications

This commit is contained in:
Pierre 2018-05-08 16:24:28 +02:00
parent 1bbd6504e9
commit c6cab12740
3 changed files with 9 additions and 49 deletions

View File

@ -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

View File

@ -32,21 +32,5 @@
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google ADS mobile block -->
{% if site.google_ad_client %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "{{ site.google_ad_client }}",
enable_page_level_ads: true
});
</script>
{% endif %}
{% if site.addthis_id %}
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ site.addthis_id }}"></script>
{% endif %}
</head>

View File

@ -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"
}