commit 888a87595e0b13c17815f2c3a5ac89c41d308243 Author: Andrei Stoica Date: Wed May 3 09:45:59 2017 -0400 init commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..40a23a6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/light-hugo"] + path = themes/light-hugo + url = git@github.com:tblyler/light-hugo.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..8aa38a5 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseurl = "http://replace-this-with-your-hugo-site.com/" +languageCode = "en-us" +title = "My New Hugo Site" diff --git a/themes/light-hugo b/themes/light-hugo new file mode 160000 index 0000000..ef661d4 --- /dev/null +++ b/themes/light-hugo @@ -0,0 +1 @@ +Subproject commit ef661d427ef75775051712162000b33cacfbb5bf