Skip to content

es-romo/coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dd33da · Jun 25, 2024

History

21 Commits
Jun 23, 2024
Jun 23, 2024
Jun 24, 2024
Jun 23, 2024
Jun 23, 2024
Jun 22, 2024
Jun 23, 2024
Jun 25, 2024
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024
Jun 23, 2024

Repository files navigation

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

About

A minimal Zola theme inspired by Steph Ango's Flexoki

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published