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>2018-12-21 21:35:23 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-21 21:35:23 +0300
commit725c6a500f60a11df165f2b892a314f39776c61f (patch)
tree2edc81b404c7a9bc5b680a0fdf49fff72246055b /README.md
parent101a3ff1a60adb0a26a3c04e5b517f57b266d9f4 (diff)
Rename this fork
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 201d728..69d0c3e 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Slick Temple
+# Slick
A Hugo theme focused on content, cleanliness, speed, responsiveness and privacy.
-> This is a fork of [temple](https://github.com/aos/temple) with many
+> Slick is a fork of [temple](https://github.com/aos/temple) with many
improvements.
> Temple is a fork of [nofancy](https://github.com/gizak/nofancy) with many
@@ -19,8 +19,6 @@ A Hugo theme focused on content, cleanliness, speed, responsiveness and privacy.
## Features
The main features of this theme include:
-* Page load speed optimizations (scores 98/100 on PageSpeed)
-* Multiple categories as navigation tabs
* Supports taxonomies of tags, categories and series with their own pages
* Pagination of content lists
* RSS Feed with complete entries
@@ -35,15 +33,15 @@ The main features of this theme include:
Just download the theme or clone it into
your `themes/` directory:
```
-$ cd themes && git clone https://github.com/spookey/slick_temple.git
+$ cd themes && git clone https://github.com/spookey/slick.git
```
Then reference it in your `config`:
```
-theme = "slick_temple"
+theme = "slick"
```
Or when building the site, pass it in to the CLI:
```
-$ hugo -t slick_temple
+$ hugo -t slick
```