From 8591e921e41b34b50577d3e6b038df450b1dee6f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 2 Jan 2020 21:17:49 +0800 Subject: [PATCH] Added more project info in files. --- 404.html | 2 ++ _config.yml | 2 ++ _data/label.yml | 2 ++ _includes/date-format.html | 2 ++ _includes/disqus.html | 2 ++ _includes/favicons.html | 2 ++ _includes/footer.html | 2 ++ _includes/google-analytics.html | 2 ++ _includes/head.html | 2 ++ _includes/panel.html | 2 ++ _includes/related-posts.html | 2 ++ _includes/search-loader.html | 2 ++ _includes/search-results.html | 2 ++ _includes/sidebar.html | 2 ++ _includes/topbar.html | 2 ++ _includes/trending-tags.html | 3 ++- _layouts/category.html | 3 ++- _layouts/default.html | 2 ++ _layouts/home.html | 2 ++ _layouts/page.html | 2 ++ _layouts/post.html | 2 ++ _layouts/tag.html | 2 ++ _scripts/py/init_all.py | 2 ++ _scripts/py/pages_generator.py | 2 ++ _scripts/py/update_posts_lastmod.py | 2 ++ _scripts/py/utils/common.py | 2 ++ _scripts/sh/sync_monitor.sh | 3 ++- _scripts/travis/cibuild.sh | 3 ++- assets/css/archives.scss | 2 ++ assets/css/categories.scss | 2 ++ assets/css/category-tag.scss | 2 ++ assets/css/home.scss | 2 ++ assets/css/main.scss | 2 ++ assets/css/post.scss | 2 ++ assets/css/syntax.scss | 2 ++ assets/css/tags.scss | 8 +++++--- assets/img/favicons/browserconfig.xml | 2 ++ assets/img/favicons/manifest.json | 2 ++ assets/js/_src/_commons/search-display.js | 2 ++ assets/js/_src/_commons/sidebar.js | 2 ++ assets/js/_src/_commons/tooltip.js | 8 +++++--- assets/js/_src/_commons/topbar-switch.js | 2 ++ assets/js/_src/_commons/topbar-title.js | 8 +++++--- assets/js/_src/category-collapse.js | 2 ++ assets/js/_src/pageviews.js | 2 ++ assets/js/_src/timeago.js | 3 ++- assets/js/_src/toc.js | 3 ++- feed.xml | 2 ++ index.html | 2 ++ robots.txt | 2 ++ sitemap.xml | 2 ++ tabs/about.md | 2 ++ tabs/archives.md | 2 ++ tabs/categories.md | 2 ++ tabs/tags.md | 2 ++ tools/build.sh | 2 ++ tools/init.sh | 2 ++ tools/pv.sh | 2 ++ tools/run.sh | 2 ++ 59 files changed, 127 insertions(+), 15 deletions(-) diff --git a/404.html b/404.html index b5d3db5..a708b68 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,7 @@ --- # The 404 page +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License layout: page diff --git a/_config.yml b/_config.yml index 276a5e1..04fe925 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,6 @@ # The Site Settings +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT licensed diff --git a/_data/label.yml b/_data/label.yml index d4305db..2b30c60 100644 --- a/_data/label.yml +++ b/_data/label.yml @@ -1,4 +1,6 @@ # The label text of site. +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed diff --git a/_includes/date-format.html b/_includes/date-format.html index 9c83b37..2929063 100644 --- a/_includes/date-format.html +++ b/_includes/date-format.html @@ -1,5 +1,7 @@ diff --git a/_includes/disqus.html b/_includes/disqus.html index b97c809..3164122 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -1,6 +1,8 @@ diff --git a/_includes/favicons.html b/_includes/favicons.html index e21aece..a72cd53 100644 --- a/_includes/favicons.html +++ b/_includes/favicons.html @@ -1,6 +1,8 @@ diff --git a/_includes/footer.html b/_includes/footer.html index 659f6df..476199d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,7 @@ diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index 983746b..dc46c83 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,5 +1,7 @@ diff --git a/_includes/head.html b/_includes/head.html index a774ac2..aaa4f2e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,7 @@ diff --git a/_includes/panel.html b/_includes/panel.html index feafb87..5a33e03 100644 --- a/_includes/panel.html +++ b/_includes/panel.html @@ -1,5 +1,7 @@ diff --git a/_includes/related-posts.html b/_includes/related-posts.html index b02eb10..86111ad 100644 --- a/_includes/related-posts.html +++ b/_includes/related-posts.html @@ -1,6 +1,8 @@ diff --git a/_includes/search-loader.html b/_includes/search-loader.html index 3b21b8b..80fe245 100644 --- a/_includes/search-loader.html +++ b/_includes/search-loader.html @@ -1,5 +1,7 @@ diff --git a/_includes/search-results.html b/_includes/search-results.html index 8083574..4018d7f 100644 --- a/_includes/search-results.html +++ b/_includes/search-results.html @@ -1,5 +1,7 @@ diff --git a/_includes/sidebar.html b/_includes/sidebar.html index c0e29aa..6f75601 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,5 +1,7 @@ diff --git a/_includes/topbar.html b/_includes/topbar.html index 8f5b605..79e16d2 100644 --- a/_includes/topbar.html +++ b/_includes/topbar.html @@ -1,5 +1,7 @@ diff --git a/_includes/trending-tags.html b/_includes/trending-tags.html index 1c48ddb..4b0c367 100644 --- a/_includes/trending-tags.html +++ b/_includes/trending-tags.html @@ -1,6 +1,7 @@ diff --git a/_layouts/category.html b/_layouts/category.html index b2a1cb6..5e9dd1f 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -1,7 +1,8 @@ --- layout: page # The Category layout -# © 2017-2019 Cotes Chung +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # MIT Licensed --- diff --git a/_layouts/default.html b/_layouts/default.html index c73ef4d..22b0084 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,8 @@ --- layout: compress # Default layout +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed --- diff --git a/_layouts/home.html b/_layouts/home.html index ff005f5..b25951c 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,6 +1,8 @@ --- layout: page # The Home page layout +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed --- diff --git a/_layouts/page.html b/_layouts/page.html index 573d960..86a674e 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,6 +1,8 @@ --- layout: default # The page layout +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/_layouts/post.html b/_layouts/post.html index 60aa600..8e40f71 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,8 @@ --- layout: default # The posts' layout +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed --- diff --git a/_layouts/tag.html b/_layouts/tag.html index 8e81ca8..b00d2c5 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -1,6 +1,8 @@ --- layout: page # The layout for Tag page +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT Licensed --- diff --git a/_scripts/py/init_all.py b/_scripts/py/init_all.py index 1fb4544..1e029c3 100755 --- a/_scripts/py/init_all.py +++ b/_scripts/py/init_all.py @@ -3,6 +3,8 @@ """ Automatic invokes all initial scripts for project. +v2.0 +https://github.com/cotes2020/jekyll-theme-chirpy © 2018-2019 Cotes Chung Licensed under MIT """ diff --git a/_scripts/py/pages_generator.py b/_scripts/py/pages_generator.py index 11baacb..eca2832 100755 --- a/_scripts/py/pages_generator.py +++ b/_scripts/py/pages_generator.py @@ -8,6 +8,8 @@ Dependencies: - git - ruamel.yaml +v2.0 +https://github.com/cotes2020/jekyll-theme-chirpy © 2018-2019 Cotes Chung MIT License ''' diff --git a/_scripts/py/update_posts_lastmod.py b/_scripts/py/update_posts_lastmod.py index be3e781..f3f2d41 100755 --- a/_scripts/py/update_posts_lastmod.py +++ b/_scripts/py/update_posts_lastmod.py @@ -9,6 +9,8 @@ Dependencies: - git - ruamel.yaml +v2.0 +https://github.com/cotes2020/jekyll-theme-chirpy © 2018-2019 Cotes Chung Licensed under MIT """ diff --git a/_scripts/py/utils/common.py b/_scripts/py/utils/common.py index 2b5d701..0f067be 100644 --- a/_scripts/py/utils/common.py +++ b/_scripts/py/utils/common.py @@ -4,6 +4,8 @@ ''' Common functions to other scripts. +v2.0 +https://github.com/cotes2020/jekyll-theme-chirpy © 2018-2019 Cotes Chung MIT License ''' diff --git a/_scripts/sh/sync_monitor.sh b/_scripts/sh/sync_monitor.sh index 9089785..e2bfca0 100644 --- a/_scripts/sh/sync_monitor.sh +++ b/_scripts/sh/sync_monitor.sh @@ -1,7 +1,8 @@ #!/bin/bash # Files sync monitoer -# +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT Licensed diff --git a/_scripts/travis/cibuild.sh b/_scripts/travis/cibuild.sh index 1163bde..94052aa 100644 --- a/_scripts/travis/cibuild.sh +++ b/_scripts/travis/cibuild.sh @@ -1,7 +1,8 @@ #!/bin/bash # Travis CI build jobs. -# +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # Published under MIT License diff --git a/assets/css/archives.scss b/assets/css/archives.scss index 105abc4..0f16254 100644 --- a/assets/css/archives.scss +++ b/assets/css/archives.scss @@ -2,6 +2,8 @@ --- /*! Style for Archives + v2.0 + https://github.com/cotes2020/jekyll-theme-chirpy © 2019 Cotes Chung MIT License */ diff --git a/assets/css/categories.scss b/assets/css/categories.scss index 41d0aea..d165662 100644 --- a/assets/css/categories.scss +++ b/assets/css/categories.scss @@ -2,6 +2,8 @@ --- /*! Style for Tab Categories + v2.0 + https://github.com/cotes2020/jekyll-theme-chirpy © 2019 Cotes Chung MIT License */ diff --git a/assets/css/category-tag.scss b/assets/css/category-tag.scss index 303a88b..ee9185e 100644 --- a/assets/css/category-tag.scss +++ b/assets/css/category-tag.scss @@ -2,6 +2,8 @@ --- /*! Style for page Category and Tag + v2.0 + https://github.com/cotes2020/jekyll-theme-chirpy © 2019 Cotes Chung MIT License */ diff --git a/assets/css/home.scss b/assets/css/home.scss index d167179..cbbc486 100644 --- a/assets/css/home.scss +++ b/assets/css/home.scss @@ -3,6 +3,8 @@ /*! Style for Homepage + v2.0 + https://github.com/cotes2020/jekyll-theme-chirpy © 2019 Cotes Chung MIT License */ diff --git a/assets/css/main.scss b/assets/css/main.scss index db4838e..90eae33 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -2,6 +2,8 @@ --- /*! * The main styles. +* v2.0 +* https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT Licensed */ diff --git a/assets/css/post.scss b/assets/css/post.scss index 76e74d5..fedb5c8 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -2,6 +2,8 @@ --- /*! Individual styles for Post + v2.0 + https://github.com/cotes2020/jekyll-theme-chirpy © 2019 Cotes Chung MIT License */ diff --git a/assets/css/syntax.scss b/assets/css/syntax.scss index 2c51931..5da6092 100644 --- a/assets/css/syntax.scss +++ b/assets/css/syntax.scss @@ -2,6 +2,8 @@ --- /* * The syntax highlight. +* v2.0 +* https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT Licensed */ diff --git a/assets/css/tags.scss b/assets/css/tags.scss index 592108e..d4327dd 100644 --- a/assets/css/tags.scss +++ b/assets/css/tags.scss @@ -2,9 +2,11 @@ --- /*! - Styles for Tab Tags - © 2019 Cotes Chung - MIT License +* Styles for Tab Tags +* v2.0 +* https://github.com/cotes2020/jekyll-theme-chirpy +* © 2019 Cotes Chung +* MIT License */ .tag { diff --git a/assets/img/favicons/browserconfig.xml b/assets/img/favicons/browserconfig.xml index 3b62259..15858d0 100644 --- a/assets/img/favicons/browserconfig.xml +++ b/assets/img/favicons/browserconfig.xml @@ -1,5 +1,7 @@ --- # A part of the Favicons +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT License layout: compress diff --git a/assets/img/favicons/manifest.json b/assets/img/favicons/manifest.json index b53302e..96a7198 100644 --- a/assets/img/favicons/manifest.json +++ b/assets/img/favicons/manifest.json @@ -1,5 +1,7 @@ --- # A part of the Favicons +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT License layout: compress diff --git a/assets/js/_src/_commons/search-display.js b/assets/js/_src/_commons/search-display.js index 7882417..37285c8 100644 --- a/assets/js/_src/_commons/search-display.js +++ b/assets/js/_src/_commons/search-display.js @@ -1,5 +1,7 @@ /* * This script make #search-result-wrapper switch to unloaded or shown automatically. +* v2.0 +* https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT License */ diff --git a/assets/js/_src/_commons/sidebar.js b/assets/js/_src/_commons/sidebar.js index 96c9633..655f771 100644 --- a/assets/js/_src/_commons/sidebar.js +++ b/assets/js/_src/_commons/sidebar.js @@ -1,5 +1,7 @@ /** * Expand or close the sidebar in mobile screens. + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT License */ diff --git a/assets/js/_src/_commons/tooltip.js b/assets/js/_src/_commons/tooltip.js index 8b8ff1d..3ed731c 100644 --- a/assets/js/_src/_commons/tooltip.js +++ b/assets/js/_src/_commons/tooltip.js @@ -1,7 +1,9 @@ /** -* Initial Bootstrap Tooltip. -* © 2019 Cotes Chung -* MIT License + * Initial Bootstrap Tooltip. + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy + * © 2019 Cotes Chung + * MIT License */ $(function () { $('[data-toggle="tooltip"]').tooltip({placement: "auto"}); diff --git a/assets/js/_src/_commons/topbar-switch.js b/assets/js/_src/_commons/topbar-switch.js index 7bc99db..373bb42 100644 --- a/assets/js/_src/_commons/topbar-switch.js +++ b/assets/js/_src/_commons/topbar-switch.js @@ -1,5 +1,7 @@ /* * Hide Header on scroll down + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT License */ diff --git a/assets/js/_src/_commons/topbar-title.js b/assets/js/_src/_commons/topbar-title.js index 4607ef5..4086e47 100644 --- a/assets/js/_src/_commons/topbar-title.js +++ b/assets/js/_src/_commons/topbar-title.js @@ -1,7 +1,9 @@ /* -* Topbar title auto change while scrolling in mobile screens. -* © 2018-2019 Cotes Chung -* MIT License + * Topbar title auto change while scrolling in mobile screens. + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy + * © 2018-2019 Cotes Chung + * MIT License */ $(function(){ diff --git a/assets/js/_src/category-collapse.js b/assets/js/_src/category-collapse.js index b11d689..e6ae255 100644 --- a/assets/js/_src/category-collapse.js +++ b/assets/js/_src/category-collapse.js @@ -1,5 +1,7 @@ /* * Tab 'Categories' expand/close effect. + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT License */ diff --git a/assets/js/_src/pageviews.js b/assets/js/_src/pageviews.js index cf6184e..563432d 100644 --- a/assets/js/_src/pageviews.js +++ b/assets/js/_src/pageviews.js @@ -5,6 +5,8 @@ * - jQuery * - countUp.js(https://github.com/inorganik/countUp.js) * + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2018-2019 Cotes Chung * MIT License */ diff --git a/assets/js/_src/timeago.js b/assets/js/_src/timeago.js index 4b86462..d78a65d 100644 --- a/assets/js/_src/timeago.js +++ b/assets/js/_src/timeago.js @@ -1,6 +1,7 @@ /* * Caculate the Timeago - * + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2019 Cotes Chung * MIT Licensed */ diff --git a/assets/js/_src/toc.js b/assets/js/_src/toc.js index c6f1a9f..3078579 100644 --- a/assets/js/_src/toc.js +++ b/assets/js/_src/toc.js @@ -1,6 +1,7 @@ /* * Hide the empty ToC in posts. - * + * v2.0 + * https://github.com/cotes2020/jekyll-theme-chirpy * © 2019 Cotes Chung * MIT Licensed */ diff --git a/feed.xml b/feed.xml index 5788ca0..980b9c3 100644 --- a/feed.xml +++ b/feed.xml @@ -1,6 +1,8 @@ --- layout: compress # Atom Feed, reference: https://validator.w3.org/feed/docs/atom.html +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT License --- diff --git a/index.html b/index.html index 0055c3c..cfecc6c 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ breadcrumb: label: Posts # Index page +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- \ No newline at end of file diff --git a/robots.txt b/robots.txt index 3216a49..ad4a840 100644 --- a/robots.txt +++ b/robots.txt @@ -1,5 +1,7 @@ --- # The robots rules +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License layout: null diff --git a/sitemap.xml b/sitemap.xml index 0fe8545..28644d0 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,6 +2,8 @@ layout: compress # # The Sitemap template +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/tabs/about.md b/tabs/about.md index c2a6159..8339fbd 100644 --- a/tabs/about.md +++ b/tabs/about.md @@ -2,6 +2,8 @@ title: About # The About page +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/tabs/archives.md b/tabs/archives.md index 6111f53..8d5508c 100644 --- a/tabs/archives.md +++ b/tabs/archives.md @@ -2,6 +2,8 @@ title: Archives # The Archives of posts. +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/tabs/categories.md b/tabs/categories.md index 3c1d82d..c720ff5 100644 --- a/tabs/categories.md +++ b/tabs/categories.md @@ -2,6 +2,8 @@ title: Categories # All the Categories of posts +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/tabs/tags.md b/tabs/tags.md index c5c6754..0627190 100644 --- a/tabs/tags.md +++ b/tabs/tags.md @@ -2,6 +2,8 @@ title: Tags # All the Tags of posts. +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License --- diff --git a/tools/build.sh b/tools/build.sh index 79e272b..ce1d734 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -1,6 +1,8 @@ #!/bin/bash # # Build jekyll site and store site files in ./_site +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # Published under MIT License diff --git a/tools/init.sh b/tools/init.sh index bf8009e..7821555 100755 --- a/tools/init.sh +++ b/tools/init.sh @@ -1,6 +1,8 @@ #!/bin/bash # # Initial the Categories/Tags pages and Lastmod for posts. +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # Published under MIT License diff --git a/tools/pv.sh b/tools/pv.sh index ffdad64..98f73ba 100755 --- a/tools/pv.sh +++ b/tools/pv.sh @@ -7,6 +7,8 @@ # - jq # - wget # +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # MIT Licensed diff --git a/tools/run.sh b/tools/run.sh index 3bba2a4..b45659e 100755 --- a/tools/run.sh +++ b/tools/run.sh @@ -5,6 +5,8 @@ # Requirement: # Option '-r, --realtime' needs fswatch › http://emcrisostomo.github.io/fswatch/ # +# v2.0 +# https://github.com/cotes2020/jekyll-theme-chirpy # © 2019 Cotes Chung # Published under MIT License