Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 885 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 885 Bytes

Wowchemy Widget for adding Lottie animations and animated stickers from Telegram to your Wowchemy Site.

🌈 Add the Widget to your Site

  1. Install the widget by referencing it in your config/_defaults/config.yaml:
    module:
      imports:
        - path: github.com/rodrigoalcarazdelaosa/wowchemy-widget-hero-lottie
  2. Create an instance of your widget in home/, for example let's create home/my-widget.md:
    ---   
    widget: 'github.rodrigoalcarazdelaosa.hero-lottie'
    
    # This file represents a page section.
    headless: true
    
    # Order that this section appears on the page.
    weight: 1
    
    title: Hello
    
    hero_media: "lottie/notes.json" # Path relative to your `assets/media` folder 
    ---
    
    Welcome to my new widget!