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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Moreno <adrian@morenomartinez.com>2016-07-24 19:52:18 +0300
committerAdrian Moreno <adrian@morenomartinez.com>2016-07-24 19:52:18 +0300
commit98eeb0ccee31df1867b2d46ac3cc46412947c61c (patch)
treec94f62f28503ce7a238e0a04846b7489b6d7d8e0 /README.md
parent2a6c750e8f45ce1a827da520ba672bbd9a278ed6 (diff)
Adds a README file with theme information. Closes #2
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..73eae88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+# Universal Theme for Hugo
+
+Universal is clean and stylish universal website template built with Bootstrap 3.3.2. It stands out with its clean design and elegant typography.
+
+Ported from [Bootstrapious](http://bootstrapious.com/p/universal-business-e-commerce-template).
+
+## Features
+
+* Fully responsive
+* Customizable landing page
+ * Carousel
+ * Testimonials
+ * Features
+ * Customers
+* Disqus
+* Google Analytics
+
+## Installation
+
+Go to the directory where you have your Hugo site and run:
+
+```
+$ mkdir themes
+$ cd themes
+$ git clone https://github.com/devcows/hugo-universal-theme
+```
+
+For more information read the official [setup guide of Hugo](https://gohugo.io/overview/installing/).
+
+
+## Contributing
+
+Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/devcows/hugo-universal-theme/issues) to let us know. Or make directly a [pull request](https://github.com/devcows/hugo-universal-theme/pulls).
+
+## License
+
+This port is released under the MIT License. Check the [original theme license](http://bootstrapious.com/p/universal-business-e-commerce-template) for additional licensing information.
+
+## Thanks
+
+Thanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project. And also thanks to [Bootstrapious](http://bootstrapious.com/) for creating this awesome theme.