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

github.com/RCJacH/hugo-webslides.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRCJacH <RCJacH@outlook.com>2019-08-10 18:53:55 +0300
committerRCJacH <RCJacH@outlook.com>2019-08-10 18:53:55 +0300
commit82e03334096f497a168e7e96cf48b1530603c1c8 (patch)
treeacda02d81966f0f9d63516c592e4f9a2e7a404f8
parent061855fbacbee44caf03601c4dbf07f137809456 (diff)
+ add install now page
-rw-r--r--exampleSite/content/home/install.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/content/home/install.md b/exampleSite/content/home/install.md
new file mode 100644
index 0000000..07b0798
--- /dev/null
+++ b/exampleSite/content/home/install.md
@@ -0,0 +1,12 @@
++++
+title = "Install Now"
+weight = 2
+bg = "bg-gradient-h"
++++
+<!-- : .wrap -->
+
+### **Install Now**
+<!-- : .text-intro -->Run from the root of your Hugo site:
+~~~
+$ git clone https://github.com/RCJacH/hugo-webslides.git themes/hugo-webslides
+~~~