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-09-09 11:13:44 +0300
committersalomon valverde <salomon.valverde@gmail.com>2018-09-09 11:13:44 +0300
commitdc1cf4c0ab905a825009fb21cbaa7fdb6adf7f5b (patch)
tree1c9a9d733244d46abc8584625c425a24e4deebde
parentcda209c90132e2aa2271bdc3d7a7b14f061428c3 (diff)
various config updates, added waffle badge
-rw-r--r--README.md13
-rw-r--r--exampleSite/config.toml1
-rw-r--r--theme.toml4
3 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0c1aec7..432d0c8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
# Assembly Theme
+![](images/screenshot.png)
+
This theme is a Hugo port of the assembly theme by [http://templated.co](http://templated.co). A two-column, fixed-width design with dark color scheme.
+---
-![](images/screenshot.png)
+[![Waffle.io - Columns and their card count](https://badge.waffle.io/salsysd/hugo-assembly.svg?columns=Inbox,In%20Progress,Done)](https://waffle.io/salsysd/hugo-assembly)
## Installation
@@ -16,17 +19,17 @@ $ git clone https://github.com/salsysd/hugo-assembly.git
## Getting started
### The config file
-Take a look inside the exampleSite folder of this theme. You’ll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change the strings in this theme.
+Take a look inside the `exampleSite` folder of this theme. You’ll find a file called `config.toml`. To use it, copy the `config.toml` in the root folder of your Hugo site. Feel free to change the strings in this theme.
-Add `theme = "hugo-assembly"` to this config or when starting service, use `hugo server -t hugo-assembly`.
+Add `theme = "hugo-assembly"` to this config or when starting the service, use `hugo server -t hugo-assembly`.
## Credits
-Credit for this theme goes fully to [http://templated.co](http://templated.co), which is licensed under a [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) license. If you use this Hugo port, please consider the terms of that license and make proper attribution to [http://templated.co](http://templated.co).
+Credit for this theme goes to [http://templated.co](http://templated.co), which is licensed under a [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) license. If you use this Hugo port, please consider the terms of that license and make proper attribution to [http://templated.co](http://templated.co).
## Changelog
- 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
+- fixed minor issues for the hugo theme build script
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 964b5a4..acddfa6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,3 @@
-# Main config file for icon theme.
theme = "hugo-assembly"
baseURL = "https://example.co"
languageCode = "en-US"
diff --git a/theme.toml b/theme.toml
index 53b2e26..2187fc6 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,13 +8,13 @@
# Name : Assembly
# Description: A two-column, fixed-width design with dark color scheme.
# Version : 1.1
-# Released : 2018-08-20
+# Released : 2018-09-11
name = "Hugo Assembly"
license = "MIT"
licenselink = "https://github.com/salsysd/hugo-assembly/blob/master/LICENSE"
description = "Assembly: A nice modern business-style design."
-tags = ["modern", "company", "simple","clean"]
+tags = ["modern","company","simple","clean"]
features = ["services","about-us","contact", "welcome"]
min_version = "0.41"