From c52a64d62ac84217a1473eabd7a392d04a02f761 Mon Sep 17 00:00:00 2001 From: Klaus Baldermann Date: Fri, 9 Jun 2017 14:04:28 +0200 Subject: [PATCH] Add "gitlab" icon and link. icon copied from git@github.com:mmistakes/jekyll-theme-basically-basic.git --- _config.yml | 1 + _includes/footer.html | 6 ++++++ _includes/icon-gitlab.html | 1 + _includes/icon-gitlab.svg | 1 + 4 files changed, 9 insertions(+) create mode 100644 _includes/icon-gitlab.html create mode 100644 _includes/icon-gitlab.svg diff --git a/_config.yml b/_config.yml index 3d5fbe6..78198ca 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,7 @@ baseurl: "/jekyll" # the subpath of your site, e.g. /blog url: "/" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll +gitlab_username: pages # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index 72239f1..f4c956b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,6 +14,12 @@