From 9f437094fec8d1784000075aa89a73099034041f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 26 Nov 2020 22:58:08 +0100 Subject: [PATCH 1/2] add new icons for vcs providers" Addresses #27. New icons added: - bitbucket - gitlab - git --- layouts/partials/svg-icon-symbols.html | 2 +- src/iconfont/uEA16-bitbucket.svg | 1 + src/iconfont/uEA17-git.svg | 1 + src/iconfont/uEA18-gitlab.svg | 1 + src/icons/bitbucket.svg | 5 +++++ src/icons/git.svg | 5 +++++ src/icons/gitlab.svg | 5 +++++ 7 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/iconfont/uEA16-bitbucket.svg create mode 100644 src/iconfont/uEA17-git.svg create mode 100644 src/iconfont/uEA18-gitlab.svg create mode 100644 src/icons/bitbucket.svg create mode 100644 src/icons/git.svg create mode 100644 src/icons/gitlab.svg diff --git a/layouts/partials/svg-icon-symbols.html b/layouts/partials/svg-icon-symbols.html index d5b90d0..45b0958 100644 --- a/layouts/partials/svg-icon-symbols.html +++ b/layouts/partials/svg-icon-symbols.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/iconfont/uEA16-bitbucket.svg b/src/iconfont/uEA16-bitbucket.svg new file mode 100644 index 0000000..dab8fcc --- /dev/null +++ b/src/iconfont/uEA16-bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/iconfont/uEA17-git.svg b/src/iconfont/uEA17-git.svg new file mode 100644 index 0000000..f8f105d --- /dev/null +++ b/src/iconfont/uEA17-git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/iconfont/uEA18-gitlab.svg b/src/iconfont/uEA18-gitlab.svg new file mode 100644 index 0000000..96b34e2 --- /dev/null +++ b/src/iconfont/uEA18-gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/bitbucket.svg b/src/icons/bitbucket.svg new file mode 100644 index 0000000..61a4c18 --- /dev/null +++ b/src/icons/bitbucket.svg @@ -0,0 +1,5 @@ + + +bitbucket + + diff --git a/src/icons/git.svg b/src/icons/git.svg new file mode 100644 index 0000000..28cddc6 --- /dev/null +++ b/src/icons/git.svg @@ -0,0 +1,5 @@ + + +git + + diff --git a/src/icons/gitlab.svg b/src/icons/gitlab.svg new file mode 100644 index 0000000..f5ebb32 --- /dev/null +++ b/src/icons/gitlab.svg @@ -0,0 +1,5 @@ + + +gitlab + + From fe86b61084ced0debcb3c88445a9fc4c7a532760 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 26 Nov 2020 23:06:33 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ecea7..9a5a9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ - ENHANCEMENT - - load static css/js assets from data template: - Build-in assets are now hashed by default. The static assets are located - in the `assets` directory. The theme will read and use the hashed files - from `data/assets.json`. Exception: `custom.css` will be used unhashed. + - add new icons for different vcs providers `bitbucket`, `gitlab` + and generic `git`