ShoGinn / wowchemy-block-instagram-behold

This is an Instagram block for Wowchemy

Home Page:https://shoginn-blocks-demos.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What

Provides an Instagram feed block section that is aggregated by Behold.so for the Hugo theme Wowchemy

Add the Block to your Site

  1. Install the block by referencing it in your config/_defaults/config.yaml:

    module:
      imports:
        - path: github.com/shoginn/wowchemy-block-instagram-behold

Example Implementation

  1. Create an instance of your block in home/, for example let's create home/instagram-feed.md:

    ---
    widget: 'github.shoginn.instagram-behold'
    
    # This file represents a page section.
    headless: true
    
    # Order that this section appears on the page.
    weight: 1
    
    # Title at the top of the Section
    title: Follow Me On Instagram
    
    ############################
    # Block Configuration Items
    ############################
    
    # Instagram button (optional)
    instagram:
       username: <YOUR INSTAGRAM NAME>
    
    # Behold block inject
    behold:
       id: <behold block id>
    
    ---
    
    # Optional Content below feed and button
    Irure commodo nisi cillum fugiat sunt aliqua tempor voluptate sit reprehenderit cupidatat commodo.

About

This is an Instagram block for Wowchemy

https://shoginn-blocks-demos.netlify.app/

License:MIT License


Languages

Language:HTML 89.6%Language:Shell 5.9%Language:JavaScript 4.5%