generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update critical file(s) according to Chirpy v5.6.1
- Loading branch information
1 parent
2cc9627
commit d3a714f
Showing
7 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# hidden files | ||
.* | ||
!.git* | ||
!.editorconfig | ||
!.nojekyll | ||
!.husky | ||
!.commitlintrc.json | ||
!.versionrc.json | ||
!.stylelintrc.json | ||
|
||
# bundler cache | ||
_site | ||
# Bundler cache | ||
.bundle | ||
vendor | ||
Gemfile.lock | ||
|
||
# rubygem | ||
# Jekyll cache | ||
.jekyll-cache | ||
_site | ||
|
||
# RubyGems | ||
*.gem | ||
|
||
# npm dependencies | ||
# NPM dependencies | ||
node_modules | ||
package-lock.json | ||
|
||
# IDE configurations | ||
.idea | ||
.vscode | ||
|
||
# Misc | ||
assets/js/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
# The contact options. | ||
|
||
- | ||
type: github | ||
icon: 'fab fa-github' | ||
- | ||
type: twitter | ||
icon: 'fab fa-twitter' | ||
- | ||
type: email | ||
icon: 'fas fa-envelope' | ||
noblank: true # open link in current tab | ||
- | ||
type: rss | ||
icon: 'fas fa-rss' | ||
noblank: true | ||
- type: github | ||
icon: "fab fa-github" | ||
|
||
- type: twitter | ||
icon: "fab fa-twitter" | ||
|
||
- type: email | ||
icon: "fas fa-envelope" | ||
noblank: true # open link in current tab | ||
|
||
- type: rss | ||
icon: "fas fa-rss" | ||
noblank: true | ||
# Uncomment and complete the url below to enable more contact options | ||
# - | ||
# type: mastodon | ||
# | ||
# - type: mastodon | ||
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/> | ||
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification | ||
# - | ||
# type: linkedin | ||
# | ||
# - type: linkedin | ||
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/> | ||
# url: '' # Fill with your Linkedin homepage | ||
# - | ||
# type: stack-overflow | ||
# | ||
# - type: stack-overflow | ||
# icon: 'fab fa-stack-overflow' | ||
# url: '' # Fill with your stackoverflow homepage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters