fe66cdda15149023a7e2a104283dbae2c656f7e0
![dependabot[bot]](/assets/img/avatar_default.png)
* build(deps): bump the npm group with 2 updates Updates the requirements on [bootstrap](https://github.com/twbs/bootstrap) and [dayjs](https://github.com/iamkun/dayjs) to permit the latest version. Updates `bootstrap` to 5.3.2 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) Updates `dayjs` to 1.11.10 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.9...v1.11.10) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production dependency-group: npm - dependency-name: dayjs dependency-type: direct:production dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * chore: amend update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Static Assets for Chirpy Jekyll Theme
Introduction
Static assets (libraries/plugins/web-fonts) required by the Chirpy based website to run. It provides the opportunity to choose self-host assets in production or development mode.
Usage
-
If you want to use these assets only in local development:
Go to the root of your site and clone the assets as follows:
$ git submodule init $ git submodule update
And then set your site configuration options:
# _config.yml assets: self_host: enabled: true env: development
-
If you expect the assets to be self-hosted when your website is published:
Keep the
_config.yml
options as follows:# _config.yml assets: self_host: enabled: true
And then update the GitHub Actions workflow in
.github/workflows/pages-deploy.yml
:steps: - name: Checkout uses: actions/checkout@v2 with: + submodules: true
Versions
Dependency | Version |
---|---|
Bootstrap | 5.3.2 |
Clipboard | 2.0.11 |
Day.js | 1.11.10 |
Font Awesome Free | 6.4.2 |
jQuery | 3.7.1 |
Loading-attribute-polyfill | 2.1.1 |
Magnific Popup | 1.1.0 |
Mermaid | 10.4.0 |
Simple-Jekyll-Search | 1.10.0 |
Tocbot | 4.21.1 |
Languages
JavaScript
100%