/coco

A minimal Zola theme inspired by Steph Ango's Flexoki

Primary LanguageSCSSMIT LicenseMIT

coco

A minimal theme inspired using Steph Ango's Flexoki.

Check out the demo or my personal website for a real example.

coco theme

Installation

  1. Copy this repository inside of the themes folder:
git submodule add https://github.com/es-romo/coco themes/coco
  1. Set coco as your theme in config.toml:
theme = "coco"
  1. (OPTIONAL) Copy the sample content:
cp -r themes/coco/content content

Options

Navigation bar links

To add links to the navigation bar, set menu under the [extra] section of config.toml:

[extra]
menu = [
    {url = "/projects", name = "/projects"},
    {url = "/now", name = "/now"}
]

Favicon

To add a custom favicon, set favicon under the [extra] section of config.toml to the relative url where it is stored.

[extra]
favicon = "/path/to/icon.ico"

External url arrows

For the arrows to appear on the external links as in the demo, set external_links_target_blank to true under the [markdown] section of config.toml:

external_links_target_blank = true

Who is coco?

Coco the cat She was my rescue cat :)

License

MIT

Attributions