
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
Create a gallery from a set of images
This module takes a set of images and creates a gallery from those images. The gallery can either be organized in a grid or a vertical masonry. When an image is selected, a viewer opens, which is based on Lightbox 2.
The module is intended to be used together with Hinode, a Hugo theme. The module depends on Bootstrap, which is part of the Hinode theme.
To install this module in a site using the Hinode theme, the following steps are needed on that site:
config/_default/hugo.toml and add the following to the [module] section. [[module.imports]]
path = "github.com/myrthos/mod-mgallery"
config/_default/params.toml and add the following to the [modules] section, "mgallery" before the last bracket (]) of the optional parameter.npm run mod:update from the command line, to download the latest version of the gallery.To use the gallery, the mgallery shortcode is used. On the page where this shortcode is used, the following should be part of the frontmatter:
modules: ["mgallery"]
This will enable loading the required javascript files for the gallery.
For more information check the mgallery blog and documentation
Hinode is a clean blog theme for Hugo, an open-source static site generator. Hinode is available as a template, and a main theme. Visit the Hinode documentation site for installation instructions.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.