diff --git a/.gitmodules b/.gitmodules index c63feb6..fe8d3ce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,7 @@ [submodule "pelican-mockingbird"] path = pelican-mockingbird url = git://github.com/wrl/pelican-mockingbird.git +<<<<<<< HEAD [submodule "bold"] path = bold url = git://github.com/demianbrecht/pelican-bold.git @@ -34,3 +35,6 @@ [submodule "whispers"] path = whispersTheme url = git://github.com/deBorn/whispersTheme.git +[submodule "bluegrasshopper"] + path = bluegrasshopper + url = git@github.com:gregseth/pelican-bgh.git diff --git a/bluegrasshopper b/bluegrasshopper new file mode 160000 index 0000000..a4bbcad --- /dev/null +++ b/bluegrasshopper @@ -0,0 +1 @@ +Subproject commit a4bbcadcd14279a9d4b3b3f919442767b7c42e3d diff --git a/bootstrap/static/images/icons/careers.stackoverflow.png b/bootstrap/static/images/icons/careers.stackoverflow.png new file mode 100644 index 0000000..e1bbf0f Binary files /dev/null and b/bootstrap/static/images/icons/careers.stackoverflow.png differ 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;}