summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d89fa7d..4d121c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
# Generated files by hugo
/public/
/resources/_gen/
+.hugo_build.lock
# Executable may be added to repository
hugo.exe
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c83dd3c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/hugo-ink"]
+ path = themes/hugo-ink
+ url = https://github.com/knadh/hugo-ink.git