Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Hugo theme for personal intro pages, based on SimpleIntro and styled with Tailwind CSS.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Simple Intro is a Hugo theme that produces a minimal personal introduction page, built on top of Tailwind CSS and a fork of the original SimpleIntro theme by gangjun06.
Simple Intro is a lightweight Hugo theme designed to display a simple introduction or profile page. It takes Hugo site content — such as configuration and Markdown files — and generates a static, single-page intro site. The theme runs on Hugo, the static site generator, and is maintained in the qub1750ul/hugo-simpleIntro repository, with the original work credited to gangjun06. It is available as a Git submodule, which makes installation and updates straightforward.
git submodule add https://github.com/qub1750ul/hugo-simpleIntro themes/simpleIntro, keeping the theme versioned alongside your site.exampleSite branch exists to demonstrate the development workflow and provide sample content for customization.First, create a new Hugo site with hugo new site <site-name> and navigate into it. Then add this theme as a Git submodule using the command shown in the repository's "Get Started" section, which binds the theme directory to a specific commit in the themes/simpleIntro folder. After that, you can edit your Hugo configuration and content files to personalize the intro page.
The theme is open source. Its components carry permissive licenses: Tailwind CSS and Devicons are MIT licensed, Font Awesome is used under its free license, and the original SimpleIntro is Apache licensed. This means you can use and modify the theme for personal or commercial projects without paying a fee, subject to the terms of those licenses.
Run hugo new site <site-name>, then cd <site-name>, and execute git submodule add https://github.com/qub1750ul/hugo-simpleIntro themes/simpleIntro. After that, set the theme in your Hugo config and start customizing the content.
Yes, the theme and its dependencies are distributed under open-source licenses. The original theme is Apache licensed, while Tailwind CSS and Devicons are MIT licensed, and Font Awesome's free icons are covered by the Font Awesome Free license.
No. Tailwind CSS is already integrated into the theme as a dependency on the stylesheet layer. You do not need to install or configure Tailwind separately when using this theme.
The theme includes two icon libraries: Devicons, which provides technology and programming-related icons, and Font Awesome, which offers a broad set of general-purpose icons. Both are integrated into the theme's markup.
The exampleSite branch contains sample content and serves as a reference for how to set up a development environment for the theme. Switch to that branch in the repository to see the recommended workflow.