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

github.com/SteveLane/hugo-icon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lane <lane.s@unimelb.edu.au>2017-09-20 01:09:13 +0300
committerSteve Lane <lane.s@unimelb.edu.au>2017-09-20 01:09:13 +0300
commit7c1eea70a0867b50d71bdfcd04393bee6069cd2d (patch)
treeea8a73a670e00dd896c3452040fc50dd409fdea1
parent1a107b78f5d73e2749b0bd7698bcc732b27eeb09 (diff)
update theme and readme
-rwxr-xr-xREADME.md2
-rwxr-xr-xtheme.toml24
2 files changed, 11 insertions, 15 deletions
diff --git a/README.md b/README.md
index 22ff9be..50a9937 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Icon Theme
-This theme is based on the icon theme by [https://freehtml5.co/](https://freehtml5.co/faq/). It is a single-page, responsive theme, with sections for describing your business mission, services, a gallery, your team and a contact form.
+This theme is based on the icon theme by [https://freehtml5.co/](https://freehtml5.co/icon-free-website-template-using-bootstrap/). It is a single-page, responsive theme, with sections for describing your business mission, services, a gallery, your team and a contact form.
![](images/screenshot.png)
diff --git a/theme.toml b/theme.toml
index d3c6a0e..c9ba5ab 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,17 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
-name = "Interadata Icon"
+name = "Hugo Icon"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+licenselink = "https://github.com/SteveLane/hugo-icon/blob/master/LICENSE.md"
+description = "This is the Icon theme; ported to Hugo by Steve Lane"
+homepage = "https://github.com/SteveLane/hugo-icon/"
+tags = ["icon", "responsive", "single page", "hero", "personal", "company" "agency"]
+features = ["mission", "services", "gallery", "team"]
min_version = "0.25.1"
[author]
- name = ""
- homepage = ""
+ name = "Steve Lane"
+ homepage = "https://stevelane.github.io/"
# If porting an existing theme
[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "icon"
+ homepage = "https://freehtml5.co/icon-free-website-template-using-bootstrap/"