diff --git a/_config.yml b/_config.yml index f6574ed..94932c0 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:" Shaping innovative solutions for industry and academic research by involving student community baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: +twitter_username: drewlabs github_username: drewlabs # Build settings @@ -28,6 +28,7 @@ theme: minima plugins: - jekyll-feed - jekyll-redirect-from + - jekyll-seo-tag # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..872f55a --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,12 @@ +
+ + + + {%- seo -%} + + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..122ab88 Binary files /dev/null and b/favicon.ico differ diff --git a/icon-github.svg b/icon-github.svg new file mode 100644 index 0000000..e6c5f6d --- /dev/null +++ b/icon-github.svg @@ -0,0 +1 @@ + diff --git a/icon-twitter.svg b/icon-twitter.svg new file mode 100644 index 0000000..efc0ecf --- /dev/null +++ b/icon-twitter.svg @@ -0,0 +1 @@ + diff --git a/index.md b/index.md index 0671507..11702bb 100644 --- a/index.md +++ b/index.md @@ -4,3 +4,4 @@ layout: home --- +