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.
- Loading branch information
Showing
35 changed files
with
161 additions
and
2,198 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# CDNs | ||
|
||
cdns: | ||
# Google Fonts | ||
- url: https://fonts.googleapis.com | ||
- url: https://fonts.gstatic.com | ||
args: crossorigin | ||
- url: https://fonts.googleapis.com | ||
# jsDelivr CDN | ||
- url: https://cdn.jsdelivr.net | ||
|
||
# fonts | ||
|
||
webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap | ||
|
||
# Libraries | ||
|
||
jquery: | ||
js: https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js | ||
|
||
bootstrap: | ||
css: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css | ||
js: https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js | ||
|
||
bootstrap-toc: | ||
css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css | ||
js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js | ||
|
||
fontawesome: | ||
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.min.css | ||
|
||
search: | ||
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js | ||
|
||
mermaid: | ||
js: https://cdn.jsdelivr.net/npm/mermaid@9.2.2/dist/mermaid.min.js | ||
|
||
dayjs: | ||
js: | ||
common: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/dayjs.min.js | ||
locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/locale/:LOCALE.min.js | ||
relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/relativeTime.min.js | ||
localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.6/plugin/localizedFormat.min.js | ||
|
||
countup: | ||
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js | ||
|
||
magnific-popup: | ||
css: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/magnific-popup.min.css | ||
js: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/jquery.magnific-popup.min.js | ||
|
||
lazysizes: | ||
js: https://cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js | ||
|
||
clipboard: | ||
js: https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js | ||
|
||
polyfill: | ||
js: https://polyfill.io/v3/polyfill.min.js?features=es6 | ||
|
||
mathjax: | ||
js: https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-chtml.js |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# fonts | ||
|
||
webfonts: /assets/lib/fonts/main.css | ||
|
||
# Libraries | ||
|
||
jquery: | ||
js: /assets/lib/jquery-3.6.0/jquery.min.js | ||
|
||
bootstrap: | ||
css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css | ||
js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js | ||
|
||
bootstrap-toc: | ||
css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css | ||
js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js | ||
|
||
fontawesome: | ||
css: /assets/lib/fontawesome-free-6.2.1/css/all.min.css | ||
|
||
search: | ||
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js | ||
|
||
mermaid: | ||
js: /assets/lib/mermaid-9.1.7/mermaid.min.js | ||
|
||
dayjs: | ||
js: | ||
common: /assets/lib/dayjs-1.10.7/dayjs.min.js | ||
locale: /assets/lib/dayjs-1.10.7/locale/en.min.js | ||
relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js | ||
localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js | ||
|
||
countup: | ||
js: /assets/lib/countup.js-1.9.3/countUp.min.js | ||
|
||
magnific-popup: | ||
css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css | ||
js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js | ||
|
||
lazysizes: | ||
js: /assets/lib/lazysizes-5.3.2/lazysizes.min.js | ||
|
||
clipboard: | ||
js: /assets/lib/clipboard-2.0.9/clipboard.min.js | ||
|
||
polyfill: | ||
js: /assets/lib/polyfill-v3-es6/polyfill.min.js | ||
|
||
mathjax: | ||
js: /assets/lib/mathjax-3.2.0/tex-chtml.js |
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,17 +1,3 @@ | ||
## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url | ||
# ------------------------------------- | ||
# {author_id}: | ||
# name: {full name} | ||
# twitter: {twitter_of_author} | ||
# url: {homepage_of_author} | ||
# ------------------------------------- | ||
|
||
cotes: | ||
name: Cotes Chung | ||
twitter: cotes2020 | ||
url: https://github.com/cotes2020/ | ||
|
||
sille_bille: | ||
name: Dinesh Prasanth Moluguwan Krishnamoorthy | ||
twitter: dinesh_MKD | ||
url: https://github.com/SilleBille/ | ||
yulmwu: | ||
name: Kim Jun Young | ||
url: https://github.com/yulmwu |
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,40 +1,11 @@ | ||
# The contact options. | ||
|
||
- type: github | ||
icon: "fab fa-github" | ||
|
||
- type: twitter | ||
icon: "fa-brands fa-x-twitter" | ||
|
||
- type: email | ||
icon: "fas fa-envelope" | ||
noblank: true # open link in current tab | ||
|
||
- type: rss | ||
icon: "fas fa-rss" | ||
- | ||
type: github | ||
icon: 'fab fa-github' | ||
- | ||
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 | ||
# 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 | ||
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/> | ||
# url: '' # Fill with your Linkedin homepage | ||
# | ||
# - type: stack-overflow | ||
# icon: 'fab fa-stack-overflow' | ||
# url: '' # Fill with your stackoverflow homepage | ||
# | ||
# - type: bluesky | ||
# icon: 'fa-brands fa-bluesky' | ||
# url: '' # Fill with your Bluesky profile link | ||
# | ||
# - type: reddit | ||
# icon: 'fa-brands fa-reddit' | ||
# url: '' # Fill with your Reddit profile link | ||
# | ||
# - type: threads | ||
# icon: 'fa-brands fa-threads' | ||
# url: '' # Fill with your Threads profile link |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.