diff options
author | Óscar Nájera <hello@oscarnajera.com> | 2018-04-27 18:19:18 +0200 |
---|---|---|
committer | Óscar Nájera <hello@oscarnajera.com> | 2018-04-27 18:19:18 +0200 |
commit | 30a73cfdfe78268a7c9cb37a7c1710207f73508b (patch) | |
tree | 4b328237906532c42a0eb706814537a035a1292a /.gitmodules | |
parent | efbb1f8574898b127fedcea0d92d207670493921 (diff) | |
download | homepage-30a73cfdfe78268a7c9cb37a7c1710207f73508b.tar.gz homepage-30a73cfdfe78268a7c9cb37a7c1710207f73508b.tar.bz2 homepage-30a73cfdfe78268a7c9cb37a7c1710207f73508b.zip |
start hugo site
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1b3e2d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/material-blog"] + path = themes/material-blog + url = https://github.com/Xzya/hugo-material-blog.git |