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

github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalomon valverde <salomon.valverde@gmail.com>2018-08-20 22:47:05 +0300
committersalomon valverde <salomon.valverde@gmail.com>2018-08-20 22:47:05 +0300
commit1f67cacae4253a8ac527ba0e0e4b2acdd6f71c63 (patch)
tree464804e84a33e32d740a5718225bfd0a68edf6a5
parent649661fce5ec6b657863e9523ba8495023b111c1 (diff)
fixed items for hugo theme build script
https://github.com/gohugoio/hugoThemes/issues/383#issuecomment-408979800
-rw-r--r--README.md8
-rw-r--r--config.toml5
-rw-r--r--theme.toml7
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 <strong>Assembly</strong>, a free, fully standards-compliant CSS template designed by <a href=\"http://templated.co\" rel=\"nofollow\">TEMPLATED</a>. The photos in this template are from <a href=\"http://fotogrph.com/\"> Fotogrph</a>. This free template is released under the <a href=\"http://templated.co/license\">Creative Commons Attribution</a> 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]