Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Closes #2 replace git@ with https submodules for easier cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewatkinsca committed Mar 26, 2018
1 parent c4a99a9 commit 2635cc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "scss/system-font-css"]
path = scss/system-font-css
url = https://github.com/jonathantneal/system-font-css.git
[submodule "scss/bulmaswatch"]
path = scss/bulmaswatch
url = https://github.com/solutionroute/bulmaswatch.git
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

## HEAD

* Replace submodules so they can be cloned anonymously via https, thanks L0g4n
* Removed Font Awesome; nothing wrong with it but for a handful of icons,
leaving that decision up to site users. Unicode icons used where needed.
leaving that decision up to site users. Unicode icons used where needed. See
https://www.materialui.co/unicode-characters/symbols for ideas.
* Added favicon.html partial and Params.favicon boolean - make a matching icon set from the solid https://realfavicongenerator.net/
* Moved page-meta partial to subtitle - see Posts for example.
* Fixed URL path bug on pages with categories and tags; sorted collections.
Expand Down
1 change: 1 addition & 0 deletions scss/bulmaswatch
Submodule bulmaswatch added at 97cc2f

0 comments on commit 2635cc4

Please sign in to comment.