Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo blog theme ported from the Ghost Arabica theme.
Arabica is a Hugo theme that ports the Ghost Arabica design to the Hugo static site generator, allowing you to run a minimal blog from Markdown content.
Arabica is a free, open-source Hugo theme created as a direct port of the Ghost Arabica theme by slunsford, adapted for Hugo by nirocfz. It takes Markdown post files and a config.toml site configuration as input and outputs a static blog website that can be hosted on any static host such as Netlify.
The theme includes an exampleSite folder with a working configuration and sample content so you can preview it locally with a single command. The live demo is hosted at https://arabica.netlify.com, and the source is available on GitHub under the repository nirocfz/arabica.
Bloggers who want a clean, minimal writing-focused layout without visual clutter will find Arabica a straightforward starting point. Developers familiar with Hugo can clone the theme and modify it directly, since it is a small codebase. Former Ghost users who want to migrate to a static site generator can keep a familiar aesthetic through this port.
To install, clone the repository into your Hugo site's themes folder with git clone https://github.com/nirocfz/arabica. Then add theme = "arabica" to your config.toml file. To preview the example site, navigate to the exampleSite directory and run hugo server with the themes directory pointed two levels up.
Arabica is open source under the license included in its repository. You can download, modify, and use it without paying for a license.
Yes. You can add an image field to a post's front matter, and the theme will display the image in the post layout, as shown in the example post in the repository.
It replaces the default Google Fonts URL with an alternative mirror domain. This is useful when the default Google Fonts endpoint is blocked or slow in your region.
Yes, it leverages standard Hugo configuration such as baseURL, title, author, and paginate, and it uses the usual content and template structure, so it works with any standard Hugo site.