Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-06-12 15:27:21 +0300
committerVicky <vicky@vickylai.com>2018-06-12 15:27:21 +0300
commitbe705e19539fa10bf0fe67b78f6b632612b2e1a5 (patch)
treeeadca249ee4d50f05b76b52cddb4911418fdfa53 /theme.toml
parentb4c2a0acfe389df1e06f1a097d2fd2c1861bb227 (diff)
Fix #58 update theme.toml
+ Update license type and link + Remove unused lines + Update features
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml17
1 files changed, 4 insertions, 13 deletions
diff --git a/theme.toml b/theme.toml
index da35277..6679a8b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,12 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
name = "Introduction"
-license = "Creative Commons Attribution 3.0 Unported"
-licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE.md"
+license = "GNU Affero General Public License version 3"
+licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE"
description = "Minimal, single page, smooth scrolling theme for Hugo."
homepage = "https://github.com/vickylai/hugo-theme-introduction"
tags = ["clean", "simple", "minimal", "minimalist", "responsive", "single page", "syntax highlighting", "projects", "starter", "white", "dark"]
-features = ["responsive", "single page"]
+features = ["responsive", "blog", "portfolio"]
min_version = "0.30"
[author]
name = "Vicky Lai"
- homepage = "https://vickylai.com"
-
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""
+ homepage = "https://vickylai.com" \ No newline at end of file