From 5047b60c6dc965eb35ab74bb68070be79162f806 Mon Sep 17 00:00:00 2001
From: Christian Mendoza <christian.mendoza@gmail.com>
Date: Wed, 20 Dec 2017 22:32:46 +0000
Subject: [PATCH] Add theme.toml and images

---
 theme.toml |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/theme.toml b/theme.toml
index 431af1e..6ef721e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,21 @@
 # theme.toml template for a Hugo theme
 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
 
-name = "Hugo Split Theme"
-license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
-description = ""
-homepage = "http://example.com/"
-tags = []
+name = "Split"
+license = "Creative Commons Attribution 3.0 Unported"
+licenselink = "//github.com/christianmendoza/hugo-split-theme/blob/master/LICENSE.md"
+description = "Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content."
+homepage = "//github.com/christianmendoza/hugo-split-theme"
+tags = ["minimal", "onepage", "one page", "responsive", "personal"]
 features = []
-min_version = "0.31.1"
+min_version = "0.21"
 
 [author]
-  name = ""
-  homepage = ""
+  name = "Christian Mendoza"
+  homepage = "//iamchristian.me"
 
 # If porting an existing theme
 [original]
-  name = ""
-  homepage = ""
+  name = "One Page Love"
+  homepage = "https://onepagelove.com/split"
   repo = ""

--
Gitblit v1.10.0