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

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Mariani <giacomo.mariani@programmer.net>2018-01-10 01:00:48 +0300
committerGiacomo Mariani <giacomo.mariani@programmer.net>2018-01-10 01:00:48 +0300
commit72732b551351e113d23889f3a483f702a974d2a1 (patch)
treed5a5352f1012a4792dd6ed9e32efef44c2309b99 /README.md
Upload of all the files
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8568000
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# *Vex* for Hugo
+
+This Hugo theme is a port of [Themefisher](http://themefisher.com)’s [Vex - Bootstrap 4 Product Landing Page](https://themefisher.com/products/vex-bootstrap4-product-landing-page-website-template/). It is released under Themefisher’s free license, which requires attribution.
+
+If you want to remove the copyright text you need a Themefisher license.
+This license is offered with a 50% discount for all Hugo users.
+For information see [the GitHub issue](https://github.com/gohugoio/hugoThemes/issues/260) which is related to the [Airspace](https://github.com/karju-dev/airspace-hugo) theme.
+
+## Usage
+Create a new Hugo site by typing
+
+```
+ $ hugo new site <SITENAME>
+```
+
+Then clone this repository:
+
+```
+ $ cd <SITENAME>/themes
+ $ git clone https://github.com/karju-dev/vex-hugo.git
+```
+
+Now take a look at the exampleSite folder and you're ready to go!