- Notifications
You must be signed in to change notification settings - Fork0
A minimal Zola theme inspired by Steph Ango's Flexoki
License
NotificationsYou must be signed in to change notification settings
es-romo/coco
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A minimal theme inspired using Steph Ango'sFlexoki.
Check out thedemo or my personalwebsite for a real example.
- Copy this repository inside of the
themes
folder:
git submodule add https://github.com/es-romo/coco themes/coco
- Set coco as your theme in
config.toml
:
theme ="coco"
- (OPTIONAL) Copy the sample content:
cp -r themes/coco/content content
To add links to the navigation bar, setmenu
under the[extra]
section ofconfig.toml
:
[extra]menu = [ {url ="/projects",name ="/projects"}, {url ="/now",name ="/now"}]
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"
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
- Flexoki theme by Step Ango; Seehttps://stephango.com/flexoki
- A Modern CSS Reset by Josh W Comeau; Seehttps://www.joshwcomeau.com/css/custom-css-reset/
- Thanks to not-matthias for the inspiration; Seeapollo
- The default favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f431.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source:https://github.com/twitter/twemoji/blob/master/assets/svg/1f431.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
About
A minimal Zola theme inspired by Steph Ango's Flexoki
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published