From f223f10314086913c43098ff1e38b35d3c81eb6b Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:29:52 +0200 Subject: [PATCH] Drop support for Hugo 0.48 (#147) --- .travis.yml | 1 - theme.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce2422c..84db87d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ git: depth: false env: - - HUGO_VERSION="0.48" - HUGO_VERSION="0.49.2" - HUGO_VERSION="0.50" - HUGO_VERSION="0.51" diff --git a/theme.toml b/theme.toml index 85571f4..08f8e98 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "Minimal, single page, smooth scrolling theme for Hugo." homepage = "https://github.com/victoriadotdev/hugo-theme-introduction" tags = ["blog", "bulma", "clean", "dark", "disqus", "font awesome", "gallery", "minimal", "minimalist", "mobile", "multilingual", "one page", "personal", "responsive", "simple", "single page", "starter", "syntax highlighting", "projects", "white" ] features = ["responsive", "blog", "portfolio", "gallery"] -min_version = "0.48" +min_version = "0.49" [author] name = "Victoria Lai"