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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 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