Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo blog theme that displays only the 10 most recent posts and individual post pages.
Anybody Home? is a minimal Hugo theme that produces a blog-only site: a homepage listing the 10 most recent posts with pagination, plus individual post pages, and no other page types.
Anybody Home? is a single-purpose Hugo theme created by lasseborly for bloggers who want only a post list and a post view. It takes Markdown content files from a Hugo site and renders them into an HTML list of the 10 latest posts and standalone post pages, with automatic pagination beyond that limit. The theme contains no archives, tags, categories, or about pages by design. Its complete feature set is tuned for speed and simplicity, as its stated tagline is 'A simple theme for simple people with simple needs.'
params.subtitle value in config.toml, displayed alongside the site title.themes/anybodyhome with git clone https://github.com/lasseborly/anybodyhome.git themes/anybodyhome.theme = "anybodyhome" entry in config.toml or the -t anybodyhome flag on the hugo command.config.toml block and a single git clone.hugo -t anybodyhome) and start writing Markdown posts in content/.Clone the repository into your Hugo site’s themes folder, select the theme in config.toml (or with the -t flag), then add Markdown files to the content directory. The theme automatically builds the homepage from the latest 10 posts and generates a page per post. Optional customization is limited to standard Hugo config and a subtitle parameter.
The theme is publicly available on GitHub and can be cloned with git clone, so you can download and use it without payment. There is no license file or paid tier mentioned on the repository page.
No. The theme deliberately omits all taxonomy pages; the only two pages are the main post list and individual posts. If you need tags or categories, you would need to modify the theme templates.
From the root of your Hugo site, run git clone https://github.com/lasseborly/anybodyhome.git themes/anybodyhome. Then set theme = "anybodyhome" in your config.toml or run hugo -t anybodyhome.
Yes. Add a [params] section to your config.toml and set subtitle = "Your Subtitle". The theme renders this subtitle on the site alongside the title.
Yes. The homepage lists only the 10 most recent posts and automatically adds pagination links when the post count exceeds that limit.