Skip to content

Commit

Permalink
homepage widgets, icons, navbar menu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 23, 2019
1 parent 2ce1182 commit 52280ec
Show file tree
Hide file tree
Showing 110 changed files with 600 additions and 630 deletions.
28 changes: 14 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,46 +133,46 @@ button_variants:

socials:
- name: facebook
icon: social/facebook
icon: brand/facebook
title: Facebook
- name: twitter
icon: social/twitter
icon: brand/twitter
title: Twitter
- name: google
icon: social/google
icon: brand/google
title: Google
- name: youtube
icon: social/youtube
icon: brand/youtube
title: Youtube
- name: vimeo
icon: social/vimeo
icon: brand/vimeo
title: Vimeo
- name: dribbble
icon: social/dribbble
icon: brand/dribbble
title: Dribbble
- name: github
icon: social/github
icon: brand/github
title: Github
- name: instagram
icon: social/instagram
icon: brand/instagram
title: Instagram
- name: pinterest
icon: social/pinterest
icon: brand/pinterest
title: Pinterest
- name: vk
icon: social/vk
icon: brand/vk
title: VK
- name: rss
icon: social/rss
icon: brand/rss
title: RSS
- name: flickr
icon: social/flickr
icon: brand/flickr
title: Flickr
- name: bitbucket
icon: social/bitbucket
icon: brand/bitbucket
title: Bitbucker
- name: tabler
icon: social/tabler
icon: brand/tabler
title: Tabler

months_short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
Expand Down
10 changes: 9 additions & 1 deletion build/browsersync.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,13 @@ bs.init({
ignoreInitial: true,
},
notify: false,
open: false
open: false,
snippetOptions: {
rule: {
match: /<\/head>/i,
fn: function (snippet, match) {
return snippet + match;
}
}
}
});
2 changes: 1 addition & 1 deletion pages/_components/card-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
columns: 2
---

{% include_cached cards/card.html title="Card with footer buttons" footer-buttons=true %}
{% include cards/card.html title="Card with footer buttons" footer-buttons=true %}
2 changes: 1 addition & 1 deletion pages/_components/card-with-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
columns: 2
---

{% include_cached cards/card-image.html title="Card with side image" %}
{% include cards/card-image.html title="Card with side image" %}
1 change: 0 additions & 1 deletion pages/_data/feather.json

This file was deleted.

Loading

0 comments on commit 52280ec

Please sign in to comment.