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

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Geschke <ralf@kuerbis.org>2018-11-16 04:08:32 +0300
committerRalf Geschke <ralf@kuerbis.org>2018-11-16 04:08:32 +0300
commit625e454a4cb98f3146e5293f908c09bc0fd85362 (patch)
treeaf63349bae6ae790f6e410291a94b88d8a6d6097
parent316cfe7863b97e6350d7c6b21e8ecbb18b189295 (diff)
Fix README
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 1b81a01..0e4c37a 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@ It's also possible to edit some color options by config option.
## Features
- * Responsive design, using the Bootstrap framework
- * More than 30 themes included, half of them newly created, the other half taken from the Bootswatch project
- * Three main layouts available: Content column without sidebar, sidebar on right and sidebar on left side
- * Customizable font settings (size, font type and variant), support of Google Fonts included
- * Support of Google Analytics (with the internal async template), Matomo and Yandex Metrica
- * Flexible footer handling with multiple columns
- * Support of subfooter, i.e. an area below the footer to add some content like "Powered by..." as seen in the screenshots
- * Integration of custom JavaScript/CSS snippets via placeholder partials: just add a file "javascript_header.html" and/or "javascript_footer.html" into the "layouts/partials/" folder of your site, this will include the code in the head section and/or before closing body tag.
+* Responsive design, using the Bootstrap framework
+* More than 30 themes included, half of them newly created, the other half taken from the Bootswatch project
+* Three main layouts available: Content column without sidebar, sidebar on right and sidebar on left side
+* Customizable font settings (size, font type and variant), support of Google Fonts included
+* Support of Google Analytics (with the internal async template), Matomo and Yandex Metrica
+* Flexible footer handling with multiple columns
+* Support of subfooter, i.e. an area below the footer to add some content like "Powered by..." as seen in the screenshots
+* Integration of custom JavaScript/CSS snippets via placeholder partials: just add a file "javascript_header.html" and/or "javascript_footer.html" into the "layouts/partials/" folder of your site, this will include the code in the head section and/or before closing body tag.
## Demo
@@ -24,19 +24,19 @@ You can find a demo [here](https://themes.gohugo.io/theme/hugo-tikva/).
Some examples of different designs:
- * "header" style, header image and "darkly" theme:
+* "header" style, header image and "darkly" theme:
![preview](https://raw.githubusercontent.com/geschke/hugo-tikva/master/images/screenshot.png)
- * "fixed-top" style, with "flatly" theme and customized footer colors:
+* "fixed-top" style, with "flatly" theme and customized footer colors:
![preview](https://raw.githubusercontent.com/geschke/hugo-tikva/master/images/screenshot01.png)
- * "header" style, header image, title above header image, "signa" theme:
+* "header" style, header image, title above header image, "signa" theme:
![preview](https://raw.githubusercontent.com/geschke/hugo-tikva/master/images/screenshot02.png)
- * "header" style, header image, title and subtitle as overlay, "materia" theme:
+* "header" style, header image, title and subtitle as overlay, "materia" theme:
![preview](https://raw.githubusercontent.com/geschke/hugo-tikva/master/images/screenshot03.png)