/wowchemy-block-gallery

block-gallery for wowchemy, based on official block features

Primary LanguageHTMLMIT LicenseMIT

Looking to build and publish a Wowchemy Block that doesn’t exist yet?

Wowchemy makes it easy to create a beautiful website for free. Edit your site in Markdown, Jupyter, or RStudio, generate it with Hugo, and deploy with GitHub or Netlify. Customize anything on your site with blocks, themes, and language packs.

🌈 Add the Block to your Site

  1. Install the block by referencing it in your config/_defaults/config.yaml:
    module:
      imports:
        # Your block's GitHub URL (replace <USERNAME> and <COLLECTION-NAME> with your GitHub username and block collection name)
        - path: github.com/<USERNAME>/wowchemy-block-<COLLECTION-NAME>
  2. Create an instance of your block in home/, for example let's create home/my-block.md:
    ---
    sections:
      - block: gallery
        content:
           title: Facilities
           # subtitle: Section subtitle
           # text: Section text
           items:
             - name: Computer
               description: do computing
               img: facilities/computer.jpg
             - name: Laser Tube
               description: gen laser
               img: facilities/computer.jpg
             - name: Printer
               description: print
               img: facilities/computer.jpg

📢 Share your block

Add the wowchemy-hugo-extension tag to your block's GitHub repository to help other users find it.

Share your block with the community on Discord and Twitter.