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

https://github.com/juanwolf/calva

Hugo theme used by blog.juanwolf.fr or at least will when I am sober.
https://github.com/juanwolf/calva

Last synced: 2 months ago
JSON representation

Hugo theme used by blog.juanwolf.fr or at least will when I am sober.

Awesome Lists containing this project

README

        

* Calva

Hugo theme used by https://juanwolf.fr or at least will when I am sober. The aim is to have a fully functionnal theme without any use of JavaScript.

** How to use
#+BEGIN_SRC bash
git submodule add themes/calva https://github.com/juanwolf/calva
#+END_SRC

In your website config file:
#+BEGIN_SRC yaml
theme: "calva"
#+END_SRC

** Changelog

*** v0.1.3
**** 🐛 Fixes
- Increase contrast on post meta data

*** v0.1.2
**** 🐛 Fixes
- Remove font smoothing
- Fix linting issues
- Fix width overflow with inline code
- Fix RSS link in footer

*** v0.1.1
**** ✨ Features
- Add margin-bottom for code blocks
**** 🐛 Fixes
- Increase font size in posts

*** v0.1.0
Inital release. Only blogs are supported.
**** ✨ Features
- Syntax highlighting
- Breadcrumb
- Social media links in footer (see https://github.com/juanwolf/blog for an example)
- Blockquotes
- Table of content (not configurable yet)
- Responsive design

** Nice to have
- Twitter quote
- Webmentions
- Better fonts
Maybe Inter would be a nice font to set on the website.

** License
MIT License