This is a port of the Arabica theme for Ghost to Hugo. You can find a live demo here.
Inside the folder of your Hugo site run:
$ cd themes
$ git clone https://github.com/nirocfz/arabica
$ cd arabica/exampleSite
$ hugo server --themesDir ../..
Add the following line to config.toml
to use the theme
theme = "arabica"
This is the config.toml
of exampleSite
baseurl = "https://example.org/"
title = "Arabica"
author = "John Doe"
paginate = 3
theme = "arabica"
[params]
description = "A minimal Hugo theme"
dateFormatToUse = "2006-01-02"
replaceGoogleFonts = "fonts.loli.net"
twitter = "example"
facebook = "example"
You can add image
front matter to a post, see example post.
Thanks
See LICENSE