Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesrocket/halve-z
Retro two-column theme for Zola
https://github.com/charlesrocket/halve-z
8bit cactus giscus zola
Last synced: 4 months ago
JSON representation
Retro two-column theme for Zola
- Host: GitHub
- URL: https://github.com/charlesrocket/halve-z
- Owner: charlesrocket
- License: mit
- Created: 2024-01-13T19:47:06.000Z (about 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-09-27T08:45:44.000Z (4 months ago)
- Last Synced: 2024-09-27T12:23:00.440Z (4 months ago)
- Topics: 8bit, cactus, giscus, zola
- Language: HTML
- Homepage: https://halve-z.netlify.app/
- Size: 4.67 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# `halve-z`
[![Netlify Status](https://api.netlify.com/api/v1/badges/352a12ed-cdba-4545-9256-9fb698f5a94f/deploy-status?branch=trunk)](https://app.netlify.com/sites/halve-z/deploys)A two-column theme for **Zola**.
![logo](https://raw.githubusercontent.com/charlesrocket/halve-z/trunk/static/favicon-32x32.png)
## Features
This is a _retro_ port of [Halve](https://github.com/TaylanTatli/Halve) (**Jekyll**). It features:
* search
* taxonomies
* PWA (dynamic cache/offline mode)
* auto color schemes
* ToC
* pagination
* media shortcodes
* SEO
* CSP
* project cards
* comments ([Cactus](https://gitlab.com/cactus-comments/)/[Giscus](https://github.com/giscus/giscus))
* read time## Installation
Add theme submodule using `git`:
```sh
git submodule add https://github.com/charlesrocket/halve-z themes/halve-z
```### Updates
Use the following command to update theme to the latest version:
```
git submodule update --recursive --remote
```## Configuration
1. Copy theme's [config.toml](https://github.com/charlesrocket/halve-z/blob/trunk/config.toml) into your project's root directory. Set variables as required and add `theme = "halve-z"` at the **top** of the config file.
2. Copy the content to get started:```
cp -R -f themes/halve-z/content/ content/
```## Usage
See demo [posts](https://halve-z.netlify.app/posts/).