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` 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 + +