Skip to content

am1t/musings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a personalized port of the Arabica theme for Ghost to Hugo and Micro.blog. You can find a demo here from the Wayback Machine as I don't use the theme anymore.

PS: I haven't made it ready to be used as a custom theme. I haven't tested for any custom settings or strings in the template not parameterized yet. So, use it cautiously and with enough testing

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

About

A port of the Ghost arabica theme for Hugo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.1%
  • HTML 44.9%