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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2019-03-28 16:30:21 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2019-03-28 16:30:21 +0300
commitf399b1ca41992262c4b180b3c854008414266f6f (patch)
tree1fc0f1774b22cb1ad1f182813fbe6e0f6ebdfef7 /README.md
parentdf3a5bd31f8d3dd9faf5a905020169b85685eda1 (diff)
Add a 404 page
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index e445b02..a7515f4 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The main features of this theme include:
* Relies on chroma for syntax highlighting
* Not even one external request (privacy!) - Everything needed is part of this
theme (Fonts, CSS, JS, ...)
-
+* 404 page
## Installation
Just download the theme or clone it into
@@ -59,6 +59,9 @@ Or when building the site, pass it in to the CLI:
$ hugo -t slick
```
+To setup the 404 page please read the
+[instructions](https://gohugo.io/templates/404/#automatic-loading).
+
## Customizing
Your `config` file will hold all your options.