7bc0d86b6af83d7acfc63db50f29a5975cec2513
* build(deps): bump the npm group with 1 update Updates the requirements on [mermaid](https://github.com/mermaid-js/mermaid) to permit the latest version. Updates `mermaid` to 10.8.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v10.6.1...v10.8.0) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): upgrade mermaid to `10.8.0` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 updateAnd 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.ymloptions as follows:# _config.yml assets: self_host: enabled: trueAnd 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.5.1 |
| jQuery | 3.7.1 |
| Loading-attribute-polyfill | 2.1.1 |
| Magnific Popup | 1.1.0 |
| Mermaid | 10.8.0 |
| Simple-Jekyll-Search | 1.10.0 |
| Tocbot | 4.25.0 |
Languages
JavaScript
57.2%
CSS
42.8%