mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-12-25 13:08:58 +00:00
First modifications
This commit is contained in:
parent
1bbd6504e9
commit
c6cab12740
25
_config.yml
25
_config.yml
@ -1,30 +1,11 @@
|
|||||||
# Site settings
|
# Site settings
|
||||||
title: Antonio Trento, theme Jeky New Age, the start Bootstrap themplate build for jekyll
|
title: About Comunic
|
||||||
email:
|
email: contact@communiquons.org
|
||||||
description: A jekyll template for landing pages, portfolio and blogging
|
description: Website about Comunic.
|
||||||
|
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
|
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
|
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
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -33,20 +33,4 @@
|
|||||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![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>
|
</head>
|
||||||
|
17
package.json
17
package.json
@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "new-age",
|
"name": "about-comunic",
|
||||||
"title": "New Age",
|
"title": "About Comunic",
|
||||||
"version": "3.3.7",
|
"version": "0.0.1",
|
||||||
"homepage": "http://startbootstrap.com/template-overviews/new-age",
|
"homepage": "https://about.communiquons.org/",
|
||||||
"author": "Start Bootstrap",
|
"author": "Pierre HUBERT",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "MIT",
|
"type": "MIT"
|
||||||
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap": "^3.3.7",
|
"bootstrap": "^3.3.7",
|
||||||
@ -20,10 +19,6 @@
|
|||||||
"gulp-uglify": "^1.5.4",
|
"gulp-uglify": "^1.5.4",
|
||||||
"jquery": "^1.11.3"
|
"jquery": "^1.11.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/BlackrockDigital/startbootstrap-new-age.git"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"simple-line-icons": "^2.3.2"
|
"simple-line-icons": "^2.3.2"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user