Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bytes-crafter/arabica
- Owner: nirocfz
- License: mit
- Created: 2018-09-11T05:31:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T03:51:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T15:06:13.062Z (7 months ago)
- Topics: hugo
- Language: CoffeeScript
- Size: 1000 KB
- Stars: 21
- Watchers: 2
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nirocfz/arabica - A port of the Ghost arabica theme for Hugo (others)
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)