• Stars
    star
    292
  • Rank 142,152 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimalist, responsive hugo theme inspired by terminal ricing aesthetics.

risotto

risotto is a minimalist, responsive hugo theme inspired by terminal ricing aesthetics.

Screenshot of the risotto theme

Install

The easiest way to install the theme is to clone this repository into your site's themes directory:

git clone https://github.com/joeroe/risotto themes/risotto

If your site is already a git repository, you can add the theme as a submodule instead:

git submodule add https://github.com/joeroe/risotto.git themes/risotto

Update

If you installed the theme using git clone, pull the repository to get the latest version:

cd themes/risotto
git pull

Or, if you added it as a git submodule:

git submodule update --remote

Configure

To use the theme, add theme = 'risotto' to your site's config.toml, or theme: risotto to your config.yaml respectively.

See exampleSite/config.toml for the theme-specific parameters you need to add to your site's config.toml or config.yaml to configure the theme.

Colour palettes

risotto uses the base16 framework to define colour schemes that can be used with the theme.palette parameter. A selection of 16 palettes (10 dark, 6 light) are bundled with the theme: apprentice, base16-dark, base16-light, dracula, gruvbox-dark, gruvbox-light, material, papercolor-dark, papercolor-light, solarized-dark, solarized-light, tender, tokyo-night-dark, tokyo-night-light, windows-95 and windows-95-light. The default is base16-dark.

The easiest way to use other base16 styles is to place .css file from https://github.com/monicfenga/base16-styles/tree/master/css-variables and place it in your static/css/palettes directory.

Or to define a wholly custom theme, you will need to define the following CSS variables for the following base16 colours (see base16-dark.css for an example):

Base Default colour Used for Examples
00 Dark Background Page background
01 β”‚ Alt. background Content background
02 β”‚ In-text backgrounds <pre>, <code>, <kbd>, <samp>
03 β”‚ Muted text :before & :marker symbols
04 β”‚ Alt. foreground Aside text
05 β”‚ Foreground Content text
06 β”‚
07 Light
08 Red
09 Orange
0A Yellow Highlights Selected text, <mark>
0B Green Primary accent Logo
0C Cyan Active links a:active, a:hover
0D Blue Links a:link, a:visited
0E Magenta
0F Brown

For light mode palettes, the sequence of 00–07 should be reversed (light to dark, not dark to light). Note that not all colours are currently used in the theme.

More Repositories

1

stratigraphr

R package for archaeological stratigraphy and chronological sequences
R
18
star
2

rpaleoclim

R interface for PaleoClim paleoclimate data
R
12
star
3

era

R package for year-based time scales
R
11
star
4

r4r_visualisation

Slides, code examples, and exercises for the visualisation module of "R for Archaeologists", a winter school held at the University of Pisa, 2020–2024
HTML
8
star
5

fieldwalkr

R package for spatial sampling and survey simulation
R
7
star
6

SWAsiaNeolithicFounderCrops

Data and code for Arranz-Otaegui & Roe (2023), "Revisiting the concept of the 'Neolithic Founder Crops' in southwest Asia'
PostScript
6
star
7

c14

R package for tidy radiocarbon data
R
6
star
8

tavo-a27

Data from Uerpmann 1987, The Ancient Distribution of Ungulate Mammals in the Middle East, TAVO A27
TeX
5
star
9

gis_in_archaeology

Course website for "GIS in Archaeology" (437571) at the University of Bern. Updated for the fall semester, 2022 (HS2022).
Lua
5
star
10

swapdata

Southwest Asian Palaeoarchaeology Data
R
4
star
11

rintchron

R Interface to IntChron
R
4
star
12

caa2019_qcontinuum

The Q Continuum: open source GIS tools for paperless field survey (CAA 2019, KrakΓ³w)
HTML
3
star
13

rzvr_poster

Poster on the results of the Razavar Valley Survey (2018)
HTML
3
star
14

smada

Course website for "Statistical Methods for Archaeological Data Analysis" (452240) at the University of Bern. Updated for the spring semester, 2023 (FS2023).
Lua
3
star
15

ZagrosC14

Research compendium containing data and source code for an analysis of chronology and regional settlement in the Zagros, 20,000-6000 BP.
HTML
3
star
16

ruby-radiocarbon

Ruby gem for fast radiocarbon calibration
Ruby
3
star
17

cleanc14

R package for cleaning radiocarbon data
R
2
star
18

islay

Datasets for teaching R for archaeologists
R
2
star
19

caa2019_halfway_house

A halfway house: open source tools for tidy photographic and 3D data management between the field and the archive (poster presentation at CAA 2019, KrakΓ³w)
HTML
2
star
20

joeroe.github.io

Source repository for my personal website
HTML
1
star
21

joeroe

Joe Roe's GitHub profile repository
1
star
22

piwigo-3dhop

Piwigo plugin for viewing 3D models using 3DHOP
JavaScript
1
star
23

numerals

R package for numeric vectors with Unicode numerals
R
1
star