aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretienne <e.couritas@gmail.com>2016-05-29 14:19:15 +0200
committeretienne <e.couritas@gmail.com>2016-05-29 14:19:15 +0200
commitcb92c4a46cebe17466312e0ceb9b92300c092ac3 (patch)
tree2370402c4212e57f421e295e39dd14f1eae9546e
parentf78b4d181b8dc970abde3a704524ac259af74f68 (diff)
Help to test the theme
-rw-r--r--.gitmodules3
-rw-r--r--README.md10
m---------exampleSite/hugo-base-theme9
3 files changed, 21 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..27ae059
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "exampleSite/hugo-base-theme"]
+ path = exampleSite/hugo-base-theme
+ url = https://github.com/crakjie/hugo-base-theme.git
diff --git a/README.md b/README.md
index 055c3a5..c6174cf 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Hugo theme based on the [gohugo](https://gohugo.io) website
-# Installation
+# Installation
Navigate to your site folder and run the following commands :
@@ -59,12 +59,20 @@ icon = "circlestar"
View gohugo.io theme in action [here](https://gohugo.io)
View audrey-carpentras.com in action [here](http://audrey-carpentras.com/)
+#Have a look, Have a try
+```
+git clone https://github.com/crakjie/hugo-base-theme.git
+cd hugo-base-theme/exempleSite
+hugo server -t hugo-base-theme
+```
+
===
Work also with YAML header
For more Hugo details, read [documentation](http://gohugo.io/overview/introduction/).
+
## Config
Example of config.toml file:
diff --git a/exampleSite/hugo-base-theme b/exampleSite/hugo-base-theme
new file mode 160000
+Subproject f78b4d181b8dc970abde3a704524ac259af74f6