Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bytes-crafter/arabica

A port of the Ghost arabica theme for Hugo
https://github.com/bytes-crafter/arabica

hugo

Last synced: 2 months ago
JSON representation

A port of the Ghost arabica theme for Hugo

Awesome Lists containing this project

README

        

This is a port of the [Arabica theme for Ghost](https://github.com/slunsford/arabica) to Hugo. You can find a live demo [here](https://arabica.netlify.com).

![Preview](https://raw.githubusercontent.com/nirocfz/arabica/master/images/screenshot.png)

## 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 following line to `config.toml` to use the theme

```
theme = "arabica"
```

This is the `config.toml` of [exampleSite](/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](https://github.com/nirocfz/arabica/blob/master/exampleSite/content/post/creating-a-new-theme.md).

Thanks

* [Hugo](https://gohugo.io/)
* [slunsford/arabica](https://github.com/slunsford/arabica)
* [xianmin/hugo-theme-jane](https://github.com/xianmin/hugo-theme-jane)

## License

See [LICENSE](https://github.com/nirocfz/arabica/blob/master/LICENSE)