From 82e03334096f497a168e7e96cf48b1530603c1c8 Mon Sep 17 00:00:00 2001 From: RCJacH Date: Sat, 10 Aug 2019 23:53:55 +0800 Subject: + add install now page --- exampleSite/content/home/install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exampleSite/content/home/install.md 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" ++++ + + +### **Install Now** +Run from the root of your Hugo site: +~~~ +$ git clone https://github.com/RCJacH/hugo-webslides.git themes/hugo-webslides +~~~ -- cgit v1.2.3