mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-21 17:27:05 +00:00
Update themes
This commit is contained in:
parent
fb804928d0
commit
47d3bea79a
37 changed files with 17 additions and 1 deletions
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
CHANGELOG.md
Normal file → Executable file
0
CHANGELOG.md
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
2
_config.yml
Normal file → Executable file
2
_config.yml
Normal file → Executable file
|
@ -8,7 +8,7 @@ description: >
|
||||||
baseurl: "/material-jekyll-theme"
|
baseurl: "/material-jekyll-theme"
|
||||||
url: "http://alexcarpenter.me"
|
url: "http://alexcarpenter.me"
|
||||||
fixedNav: 'true' # true or false
|
fixedNav: 'true' # true or false
|
||||||
theme: grey # green, blue, orange, purple, grey
|
theme: purple # green, blue, orange, purple, grey
|
||||||
twitterUsername: hybrid_alex
|
twitterUsername: hybrid_alex
|
||||||
githubUsername: alexcarpenter
|
githubUsername: alexcarpenter
|
||||||
dribbbleUsername:
|
dribbbleUsername:
|
||||||
|
|
0
_includes/footer.html
Normal file → Executable file
0
_includes/footer.html
Normal file → Executable file
0
_includes/head.html
Normal file → Executable file
0
_includes/head.html
Normal file → Executable file
0
_includes/navigation.html
Normal file → Executable file
0
_includes/navigation.html
Normal file → Executable file
0
_includes/social.html
Normal file → Executable file
0
_includes/social.html
Normal file → Executable file
0
_layouts/default.html
Normal file → Executable file
0
_layouts/default.html
Normal file → Executable file
0
_layouts/page.html
Normal file → Executable file
0
_layouts/page.html
Normal file → Executable file
0
_layouts/post.html
Normal file → Executable file
0
_layouts/post.html
Normal file → Executable file
0
_pages/about.markdown
Normal file → Executable file
0
_pages/about.markdown
Normal file → Executable file
0
_pages/articles.html
Normal file → Executable file
0
_pages/articles.html
Normal file → Executable file
0
_posts/2014-01-03-two-thousand-fourteen.markdown
Normal file → Executable file
0
_posts/2014-01-03-two-thousand-fourteen.markdown
Normal file → Executable file
0
_posts/2015-12-01-welcome-to-jekyll.markdown
Normal file → Executable file
0
_posts/2015-12-01-welcome-to-jekyll.markdown
Normal file → Executable file
0
_sass/base/_reset.scss
Normal file → Executable file
0
_sass/base/_reset.scss
Normal file → Executable file
0
_sass/components/_archives.scss
Normal file → Executable file
0
_sass/components/_archives.scss
Normal file → Executable file
0
_sass/components/_article.scss
Normal file → Executable file
0
_sass/components/_article.scss
Normal file → Executable file
0
_sass/components/_buttons.scss
Normal file → Executable file
0
_sass/components/_buttons.scss
Normal file → Executable file
0
_sass/components/_footer.scss
Normal file → Executable file
0
_sass/components/_footer.scss
Normal file → Executable file
0
_sass/components/_header.scss
Normal file → Executable file
0
_sass/components/_header.scss
Normal file → Executable file
0
_sass/components/_navigation.scss
Normal file → Executable file
0
_sass/components/_navigation.scss
Normal file → Executable file
0
_sass/components/_social.scss
Normal file → Executable file
0
_sass/components/_social.scss
Normal file → Executable file
0
_sass/helpers/_mixins.scss
Normal file → Executable file
0
_sass/helpers/_mixins.scss
Normal file → Executable file
0
_sass/helpers/_variables.scss
Normal file → Executable file
0
_sass/helpers/_variables.scss
Normal file → Executable file
4
_sass/themes/_blue.scss
Normal file → Executable file
4
_sass/themes/_blue.scss
Normal file → Executable file
|
@ -12,4 +12,8 @@
|
||||||
.c-article__main a:not(.c-btn) {
|
.c-article__main a:not(.c-btn) {
|
||||||
color: $c__blue;
|
color: $c__blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c-footer a {
|
||||||
|
color: $c__blue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
4
_sass/themes/_green.scss
Normal file → Executable file
4
_sass/themes/_green.scss
Normal file → Executable file
|
@ -12,4 +12,8 @@
|
||||||
.c-article__main a:not(.c-btn) {
|
.c-article__main a:not(.c-btn) {
|
||||||
color: $c__green;
|
color: $c__green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c-footer a {
|
||||||
|
color: $c__green;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
0
_sass/themes/_grey.scss
Normal file → Executable file
0
_sass/themes/_grey.scss
Normal file → Executable file
4
_sass/themes/_orange.scss
Normal file → Executable file
4
_sass/themes/_orange.scss
Normal file → Executable file
|
@ -12,4 +12,8 @@
|
||||||
.c-article__main a:not(.c-btn) {
|
.c-article__main a:not(.c-btn) {
|
||||||
color: $c__deep-orange;
|
color: $c__deep-orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c-footer a {
|
||||||
|
color: $c__deep-orange;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
4
_sass/themes/_purple.scss
Normal file → Executable file
4
_sass/themes/_purple.scss
Normal file → Executable file
|
@ -12,4 +12,8 @@
|
||||||
.c-article__main a:not(.c-btn) {
|
.c-article__main a:not(.c-btn) {
|
||||||
color: $c__deep-purple;
|
color: $c__deep-purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c-footer a {
|
||||||
|
color: $c__deep-purple;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
0
_sass/utilities/_layout.scss
Normal file → Executable file
0
_sass/utilities/_layout.scss
Normal file → Executable file
0
_sass/utilities/_themes.scss
Normal file → Executable file
0
_sass/utilities/_themes.scss
Normal file → Executable file
0
_sass/vendor/_syntax-highlighting.scss
vendored
Normal file → Executable file
0
_sass/vendor/_syntax-highlighting.scss
vendored
Normal file → Executable file
0
css/main.scss
Normal file → Executable file
0
css/main.scss
Normal file → Executable file
0
feed.xml
Normal file → Executable file
0
feed.xml
Normal file → Executable file
0
index.markdown
Normal file → Executable file
0
index.markdown
Normal file → Executable file
Loading…
Reference in a new issue