From eff608a21dbdb56d89c62b391a80acc1f53b089d Mon Sep 17 00:00:00 2001 From: Tyler Lawson Date: Wed, 7 Oct 2020 22:12:36 -0400 Subject: informative theme.toml created --- theme.toml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/theme.toml b/theme.toml index 48da86b..0676abd 100644 --- a/theme.toml +++ b/theme.toml @@ -1,21 +1,11 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - name = "Simple Resume" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" +licenselink = "https://github.com/tylerjlawson/simple-resume/blob/master/LICENSE" description = "" -homepage = "http://example.com/" -tags = [] -features = [] +homepage = "https://github.com/tylerjlawson/simple-resume/" +tags = ["cv", "resume", "minimalist"] min_version = "0.41.0" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + name = "Tyler Lawson" + homepage = "https://tyler-lawson.com" -- cgit v1.2.3