-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
38 lines (37 loc) · 1.07 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[submodule "themes/academic"]
path = themes/academic
url = https://github.com/vkehayas/hugo-academic
branch = master
[submodule "staticman-comments"]
path = staticman-comments
url = https://gitlab.com/neurathsboat.blog/comments
branch = master
# Posts
[submodule "content/post/neuraths-boat"]
path = content/post/neuraths-boat
url = ../posts/neuraths-boat
branch = master
[submodule "content/post/procrustes"]
path = content/post/procrustes
url = ../posts/procrustes
branch = master
[submodule "content/post/glmm-theory"]
path = content/post/glmm-theory
url = ../posts/glmm-theory
branch = master
[submodule "content/post/glmm-examples"]
path = content/post/glmm-examples
url = ../posts/glmm-examples
branch = master
[submodule "content/post/scanimage"]
path = content/post/scanimage
url = ../posts/scanimage
branch = master
[submodule "content/post/git-intro"]
path = content/post/git-intro
url = ../posts/git-intro
branch = master
[submodule "content/post/probability-theory"]
path = content/post/probability-theory
url = ../posts/probability-theory
branch = master