From 87c6937d553dfbb2bfeeb9b05eba13ada24d2321 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 23 Oct 2016 20:00:08 -0400 Subject: [PATCH 1/6] Update MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 620156f..0fe6544 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include *.txt *.ini *.cfg *.rst -recursive-include remarkbox *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2 +recursive-include remarkbox_westworld *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2 From bc0ebf967df8ed82b550c3b2ad05bb6b2d3c1e40 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 24 Oct 2016 15:14:30 -0400 Subject: [PATCH 2/6] Update westworld.css --- remarkbox_westworld/static/theme/css/westworld.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remarkbox_westworld/static/theme/css/westworld.css b/remarkbox_westworld/static/theme/css/westworld.css index 5321284..a72742a 100644 --- a/remarkbox_westworld/static/theme/css/westworld.css +++ b/remarkbox_westworld/static/theme/css/westworld.css @@ -28,11 +28,11 @@ a:hover { opacity: 1.0; } -ul { +ul.summery { list-style: none; } -li { +li.summery { margin-bottom: 10px; } From d65d4812168edd3e32d82bd8795d4607abb8aaab Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 24 Oct 2016 19:14:55 -0400 Subject: [PATCH 3/6] Update base.j2 --- remarkbox_westworld/templates/base.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remarkbox_westworld/templates/base.j2 b/remarkbox_westworld/templates/base.j2 index f77de37..38f7096 100644 --- a/remarkbox_westworld/templates/base.j2 +++ b/remarkbox_westworld/templates/base.j2 @@ -1,7 +1,7 @@ - {% block title %}{{ request.server_name }}{% endblock %} + {% block title %}{{ request.domain }}{% endblock %} From a499730462cb6d8d5469797ac677e5909d9475a6 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 24 Oct 2016 19:41:12 -0400 Subject: [PATCH 4/6] Create readme.rst --- readme.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.rst diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..cff659c --- /dev/null +++ b/readme.rst @@ -0,0 +1,14 @@ +Remarkbox Westworld Theme +############################ + +Install into your python environment using: + +.. code-block:: bash + + python setup.py install + +Include in your remarkbox .ini file using: + +.. code-block:: bash + + app.theme = remarkbox_westworld From adf3fd7675e0e46bee23973d2a63b0eab39f2f5a Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 25 Oct 2016 23:03:47 -0400 Subject: [PATCH 5/6] Update base.j2 --- remarkbox_westworld/templates/base.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/remarkbox_westworld/templates/base.j2 b/remarkbox_westworld/templates/base.j2 index 38f7096..8c26464 100644 --- a/remarkbox_westworld/templates/base.j2 +++ b/remarkbox_westworld/templates/base.j2 @@ -16,6 +16,9 @@ + + {% include 'snippets/google-analytics.j2' %} + From 9bd640aa215808fd318ddd9b6d239f3267766c69 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 1 Nov 2016 08:28:06 -0400 Subject: [PATCH 6/6] Update base.j2 --- remarkbox_westworld/templates/base.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/remarkbox_westworld/templates/base.j2 b/remarkbox_westworld/templates/base.j2 index 8c26464..6298c29 100644 --- a/remarkbox_westworld/templates/base.j2 +++ b/remarkbox_westworld/templates/base.j2 @@ -2,8 +2,11 @@ {% block title %}{{ request.domain }}{% endblock %} + - + + +