Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Hugo theme for personal websites with modern, fresh, and responsive design by Radity.
Raditian Free Hugo Theme is a free, MIT-licensed Hugo theme for personal websites, created by the digital agency Radity, that produces a modern, responsive single-page portfolio layout from a Hugo static site.
Raditian is a Hugo theme built by Radity (radity.com) for personal websites. It takes a Hugo static site generator project and outputs a responsive portfolio homepage styled with a modern, clean design. The theme is distributed on GitHub at https://github.com/radity/raditian-free-hugo-theme and can be cloned or downloaded as a ZIP archive.
hugo server -D serves the site at http://localhost:1313/ for development.git clone or direct download from GitHub.Raditian is intended for individuals who want a personal website without paying for a theme. Freelancers can use it to present their services and past work, developers can use it as a lightweight starting point for a Hugo-based portfolio, and students or creatives can quickly publish a clean online resume. Because it is static, it suits users comfortable with editing config.toml rather than using a CMS.
Raditian works like a standard Hugo theme. After installing Hugo, you create a new site with hugo new site your-site-name, then clone the theme into the themes directory. You replace the default config.toml with the one from the theme's exampleSite folder and run hugo server -D to view the site at http://localhost:1313/.
Raditian is free to use under the MIT License. There is no paid tier; you can clone or download it from GitHub without charge.
Yes, the theme is published under the MIT License. You can use it for personal or commercial projects, modify it, and redistribute it with attribution as required by the license.
Install Hugo first, then create a new site with hugo new site. Clone the theme into the themes folder, replace config.toml with the exampleSite config, and run hugo server -D to preview locally at http://localhost:1313/.
No, Raditian is a static Hugo theme. Content is managed through the config.toml file and page files, so no database or CMS is required.
The installation instructions point to the official Hugo getting-started guide at https://gohugo.io/getting-started/installing/, so a recent stable Hugo release is recommended, though the theme does not specify a minimum version.