From 0f39d01cbad7eb150734a36a9dcd5cbfb0d9ae51 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 18 Jun 2015 18:35:18 +0200 Subject: [PATCH] Created basic theme structure --- layouts/_default/list.html | 0 layouts/_default/single.html | 0 layouts/index.html | 0 layouts/partials/footer.html | 0 layouts/partials/header.html | 0 theme.toml | 21 +++++++++++++++++++++ 6 files changed, 21 insertions(+) create mode 100644 layouts/_default/list.html create mode 100644 layouts/_default/single.html create mode 100644 layouts/index.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/header.html create mode 100644 theme.toml diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..e69de29 diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..f953688 --- /dev/null +++ b/theme.toml @@ -0,0 +1,21 @@ +# theme.toml template for a Hugo theme +# See https://github.com/spf13/hugoThemes#themetoml for an example + +name = "Copy" +license = "MIT" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" +description = "" +homepage = "http://siteforthistheme.com/" +tags = ["", ""] +features = ["", ""] +min_version = 0.13 + +[author] + name = "" + homepage = "" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = ""