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.
- Host: GitHub
- URL: https://github.com/juanwolf/calva
- Owner: juanwolf
- License: mit
- Created: 2020-02-01T16:47:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T08:58:56.000Z (over 4 years ago)
- Last Synced: 2025-04-02T06:36:23.965Z (2 months ago)
- Language: SCSS
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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_SRCIn 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