Skip to content

rodrigoalcarazdelaosa/wowchemy-widget-hero-lottie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Hero widget that allows for adding Lottie animations (https://lottiefiles.com) and animated stickers from Telegram (https://telegram.org/blog/animated-stickers) to your Wowchemy (https://wowchemy.com) site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages