Hugo Themes
Arabica
A port of the Ghost arabica theme for Hugo
- Author: Chen Fangzhou
- Minimum Hugo Version: 0.41
- GitHub Stars: 17
- Updated: 2019-10-12
- License: MIT
- Tags: Blog Minimal
This is a port of the Arabica theme for Ghost to Hugo. You can find a live demo here.
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