GitXplorerGitXplorer
h

solar-theme-zola

public
9 stars
7 forks
0 issues

Commits

List of commits on branch master.
Verified
bdce39edbf647aa1198690fa832b092b61cd149c

Merge pull request #5 from Jieiku/patch-1

hhulufei committed 2 years ago
Verified
75620b23d79d9b2a99be6d5134a2160d112b46a5

Update theme.toml

JJieiku committed 2 years ago
Verified
9b4b4aed10a01042fd09b36f03b7ef29d14f0ca6

Merge pull request #3 from Jieiku/master

hhulufei committed 2 years ago
Unverified
565a60eb57bd6f5aaf60d9900c8e84501feb964d

Update Theme to work with Latest Zola

JJieiku committed 2 years ago
Verified
85dce5d28b43a33b85de56da48672811feaf497d

Merge pull request #2 from JoelMon/fix-README-typo

hhulufei committed 4 years ago
Unverified
4e31ac1a4775e570517c7b613433eb6f8626ec73

Fixed typo in repo address

JJoelMon committed 4 years ago

README

The README file for this repository.

Solar Theme for Zola

Port of Solar theme for Hugo to Zola.

screenshot

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.com/hulufei/solar-theme-zola", name = "Repository" },
  { url = "rss.xml", name = "RSS" },
]

Each link needs to have a url and a name.