Skip to content

jameshclrk/zola-slim

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Slim

Slim is a minimal, clean and beautiful theme for Zola.

This theme was ported to Zola, the original is available at zhe/hugo-theme-slim. It is excellent, thank you zhe!

Slim screenshot

Demo.

Installation

cd themes
git clone https://github.com/jameshclrk/zola-slim slim

See the official docs for more information.

Configuration

Slim supports a tags taxonomy by default. This can be enabled by setting it in your config.toml:

taxonomies = [
    {name = "tags", paginate_by = 5, rss = true}
]

There are a couple of extra options supported:

[extra]
# Show a summary of a post in a list
slim_summary = false
# Show the content of a post in a list
slim_content = false
# Links to show at the top of the menu
slim_menu = [
    {url = "$BASE_URL/tags", name = "Tags"}
]
# Links to show at the bottom of the menu
slim_social = [
    {url = "https://github.com/jameshclrk", name = "Github"}
]

License

Open sourced under MIT license.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published