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

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bakker <paul@brainspark.nl>2019-11-10 00:26:28 +0300
committerPaul Bakker <paul@brainspark.nl>2019-11-10 00:26:28 +0300
commit2cc6eff3314e4770ff2b6b03635ad65d262aa8ad (patch)
tree14f7bfcc315ac0fa68ee9b410738866dd04733b5 /README.md
First upload of flexible SEO Hugo theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eb1ad25
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+# Flexible SEO Hugo - A flexible configurable SEO-minded theme
+
+![Flexible SEO Hugo Theme Screenshot](https://github.com/pjbakker/flexible-seo-hugo/blob/master/images/screenshot.png)
+
+## Installation
+
+ $ mkdir themes
+ $ git submodule add https://github.com/pjbakker/flexible-seo-hugo.git themes/flexible-seo-hugo
+
+## About
+
+This theme has been built upon Bootstrap 4. It allows you to easily switch between different Navigation bars, Page Headers and Footers using configuration. And of course you can add your own as well.
+
+All core pages have been optimized for SEO-friendliness.
+
+Of course there is also support for:
+
+* Google Analytics
+
+## Switching navigation, header or footer
+
+Within your `config.toml` add the according parameter you want the theme to use. By default, the theme uses 'simples' for navigation, header and footer.
+
+~~~
+[Params]
+ nav = "simple"
+ header = "simple"
+ footer = "simple"
+~~~
+
+The theme will look for the theme parts in *layouts/partials/navs/*, *layouts/partials/headers/*, and *layouts/partials/footers/* accordingly. For instance, with `nav = "simple"`, it will look for *layouts/partials/navs/simple.html*.
+
+## Enabling Analytics
+
+Assuming you already signed up for [Google Analytics](https://www.google.com/analytics/), you can add your Google Tracking ID to the `googleAnalytics` parameter in `config.toml`. It will then automatically include Google Analytics code in your site.
+
+## License
+
+MIT Licensed, see [LICENSE](https://github.com/pjbakker/flexible-seo-hugo/blob/master/LICENSE).