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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2021-10-18 14:51:30 +0300
committerthingsym <thingsym@gmail.com>2021-10-18 14:51:30 +0300
commit4fa18471858bb5a6b8f59affbe52f4172f0c7509 (patch)
tree80f31d5d1f808c57bfd352ba8b8f581f70fd53d1
parentd7fa8086fd8dfcb687be48ecbc350bfb845707a8 (diff)
docs: edit README
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8b2be4c..9b28f44 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ The Techdoc is a Hugo Theme for technical documentation.
![The Techdoc screenshot](https://raw.githubusercontent.com/thingsym/hugo-theme-techdoc/master/images/screenshot.png)
-- Hugo Themes page: [https://themes.gohugo.io/hugo-theme-techdoc/](https://themes.gohugo.io/hugo-theme-techdoc/)
-- Demo site: [https://themes.gohugo.io/theme/hugo-theme-techdoc/](https://themes.gohugo.io/theme/hugo-theme-techdoc/)
+- Hugo Themes page: [https://themes.gohugo.io/themes/hugo-theme-techdoc/](https://themes.gohugo.io/themes/hugo-theme-techdoc/)
+- Demo site: [https://thingsym.github.io/hugo-theme-techdoc/](https://thingsym.github.io/hugo-theme-techdoc/)
- Download: [https://github.com/thingsym/hugo-theme-techdoc](https://github.com/thingsym/hugo-theme-techdoc)
## Features
@@ -247,7 +247,6 @@ Browse site on http://localhost:1313
```
cd /path/to/hugo-theme-techdoc
-docker-compose up -d
docker-compose run --rm node npm install
docker-compose run --rm node npm run watch
```