Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A minimal Zola theme inspired by Steph Ango's Flexoki

License

NotificationsYou must be signed in to change notification settings

es-romo/coco

Repository files navigation

A minimal theme inspired using Steph Ango'sFlexoki.

Check out thedemo or my personalwebsite for a real example.

coco theme

Installation

  1. Copy this repository inside of thethemes folder:
git submodule add https://github.com/es-romo/coco themes/coco
  1. Set coco as your theme inconfig.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, setmenu under the[extra] section ofconfig.toml:

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

Favicon

To add a custom favicon, setfavicon under the[extra] section ofconfig.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, setexternal_links_target_blank totrue under the[markdown] section ofconfig.toml:

external_links_target_blank =true

Who is coco?

Coco the catShe 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

[8]ページ先頭

©2009-2025 Movatter.jp