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:
-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
+~~~