Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for personal pages with rotating fullscreen backgrounds and social profiles.
Just me! is a minimal Hugo theme for creating a single-page personal site with rotating fullscreen backgrounds and social profile links, built by José Luis Núñez and released under the MIT license.
Just me! is a Hugo theme that renders only a home page, with no blog archive, taxonomy pages, or other content sections. It takes your Hugo site's content files for backgrounds and social profiles and produces a fullscreen, responsive personal landing page with a rotating background gallery and clickable social icons. The theme runs on Hugo version 0.81.0, is available on GitHub under the MIT license, and has a live demo at https://jota-ele-ene.github.io/just-me-starter.
content/backgrounds; the theme's scripts pick images that match the window's landscape or portrait orientation and re-evaluate on resize.content/profiles; set the profile variable to a Font Awesome icon name (without the fa- prefix) or supply a custom image.ga_tracking_id parameter in config.toml to enable tracking on the page.i icon at the bottom-right.config.toml and content files.content/backgrounds) and get credit attributes shown to visitors.just-me-starter repo into Forestry CMS with one click or by adding the repository as a git submodule: git submodule add https://github.com/jota-ele-ene/just-me.git themes/just-me.config.toml with standard Hugo variables plus params.author, params.author_link, and optionally params.ga_tracking_id. Set disableKinds = ["taxonomy", "term", "RSS", "sitemap"]._index.md, backgrounds, profiles) to your site's content folder, edit the markdown front-matter, and run hugo server -D to see the page locally.The theme is free and open-source under the MIT license.
Yes, the theme is released under the MIT license, so you can use, modify, and redistribute it freely. The author also accepts optional donations through a Ko-fi page.
Yes. Add a ga_tracking_id parameter in the params section of your Hugo config.toml file, and the theme will include the Google Analytics tracking code.
Create a new markdown file in content/profiles — either manually or by running hugo new profiles/new-profile.md. In the front-matter, set profile to a Font Awesome icon name (such as github for the GitHub icon) or set image to a custom image path. Only profiles with draft: false appear on the homepage.
Yes. Add a markdown file in content/backgrounds with an imageURL pointing to your image and a size value indicating orientation. The theme only displays backgrounds marked draft: false and matches images to the window orientation.
No. The theme intentionally renders only the homepage. To use a blog, you would need to extend the theme with your own templates or choose a different Hugo theme.
