Skip to content

Commit

Permalink
Merge pull request #9 from alexandre-touret/feature/custom_footer_seo
Browse files Browse the repository at this point in the history
Add SEO, includeslicense, social infos
  • Loading branch information
alexandre-touret authored Dec 1, 2021
2 parents 37c2cba + 6b92c7c commit 27ed552
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ group :jekyll_plugins do
gem "jekyll-include-cache"
gem "jekyll-algolia"
end

## Custom
gem 'jekyll-seo-tag'
19 changes: 16 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
title: blog.touret.info
email:
description: >- # this means to ignore newlines until "baseurl:"
Mon blog personnel. J'y expose mes derniers travaux , ma veille technologique sur le développement spring, le cloud et les logiciels libres. J'abord également les derniers talks que j'ai pu réaliser.
Mon blog personnel. J'y expose mes derniers travaux et ma veille technologique. Au menu en vrac: Java, Kotlin, Maven, Docker, Cloud, Kubernetes, logiciels libres, Debian, Ubuntu, Gnu/Linux, des talks online et présentiels.
twitter_username: touret_alex
github_username: alexandre-touret
minimal_mistakes_skin: default
Expand Down Expand Up @@ -54,11 +54,12 @@ plugins:
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-seo-tag

author:
name : "Alexandre Touret"
avatar : "/assets/images/bouletmaton1.jpg "
bio : "Architecte logiciel et développeur (senior pour les deux)"
avatar : "/assets/images/bouletmaton1.jpg"
bio : "Architecte logiciel, développeur, bidouilleur (dans le désordre)"
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
Expand All @@ -81,6 +82,10 @@ footer:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/atouret/"
- label: "Licence du contenu de ce site"
icon: "fab fa-fw fa-creative-commons-by"
url: "https://creativecommons.org/licenses/by/4.0/"


defaults:
# _posts
Expand Down Expand Up @@ -128,3 +133,11 @@ analytics:
google:
tracking_id: " UA-31817514-1"
anonymize_ip: false # default
twitter:
username: "touret_alex"
og_image: /assets/images/bouletmaton1.jpg

social:
links:
- "https://twitter.com/touret_alex"
- "https://www.linkedin.com/in/atouret"
3 changes: 3 additions & 0 deletions _includes/footer/custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- start custom footer snippets -->

<!-- end custom footer snippets -->
1 change: 1 addition & 0 deletions _includes/header/custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% seo %}

0 comments on commit 27ed552

Please sign in to comment.