From 1f67cacae4253a8ac527ba0e0e4b2acdd6f71c63 Mon Sep 17 00:00:00 2001 From: salomon valverde Date: Mon, 20 Aug 2018 13:47:05 -0600 Subject: fixed items for hugo theme build script https://github.com/gohugoio/hugoThemes/issues/383#issuecomment-408979800 --- README.md | 8 ++++---- config.toml | 5 ++--- theme.toml | 7 +++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cd124b3..05e1d97 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,11 @@ Follow the themes guide on the [Hugo website](https://gohugo.io/themes/installin ```sh $ cd themes -$ git clone https://github.com/salomoko/hugo-assembly.git +$ git clone https://github.com/salsysd/hugo-assembly.git ``` ## Getting started -Copy `exampleSite/config.toml` into the root of your website folder, and edit it to your hearts content! - Add `theme = "hugo-assembly"` to this config, or when serving, use `hugo server -t hugo-assembly`. @@ -26,4 +24,6 @@ Credit for this theme goes fully to [http://templated.co](http://templated.co), ## Changelog -A changelog for the initial port by @salomoko is [here](changelog.md); if you fork this theme and make changes, please list them. +- The initial port by @salsysd is [here](changelog.md); if you fork this theme and make changes, please list them in the changelog. + +- fixed minor items for the hugo theme build script diff --git a/config.toml b/config.toml index ca6c6f2..964b5a4 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ title = "Assembly" # banner section (from here on is for assembly theme) [params.banner] title = "This is Assembly Template" - byline = "a free, CSS template ported over to a Hugo theme." + byline = "A free, CSS template ported over to a Hugo Theme." [params.actions] # CTAs enable = true @@ -50,8 +50,7 @@ title = "Assembly" [params.welcome] enable = true title = "Welcome Assembly" - subtitle = "Lorem ipsum dolor sit amet, consectetur adipisicing elit." - + subtitle = "Computing the conversion of instructions in low-level code to machine code by an assembler." description = "This is Assembly, a free, fully standards-compliant CSS template designed by TEMPLATED. The photos in this template are from Fotogrph. This free template is released under the Creative Commons Attribution license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :)" button_text = "Call Now" diff --git a/theme.toml b/theme.toml index bde602e..0582608 100644 --- a/theme.toml +++ b/theme.toml @@ -12,12 +12,11 @@ # Released : 20140330 name = "Hugo Assembly" -license = "CC" +license = "MIT" licenselink = "https://github.com/salomoko/hugo-assembly/blob/master/LICENSE" description = "Assembly: A nice modern business-style design." -homepage = "http://example.co" -tags = ["modern", "business", "simple"] -features = ["services","about-us","contact"] +tags = ["modern", "company", "simple","clean"] +features = ["services","about-us","contact", "welcome"] min_version = "0.41" [author] -- cgit v1.2.3