diff --git a/web/blog/_config.yml b/web/blog/_config.yml index 6fff937f..09fa70f5 100644 --- a/web/blog/_config.yml +++ b/web/blog/_config.yml @@ -1,20 +1,20 @@ -title: Coati Developer Blog -description: "The developer blog of Coati, featuring news and updates of the development progress." +title: Sourcetrail Developer Blog +description: "The developer blog of Sourcetrail, featuring news and updates of the development progress." disqus_shortname: coati reading_time: false words_per_minute: 200 # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 -url: http://coati.io/blog +url: https://sourcetrail.com/blog tracking: true # Owner/author information owner: name: Coati Software OG avatar: coati_logo.png - bio: "Coati is cross-platform source explorer for C/C++" - url: http://www.coati.io - email: mail@coati.io + bio: "Sourcetrail is cross-platform source explorer for C/C++ and Java" + url: https://www.sourcetrail.com + email: mail@sourcetrail.com # Social networking links used in footer. Update and remove as you like. twitter: CoatiSoftware facebook: Coati-1529980600658370 diff --git a/web/blog/_config_staging.yml b/web/blog/_config_staging.yml index 89ded5d1..85ee60a6 100644 --- a/web/blog/_config_staging.yml +++ b/web/blog/_config_staging.yml @@ -2,7 +2,7 @@ staging: true disqus_shortname: staging-coati -url: http://staging.coati.io/blog +url: https://staging.sourcetrail.com/blog owner: - url: http://staging.coati.io + url: https://staging.sourcetrail.com diff --git a/web/blog/_includes/head.html b/web/blog/_includes/head.html index d22a44a2..af640361 100644 --- a/web/blog/_includes/head.html +++ b/web/blog/_includes/head.html @@ -61,36 +61,30 @@ {% if site.tracking %} {% if site.staging %} - - - - + {% else %} - - - - + {% endif %} {% endif %} diff --git a/web/blog/_includes/navigation-bottom.html b/web/blog/_includes/navigation-bottom.html index 69a1bf45..eb7874f8 100644 --- a/web/blog/_includes/navigation-bottom.html +++ b/web/blog/_includes/navigation-bottom.html @@ -1,88 +1,84 @@