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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <34121980+austingebauer@users.noreply.github.com>2020-04-17 03:48:23 +0300
committerGitHub <noreply@github.com>2020-04-17 03:48:23 +0300
commit7975c4f49752e2bb5a7cd9ac157e610acb94fda1 (patch)
tree8801cc1c7884c0e40fe95ce04f50f0458e94b5e0
parentbeaf656fe709637e70f8361a27f769255d81941e (diff)
docs: update README.md
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index f189456..a23a20a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
A fast, minimal, responsive [Hugo](https://gohugo.io/) theme for blogs.
+For a live demo of the theme, see at:
+- [themes.gohugo.io/devise](https://themes.gohugo.io/devise)
+- [austingebauer.com](https://austingebauer.com)
+
![screenshot.png](https://raw.githubusercontent.com/austingebauer/devise/master/images/screenshot.png)
## Configuration Features
@@ -106,15 +110,16 @@ $ git submodule update --remote themes/devise
## Demo
-To run a live demo of the theme, run the following from the `exampleSite` directory of the
+To run a live demo of the theme on your laptop, run the following from the `exampleSite` directory of the
devise theme:
```bash
hugo server --themesDir ../.. --watch --verbose --cleanDestinationDir --disableFastRender
```
-This theme is also used on [Austin Gebauer's](https://github.com/austingebauer) personal website,
-located at [austingebauer.com](https://austingebauer.com)
+For a live demo of the theme, see at:
+- [themes.gohugo.io/devise](https://themes.gohugo.io/devise)
+- [austingebauer.com](https://austingebauer.com)
## Contributing