Skip to content

zoosky/striped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

striped - WIP

striped is a brazen two-column Gutenberg based on the HTML5UP theme striped.

striped screenshot

Contents

Installation

First download this theme to your themes directory:

$ cd themes
$ git clone https://github.com/zoosky/striped.git

and then enable it in your config.toml:

theme = "striped"

Options

Sidebar menu

Set a field in extra with a key of striped_links:

[extra]
striped_links = [
    {url = "https://google.com", name = "Google.com"},
    {url = "https://google.fr", name = "Google.fr"},
]

Each link needs to have a url and a name.

Sticky sidebar content

By default striped ships with a sidebar that affixes it's content to the bottom of the sidebar. You can optionally disable this by setting striped_sticky to false in your config.toml.