diff --git a/README.md b/README.md index a44d68d..cb2da77 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/pawroman/zola-theme-terminimal/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/pawroman/zola-theme-terminimal/actions/workflows/pages/pages-build-deployment) ![No JavaScript](https://img.shields.io/badge/JavaScript-none-brightgreen.svg) -![Screenshot](../master/screenshot/screenshot.png?raw=true) +![Screenshot](../master/screenshot.png?raw=true) See the live demo (of the default configuration) here: https://pawroman.github.io/zola-theme-terminimal/ diff --git a/screenshot/screenshot.png b/screenshot.png similarity index 100% rename from screenshot/screenshot.png rename to screenshot.png diff --git a/theme.toml b/theme.toml index f8d33f2..5bcbdb0 100644 --- a/theme.toml +++ b/theme.toml @@ -1,15 +1,15 @@ name = "terminimal" description = "A simple, minimal retro theme" license = "MIT" -homepage = "https://github.com/pawroman/zola-theme-terminimal/" -min_version = "0.5.1" +homepage = "https://github.com/pawroman/zola-theme-terminimal" +min_version = "0.11.0" # An optional live demo URL -demo = "" +demo = "https://pawroman.github.io/zola-theme-terminimal/" [author] name = "Paweł Romanowski" -homepage = "https://pawroman.gitlab.io/" +homepage = "https://github.com/pawroman" # The original theme this one's been forked off. [original]