Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangonya/zweifel

A hugo theme based on @stefanzweifel's site
https://github.com/wangonya/zweifel

hugo personal-site theme

Last synced: about 1 month ago
JSON representation

A hugo theme based on @stefanzweifel's site

Awesome Lists containing this project

README

        

# zweifel

A hugo theme based on @stefanzweifel's site (as of March 22, 2024 at least).

[Sample site](https://main--zweifel-site.netlify.app/)

![home-screenshot](./home-screenshot.jpg)

![post-screenshot](./post-screenshot.jpg)

## Features

Nothing special. Looks pretty good though.

## Installation

To install zweifel as your default theme, first install this repository in the `themes/` directory:

$ cd themes/
$ git clone https://github.com/wangonya/zweifel.git

Second, specify `zweifel` as your default theme in the `config.toml` file. Just add the line

theme = "zweifel"

at the top of the file.