Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme with a portfolio light-box gallery for artists and photographers, based on alageek.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Robotico is a minimal Hugo theme for artists and photographers, adding a portfolio light-box gallery to a stripped-down fork of the alageek theme.
Robotico is an open-source Hugo theme built as a stripped-down, modified version of the alageek theme by gkmngrgn. It takes standard Hugo site content — markdown files, an _index.md home page, and a site config.toml — and generates a static, responsive website. The theme's core addition is a portfolio gallery that displays images in an Ekko-lightbox popup. The project is hosted on GitHub and released under the MIT license.
[[params.portfolio]] entries in config.toml, each with a link to an image file, and open in an Ekko-lightbox 5.3.0 overlay when clicked.config.toml, with a sample configuration in the example site.Robotico is designed for artists, photographers, and visual creators who want a clean, minimal portfolio site with a gallery view. It is also suited to Hugo developers who prefer a lightweight, readable theme structure that they can extend, and to anyone who needs LaTeX or code syntax support on a small personal site.
_index.md and [[params.portfolio]] entries.To use Robotico, place your content in Hugo's standard structure and create an _index.md file for the home page. Then add gallery entries in config.toml under [[params.portfolio]], each with a link pointing to an image path (relative paths are allowed). The example site in the repository demonstrates the available parameters.
Yes. Robotico is released under the MIT license, so it's free to use, modify, and distribute in both personal and commercial projects.
Add a [[params.portfolio]] array in config.toml for each image, for example link = "img/portfolio/example_01.jpg". The path is relative to the site root, so make sure your image files are in the correct folder.
Yes. The theme includes LaTeX support, so you can write math formulas in your content without adding another plugin.
The theme bundles Bootstrap 4.1.3, Highlight.js 9.12.0, Jquery slim 3.3.1, Progressively 1.2.5, Webfont 1.6.28, and Ekko-lightbox 5.3.0. These are loaded via the theme, so you don't need to install them separately.