diff --git a/_config.yml b/_config.yml index 4a2cdf40cc..1eebb4666d 100755 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,23 @@ name: John Doe bio: 'A Man who travels the world eating noodles' + +# main text of home picture: 'assets/images/profile.jpg' -url: http://sergiokopplin.github.io/indigo +# url: http://sergiokopplin.github.io/indigo +ulr: http://localhost:3000 # your url: http://USERNAME.github.io +# if testing locally: http://localhost:3000 + permalink: /:title/ markdown: kramdown highlighter: rouge -analytics: 'UA-MYANALYTICS' +analytics-google: 'UA-MYANALYTICS' disqus: mydisqus + +# if you don't have any of social below, set to false then facebook: myfacebook twitter: mytwitter instagram: myinstagram diff --git a/_includes/analytics-google.html b/_includes/analytics-google.html index 5dda2c996a..9fe4901946 100644 --- a/_includes/analytics-google.html +++ b/_includes/analytics-google.html @@ -1,7 +1,7 @@