diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | extlib/sandyseventiesspeedboat | 0 | ||||
-rw-r--r-- | mediagoblin.ini | 6 | ||||
l--------- | mediagoblin/themes/sandyseventiesspeedboat | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 20fa20e2..562ad4e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "extlib/skeleton"] path = extlib/skeleton url = git://github.com/dhg/Skeleton.git +[submodule "extlib/sandyseventiesspeedboat"] + path = extlib/sandyseventiesspeedboat + url = https://github.com/jpope777/sandyseventiesspeedboat-mg.git diff --git a/extlib/sandyseventiesspeedboat b/extlib/sandyseventiesspeedboat new file mode 160000 +Subproject 994294e59a5248e29af4418903ce4fb40bd67be diff --git a/mediagoblin.ini b/mediagoblin.ini index 4f94b6e4..5e2477a4 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,9 +27,9 @@ allow_reporting = true # local_templates = %(here)s/user_dev/templates/ ## You can set your theme by specifying this (not specifying it will -## use the default theme). Run `gmg theme assetlink` to apply the change. -## The airy theme comes with GMG; please see the theming docs on how to -## install other themes. +## use the default theme). Run `gmg assetlink` to apply the change. +## The airy and sandyseventiesspeedboat theme comes with GMG; please +## see the theming docs on how to install other themes. # theme = airy ## If you want the terms of service displayed, you can uncomment this diff --git a/mediagoblin/themes/sandyseventiesspeedboat b/mediagoblin/themes/sandyseventiesspeedboat new file mode 120000 index 00000000..eb1b9db3 --- /dev/null +++ b/mediagoblin/themes/sandyseventiesspeedboat @@ -0,0 +1 @@ +../../extlib/sandyseventiesspeedboat/
\ No newline at end of file |