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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHylke Visser <hi@htdvisser.dev>2021-04-24 17:38:25 +0300
committerHylke Visser <hi@htdvisser.dev>2021-04-24 17:38:25 +0300
commitaf80e8a0a95f973d089ffa88cd5a64f3bcefa57a (patch)
treec148712fb6fc9589ef4404e66143800a8c1c9f33
parent390cca5c9c9026b26f11f9a258b5f9523117f20e (diff)
Add links to demos
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9264502..da2e0b9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
![Hugo Base16 Theme screenshot](https://raw.githubusercontent.com/htdvisser/hugo-base16-theme/master/images/screenshot.png)
+## Demos
+
+See the demo sites [themes.gohugo.io/theme/base16](https://themes.gohugo.io/theme/base16/) and [htdvisser.github.io/hugo-base16-theme](https://htdvisser.github.io/hugo-base16-theme/) show this theme in action. Both demo sites are built from [gohugoio/hugoBasicExample](https://github.com/gohugoio/hugoBasicExample), but the second site is built with some additional config to make it render HTML tags from Markdown files.
+
+```toml
+[markup.goldmark.renderer]
+unsafe= true
+```
+
## Installation
$ mkdir themes
@@ -23,7 +32,6 @@ To use this feature install Pygments (`pip install Pygments`) and add `pygmentsu
Use the `figure` shortcode if you want nice rendering of pictures, see [the Hugo documentation](http://gohugo.io/extras/shortcodes/) for more information.
-
## Customization
You probably want to edit the homepage. Get started by copying the supplied homepage to your own site.
@@ -33,12 +41,10 @@ You probably want to edit the homepage. Get started by copying the supplied home
After this, you can edit `layouts/partials/hero.html` and make it awesome.
-
## License
MIT Licensed, see [LICENSE](https://github.com/htdvisser/hugo-base16-theme/blob/master/LICENSE).
-
## Don't forget to thank...
[Steve Francia](https://github.com/spf13) for Hugo.