/arabica

A port of the Ghost arabica theme for Hugo

Primary LanguageCoffeeScriptMIT LicenseMIT

This is a port of the Arabica theme for Ghost to Hugo. You can find a live demo here.

Preview

Quickstart

Install

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/nirocfz/arabica

Preview exampleSite

$ cd arabica/exampleSite
$ hugo server --themesDir ../..

Configure Hugo

Add the folling 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

License

See LICENSE