diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-25 20:27:32 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-25 20:27:32 +0200 |
commit | d461d7c2d63c1c3f64df67cd23c77347529c7d64 (patch) | |
tree | 398213caf5492810ea92851cd751c6b5752083d9 |
initial commit
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | themes/gruvhugo | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..73b449d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gruvhugo"] + path = themes/gruvhugo + url = https://gitlab.com/avron/gruvhugo.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..af63d42 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# rgdd.se +TODO: docdoc. diff --git a/themes/gruvhugo b/themes/gruvhugo new file mode 160000 +Subproject 56d3dd659cb0563958f65fa4d965b8dd7273e39 |