From 59ff4790c9f33fe13ee0a411d4152bd256eaa06a Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Sun, 20 Jul 2014 09:47:58 +0100 Subject: [PATCH] Add JPope's sandy 70s speedboat theme --- .gitmodules | 3 +++ extlib/sandyseventiesspeedboat | 1 + mediagoblin.ini | 6 +++--- mediagoblin/themes/sandyseventiesspeedboat | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 extlib/sandyseventiesspeedboat create mode 120000 mediagoblin/themes/sandyseventiesspeedboat 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 index 00000000..994294e5 --- /dev/null +++ b/extlib/sandyseventiesspeedboat @@ -0,0 +1 @@ +Subproject commit 994294e59a5248e29af4418903ce4fb40bd67bec 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 -- 2.25.1