Giter Club home page Giter Club logo

chirpy-static-assets's Introduction

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.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

chirpy-static-assets's People

Contributors

cotes2020 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.