Refactoring of styles - BEM + ITCSS, removed Disqus.
authorRaivis Vitols <raivis@archapps.io>
Wed, 27 Apr 2016 15:58:09 +0000 (18:58 +0300)
committerRaivis Vitols <raivis@archapps.io>
Wed, 27 Apr 2016 15:58:09 +0000 (18:58 +0300)
commitca309747b3ab36294a5d2d6eba7e2956ee43f024
treefc50ccea30531d533381a93d4d6d76894bd9df23
parent650bdc61d1bda30b47a308594be84c8b9e8b1ac8
Refactoring of styles - BEM + ITCSS, removed Disqus.
52 files changed:
.gitignore
Gruntfile.js
README.md
assets/css/print.css [deleted file]
assets/css/styles.css
assets/js/script.js [deleted file]
assets/js/scripts.js [new file with mode: 0644]
assets/src/js/script.js [deleted file]
assets/src/sass/helpers/_classes.scss [deleted file]
assets/src/sass/helpers/_mixins.scss [deleted file]
assets/src/sass/print.scss [deleted file]
assets/src/sass/styles.scss [deleted file]
assets/src/sass/vendor/_normalize.scss [deleted file]
default.hbs
error.hbs
index.hbs
package.json
partials/articles.hbs [deleted file]
partials/head.hbs
partials/mobile-header.hbs
partials/navigation.hbs
partials/pagination.hbs
partials/post-meta.hbs [new file with mode: 0644]
partials/post-share.hbs [new file with mode: 0644]
partials/post-single-meta.hbs [deleted file]
partials/share-links.hbs [deleted file]
partials/sidebar.hbs [new file with mode: 0644]
partials/social-links.hbs [deleted file]
post.hbs
source/js/sidebar.js [new file with mode: 0644]
source/sass/components/_error-message.scss [new file with mode: 0644]
source/sass/components/_mobile-header.scss [new file with mode: 0644]
source/sass/components/_post-list.scss [new file with mode: 0644]
source/sass/components/_post-pagination.scss [new file with mode: 0644]
source/sass/components/_post-view-meta.scss [new file with mode: 0644]
source/sass/components/_post-view-share.scss [new file with mode: 0644]
source/sass/components/_post-view.scss [new file with mode: 0644]
source/sass/components/_sidebar-blog-description.scss [new file with mode: 0644]
source/sass/components/_sidebar-blog-title.scss [new file with mode: 0644]
source/sass/components/_sidebar-contact-links.scss [new file with mode: 0644]
source/sass/components/_sidebar-header.scss [new file with mode: 0644]
source/sass/components/_sidebar-navigation.scss [new file with mode: 0644]
source/sass/components/_sidebar-promotion-links.scss [new file with mode: 0644]
source/sass/components/_site-content.scss [new file with mode: 0644]
source/sass/components/_site-sidebar.scss [new file with mode: 0644]
source/sass/components/_site-viewport.scss [new file with mode: 0644]
source/sass/components/_site-wrapper.scss [new file with mode: 0644]
source/sass/elements/_elements.scss [new file with mode: 0644]
source/sass/helpers/_classes.scss [new file with mode: 0644]
source/sass/styles.scss [new file with mode: 0644]
source/sass/tools/_mixins.scss [new file with mode: 0644]
source/sass/vendor/_normalize.scss [new file with mode: 0644]