Update themes

This commit is contained in:
Alex Carpenter 2015-12-30 10:39:19 -05:00
parent fb804928d0
commit 47d3bea79a
37 changed files with 17 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View file

0
CHANGELOG.md Normal file → Executable file
View file

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

2
_config.yml Normal file → Executable file
View file

@ -8,7 +8,7 @@ description: >
baseurl: "/material-jekyll-theme"
url: "http://alexcarpenter.me"
fixedNav: 'true' # true or false
theme: grey # green, blue, orange, purple, grey
theme: purple # green, blue, orange, purple, grey
twitterUsername: hybrid_alex
githubUsername: alexcarpenter
dribbbleUsername:

0
_includes/footer.html Normal file → Executable file
View file

0
_includes/head.html Normal file → Executable file
View file

0
_includes/navigation.html Normal file → Executable file
View file

0
_includes/social.html Normal file → Executable file
View file

0
_layouts/default.html Normal file → Executable file
View file

0
_layouts/page.html Normal file → Executable file
View file

0
_layouts/post.html Normal file → Executable file
View file

0
_pages/about.markdown Normal file → Executable file
View file

0
_pages/articles.html Normal file → Executable file
View file

0
_posts/2014-01-03-two-thousand-fourteen.markdown Normal file → Executable file
View file

0
_posts/2015-12-01-welcome-to-jekyll.markdown Normal file → Executable file
View file

0
_sass/base/_reset.scss Normal file → Executable file
View file

0
_sass/components/_archives.scss Normal file → Executable file
View file

0
_sass/components/_article.scss Normal file → Executable file
View file

0
_sass/components/_buttons.scss Normal file → Executable file
View file

0
_sass/components/_footer.scss Normal file → Executable file
View file

0
_sass/components/_header.scss Normal file → Executable file
View file

0
_sass/components/_navigation.scss Normal file → Executable file
View file

0
_sass/components/_social.scss Normal file → Executable file
View file

0
_sass/helpers/_mixins.scss Normal file → Executable file
View file

0
_sass/helpers/_variables.scss Normal file → Executable file
View file

4
_sass/themes/_blue.scss Normal file → Executable file
View file

@ -12,4 +12,8 @@
.c-article__main a:not(.c-btn) {
color: $c__blue;
}
.c-footer a {
color: $c__blue;
}
}

4
_sass/themes/_green.scss Normal file → Executable file
View file

@ -12,4 +12,8 @@
.c-article__main a:not(.c-btn) {
color: $c__green;
}
.c-footer a {
color: $c__green;
}
}

0
_sass/themes/_grey.scss Normal file → Executable file
View file

4
_sass/themes/_orange.scss Normal file → Executable file
View file

@ -12,4 +12,8 @@
.c-article__main a:not(.c-btn) {
color: $c__deep-orange;
}
.c-footer a {
color: $c__deep-orange;
}
}

4
_sass/themes/_purple.scss Normal file → Executable file
View file

@ -12,4 +12,8 @@
.c-article__main a:not(.c-btn) {
color: $c__deep-purple;
}
.c-footer a {
color: $c__deep-purple;
}
}

0
_sass/utilities/_layout.scss Normal file → Executable file
View file

0
_sass/utilities/_themes.scss Normal file → Executable file
View file

0
_sass/vendor/_syntax-highlighting.scss vendored Normal file → Executable file
View file

0
css/main.scss Normal file → Executable file
View file

0
feed.xml Normal file → Executable file
View file

0
index.markdown Normal file → Executable file
View file