Skip to content

eliasson/liquorice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liquorice

Liquorice is a small black and white theme for Hugo (a fast and modern static website engine).

Dependencies

Liquorice needs at least version 0.20 of Hugo.

Partials

There are a few partials that is of great interest to override

author

The author partial is added at the end of each single page (such as blog posts) and by default only prints the name of the author registered in the site params, e.g. in your config.toml

[params]
    author = "Markus"

In order to override and have your own markup appended to single pages, just create the file layouts/partials/author.html and roll your own.

Shortcodes

Liquorice comes with these additional shortcodes:

gist

Include a Github gist using their JavaScript include.

{{% gist e572b28c9a0eef0b2763 %}}

Where the first parameter is the gist id.

Building

There is not much to build, but the theme CSS is minified using the node tool clean-css.

cleancss -o static/css/liquorice.min.css static/css/liquorice.css

Any change in styles needs to result in a minification!

License

Liquorice is released under the MIT license, see LICENSE for details.

About

Liquorice is a small black and white theme for Hugo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •