Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/k3rs3d/almandine
- Owner: k3rs3d
- License: gpl-3.0
- Created: 2024-05-31T23:40:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T21:50:12.000Z (7 months ago)
- Last Synced: 2024-06-01T23:58:19.108Z (7 months ago)
- Language: HTML
- Size: 634 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```