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.
- Host: GitHub
- URL: https://github.com/6r3g/hugo-theme-rfcish
- Owner: 6r3g
- License: mit
- Created: 2025-06-11T10:13:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T12:53:53.000Z (12 months ago)
- Last Synced: 2025-06-21T13:40:21.378Z (12 months ago)
- Topics: blog, hugo-theme, minimal, monospaced, rfc, tufte-css
- Language: CSS
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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