b9e18a1510e3be5de250ed34205da318b76474e0
![dependabot[bot]](/assets/img/avatar_default.png)
Updates the requirements on [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome), [mermaid](https://github.com/mermaid-js/mermaid) and [tocbot](https://github.com/tscanlin/tocbot) to permit the latest version. Updates `@fortawesome/fontawesome-free` to 6.7.1 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.6.0...6.7.1) Updates `mermaid` to 11.4.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/mermaid@11.0.2...mermaid@11.4.0) Updates `tocbot` to 4.32.2 - [Release notes](https://github.com/tscanlin/tocbot/releases) - [Changelog](https://github.com/tscanlin/tocbot/blob/master/CHANGELOG.md) - [Commits](https://github.com/tscanlin/tocbot/compare/v4.29.0...v4.32.2) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-free" dependency-type: direct:production dependency-group: npm - dependency-name: mermaid dependency-type: direct:production dependency-group: npm - dependency-name: tocbot dependency-type: direct:production dependency-group: npm ... 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 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 |
---|---|
Clipboard | 2.0.11 |
Day.js | 1.11.13 |
Font Awesome Free | 6.7.1 |
GLightbox | 3.3.0 |
Loading-attribute-polyfill | 2.1.1 |
Mermaid | 11.4.0 |
Simple-Jekyll-Search | 1.10.0 |
Tocbot | 4.32.2 |
Languages
JavaScript
100%