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

https://github.com/6r3g/hugo-theme-rfcish

RFCish is a minimal, monospaced, focus content and without JS theme for Hugo.
https://github.com/6r3g/hugo-theme-rfcish

blog hugo-theme minimal monospaced rfc tufte-css

Last synced: about 1 month ago
JSON representation

RFCish is a minimal, monospaced, focus content and without JS theme for Hugo.

Awesome Lists containing this project

README

          

# RFCish

RFCish is a minimal, focus content and without JS theme for Hugo.

As the name suggests, it draws heavily on the look of RFCs in general.

Forked from [Plain theme](https://github.com/AngeloR/plain-hugo-theme).

## Features

Everything I need or think I need...

- Table of contents
- Taxonomies : tags, categories and series
- [Catppuccin](https://catppuccin.com/) color scheme (Mocha or Latte)
- Dark/Light : Follow user preferences
- Syntax highlighting based on Chroma
- Breadcrumb
- Margin notes
- Side notes (from [Tufte](https://edwardtufte.github.io/tufte-css/)'s css)
- Offers translated versions of articles if available
- ...

## Demo

https://demo-rfcish.netlify.app/

## Installation

Hugo max. version : 0.144.2

```bash
$ hugo new site demo
$ cd demo/themes
$ git clone https://github.com/6r3g/hugo-theme-rfcish
$ cd ..
$ cp -r themes/hugo-theme-rfcish/exampleSite/* ./
$ hugo server --disableFastRender
```

## Credits

todo