Co-authored-by: GitHub Action <action@github.com>
1.4 KiB
+++ title = "solar-theme-zola" description = "A port of solar-theme-hugo for zola" template = "theme.html" date = 2020-07-08T12:08:02+02:00
[extra] created = 2020-07-08T12:08:02+02:00 updated = 2020-07-08T12:08:02+02:00 repository = "https://github.com/hulufei/solar-theme-zola.git" homepage = "https://github.com/hulufei/solar-theme-zola" minimum_version = "0.4.0" license = "MIT" demo = ""
[extra.author] name = "hulufei" homepage = "https://github/hulufei" +++
Solar Theme for Zola
Port of Solar theme for Hugo to Zola.
Installation
First download this theme to your themes
directory:
$ cd themes
$ git clone https://github.com/hulufei/solar-theme-zola.git
and then enable it in your config.toml
:
theme = "solar-theme-zola"
Add title
and description
:
title = "Your Blog Title"
description = "Your blog description"
Options
Color schemes
Set color scheme to (Solarized) dark
or (Solarized) light
with highlight_theme
option:
highlight_theme = "solarized-dark"
Sidebar menu
Set a field in extra
with a key of site_menus
:
site_menus = [
{ url = "https://github/hulufei/solar-theme-zola", name = "Repository" },
{ url = "rss.xml", name = "RSS" },
]
Each link needs to have a url
and a name
.