Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive Hugo start-page theme for managing bookmarks, search engines, and quick links.

InspiniaAdmin is an HTML backend admin template for building background management systems, with a live demo on GitHub Pages.
freshStart is a Hugo theme that turns a static site into a personalized start page for managing bookmarks, search engines, and quick links.
freshStart is a responsive Hugo theme that generates a single-page start page from a YAML configuration file. You define search engines, navigation links, and bookmark groups in config.yaml, and the theme renders them as a clean, icon-based dashboard. It runs on the Hugo static site generator and is available as an open-source project on GitHub under the repository rz3n/hugo-theme-freshstart.
activated flag and a custom icon; the start page can present them as quick-search shortcuts.red, aqua, blue).config.yaml file under params, making the theme declarative and version-controllable.fab fa-github or fas fa-code-branch.git submodule add https://github.com/rz3n/hugo-theme-freshstart.git themes/freshstart.Install the theme as a git submodule, then create or update config.yaml with your searchEngines, nav, and bookmarks definitions under params. Run the Hugo build command (hugo) to generate a static site; the start page is rendered from that YAML config with no external database or runtime.
freshStart is a free, open-source Hugo theme hosted on GitHub.
Yes, freshStart is a free, open-source theme. You can clone or submodule it directly from GitHub and use it without charge.
You need a Hugo site. The installation guide shows adding the theme as a git submodule inside your Hugo site directory, then configuring config.yaml with your own search engines, nav links, and bookmarks.
In config.yaml, under params.searchEngines, add an entry with a name, a URL (e.g., https://google.com/search), an icon class, and set activated: true to display it. The example shows Google and DuckDuckGo.
Yes. Each bookmark, group, or nav item can specify a Font Awesome icon class, such as fab fa-github or fas fa-code-branch. Optional color classes like red, aqua, and blue are also used in the example config.
The theme is a static site generated by Hugo; the page itself loads icon fonts from Font Awesome. The documentation does not mention any required JavaScript libraries.