Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/k3rs3d/almandine

A theme for Hugo (static site generator).
https://github.com/k3rs3d/almandine

Last synced: about 1 month ago
JSON representation

A theme for Hugo (static site generator).

Awesome Lists containing this project

README

        

# Almandine Theme for Hugo

This is my first ever Hugo theme! I'm still learning, and it's a work in progress.

![Screenshot of Almandine theme work-in-progress](./preview.jpg)

## Goals

- Accessibility first; screen-reader friendly
- Single-column layout
- Minimal card-based look
- No JavaScript

## Features

- Mobile friendly CSS
- Support "All" list, which lists post from every section
- Tags are unique per section
- Collapsible table of contents
- Comes with several useful shortcodes
- Localization support (you can configure it for multiple languages)
- "Jump to Top" convenience link in footer

## Installation

Inside your project folder, clone `almandine` to your `themes` folder.
Then delete the `.git` file.

```bash
git clone https://github.com/k3rs3d/almandine/
rm -rf themes/almandine/.git
```