diff options
-rw-r--r-- | .gitmodules | 11 | ||||
m--------- | bluegrasshopper | 0 | ||||
-rw-r--r-- | bootstrap/static/images/icons/careers.stackoverflow.png | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | bootstrap/static/local.css | 1 | ||||
m--------- | water-iris | 0 |
5 files changed, 11 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b08ad31..4a336d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,7 +27,16 @@ url = git://github.com/jsliang/pelican-fresh [submodule "variant-note"] path = pelican-variant-note - url = git://github.com/mpancorbo/pelican-variant-note.git + url = git://github.com/mpancorbo/pelican-variant-note.git +[submodule "water-iris"] + path = water-iris + url = git://github.com/jarv/water-iris +[submodule "whispers"] + path = whispersTheme + url = git://github.com/deBorn/whispersTheme.git +[submodule "bluegrasshopper"] + path = bluegrasshopper + url = git@github.com:gregseth/pelican-bgh.git [submodule "pelican-cait"] path = pelican-cait url = git://github.com/hdra/pelican-cait.git diff --git a/bluegrasshopper b/bluegrasshopper new file mode 160000 +Subproject a4bbcadcd14279a9d4b3b3f919442767b7c42e3 diff --git a/bootstrap/static/images/icons/careers.stackoverflow.png b/bootstrap/static/images/icons/careers.stackoverflow.png Binary files differnew file mode 100644 index 0000000..e1bbf0f --- /dev/null +++ b/bootstrap/static/images/icons/careers.stackoverflow.png diff --git a/bootstrap/static/local.css b/bootstrap/static/local.css index c933851..0657af7 100644 --- a/bootstrap/static/local.css +++ b/bootstrap/static/local.css @@ -33,5 +33,6 @@ div.highlight pre { .social a[href*='linkedin.com']:before {content: url('./images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;} +.social a[href*='careers.stackoverflow.com']:before {content: url('./images/icons/careers.stackoverflow.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='weibo.com']:before {content: url('./images/icons/weibo.png'); margin-right: 2px; vertical-align: -3px;} diff --git a/water-iris b/water-iris new file mode 160000 +Subproject 2f648ad497e5b21579ac3bbc773a51ad7f84631 |