From dc1cf4c0ab905a825009fb21cbaa7fdb6adf7f5b Mon Sep 17 00:00:00 2001 From: salomon valverde Date: Sun, 9 Sep 2018 02:13:44 -0600 Subject: various config updates, added waffle badge --- README.md | 13 ++++++++----- exampleSite/config.toml | 1 - theme.toml | 4 ++-- 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" -- cgit v1.2.3