From f67944ad20321e5fba106447bde01383769b9163 Mon Sep 17 00:00:00 2001 From: eike2013 Date: Fri, 23 Aug 2013 08:55:29 +0200 Subject: [PATCH 01/11] Add pygments support --- basic/static/css/desert.css | 70 ++++++++++++++++++++++++++++++++++++ basic/static/css/mustang.css | 70 ++++++++++++++++++++++++++++++++++++ basic/static/css/rdark.css | 70 ++++++++++++++++++++++++++++++++++++ basic/templates/base.html | 18 +++++++++- 4 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 basic/static/css/desert.css create mode 100644 basic/static/css/mustang.css create mode 100644 basic/static/css/rdark.css diff --git a/basic/static/css/desert.css b/basic/static/css/desert.css new file mode 100644 index 0000000..3bec60f --- /dev/null +++ b/basic/static/css/desert.css @@ -0,0 +1,70 @@ +.highlight { background: #333333; color: #ffffff} +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #87ceeb} /* Comment */ +.highlight .err { color: #ffffff} /* Error */ +.highlight .g { color: #ffffff} /* Generic */ +.highlight .k { color: #f0e68c} /* Keyword */ +.highlight .l { color: #ffffff} /* Literal */ +.highlight .n { color: #ffffff} /* Name */ +.highlight .o { color: #ffffff} /* Operator */ +.highlight .x { color: #ffffff} /* Other */ +.highlight .p { color: #ffffff} /* Punctuation */ +.highlight .cm { color: #87ceeb} /* Comment.Multiline */ +.highlight .cp { color: #cd5c5c} /* Comment.Preproc */ +.highlight .c1 { color: #87ceeb} /* Comment.Single */ +.highlight .cs { color: #87ceeb} /* Comment.Special */ +.highlight .gd { color: #0000c0; font-weight: bold; background-color: #008080 } /* Generic.Deleted */ +.highlight .ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */ +.highlight .gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */ +.highlight .gh { color: #cd5c5c} /* Generic.Heading */ +.highlight .gi { color: #ffffff; background-color: #0000c0 } /* Generic.Inserted */ +.highlight .go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output */ +.highlight .gp { color: #ffffff} /* Generic.Prompt */ +.highlight .gs { color: #ffffff} /* Generic.Strong */ +.highlight .gu { color: #cd5c5c} /* Generic.Subheading */ +.highlight .gt { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Traceback */ +.highlight .kc { color: #f0e68c} /* Keyword.Constant */ +.highlight .kd { color: #f0e68c} /* Keyword.Declaration */ +.highlight .kn { color: #f0e68c} /* Keyword.Namespace */ +.highlight .kp { color: #f0e68c} /* Keyword.Pseudo */ +.highlight .kr { color: #f0e68c} /* Keyword.Reserved */ +.highlight .kt { color: #bdb76b} /* Keyword.Type */ +.highlight .ld { color: #ffffff} /* Literal.Date */ +.highlight .m { color: #ffffff} /* Literal.Number */ +.highlight .s { color: #ffffff} /* Literal.String */ +.highlight .na { color: #ffffff} /* Name.Attribute */ +.highlight .nb { color: #ffffff} /* Name.Builtin */ +.highlight .nc { color: #ffffff} /* Name.Class */ +.highlight .no { color: #ffa0a0} /* Name.Constant */ +.highlight .nd { color: #ffffff} /* Name.Decorator */ +.highlight .ni { color: #ffdead} /* Name.Entity */ +.highlight .ne { color: #ffffff} /* Name.Exception */ +.highlight .nf { color: #ffffff} /* Name.Function */ +.highlight .nl { color: #ffffff} /* Name.Label */ +.highlight .nn { color: #ffffff} /* Name.Namespace */ +.highlight .nx { color: #ffffff} /* Name.Other */ +.highlight .py { color: #ffffff} /* Name.Property */ +.highlight .nt { color: #f0e68c} /* Name.Tag */ +.highlight .nv { color: #98fb98} /* Name.Variable */ +.highlight .ow { color: #ffffff} /* Operator.Word */ +.highlight .w { color: #ffffff} /* Text.Whitespace */ +.highlight .mf { color: #ffffff} /* Literal.Number.Float */ +.highlight .mh { color: #ffffff} /* Literal.Number.Hex */ +.highlight .mi { color: #ffffff} /* Literal.Number.Integer */ +.highlight .mo { color: #ffffff} /* Literal.Number.Oct */ +.highlight .sb { color: #ffffff} /* Literal.String.Backtick */ +.highlight .sc { color: #ffffff} /* Literal.String.Char */ +.highlight .sd { color: #ffffff} /* Literal.String.Doc */ +.highlight .s2 { color: #ffffff} /* Literal.String.Double */ +.highlight .se { color: #ffffff} /* Literal.String.Escape */ +.highlight .sh { color: #ffffff} /* Literal.String.Heredoc */ +.highlight .si { color: #ffffff} /* Literal.String.Interpol */ +.highlight .sx { color: #ffffff} /* Literal.String.Other */ +.highlight .sr { color: #ffffff} /* Literal.String.Regex */ +.highlight .s1 { color: #ffffff} /* Literal.String.Single */ +.highlight .ss { color: #ffffff} /* Literal.String.Symbol */ +.highlight .bp { color: #ffffff} /* Name.Builtin.Pseudo */ +.highlight .vc { color: #98fb98} /* Name.Variable.Class */ +.highlight .vg { color: #98fb98} /* Name.Variable.Global */ +.highlight .vi { color: #98fb98} /* Name.Variable.Instance */ +.highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */ diff --git a/basic/static/css/mustang.css b/basic/static/css/mustang.css new file mode 100644 index 0000000..54735d5 --- /dev/null +++ b/basic/static/css/mustang.css @@ -0,0 +1,70 @@ +.highlight { background: #202020; color: #e2e2e5} +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #808080; font-style: italic} /* Comment */ +.highlight .err { color: #e2e2e5} /* Error */ +.highlight .g { color: #e2e2e5} /* Generic */ +.highlight .k { color: #7e8aa2} /* Keyword */ +.highlight .l { color: #e2e2e5} /* Literal */ +.highlight .n { color: #e2e2e5} /* Name */ +.highlight .o { color: #e2e2e5} /* Operator */ +.highlight .x { color: #e2e2e5} /* Other */ +.highlight .p { color: #e2e2e5} /* Punctuation */ +.highlight .cm { color: #808080; font-style: italic} /* Comment.Multiline */ +.highlight .cp { color: #faf4c6} /* Comment.Preproc */ +.highlight .c1 { color: #808080; font-style: italic} /* Comment.Single */ +.highlight .cs { color: #808080; font-style: italic} /* Comment.Special */ +.highlight .gd { color: #e2e2e5} /* Generic.Deleted */ +.highlight .ge { color: #e2e2e5} /* Generic.Emph */ +.highlight .gr { color: #e2e2e5} /* Generic.Error */ +.highlight .gh { color: #f6f3e8; font-weight: bold} /* Generic.Heading */ +.highlight .gi { color: #e2e2e5} /* Generic.Inserted */ +.highlight .go { color: #808080; background-color: #303030 } /* Generic.Output */ +.highlight .gp { color: #e2e2e5} /* Generic.Prompt */ +.highlight .gs { color: #e2e2e5} /* Generic.Strong */ +.highlight .gu { color: #f6f3e8; font-weight: bold} /* Generic.Subheading */ +.highlight .gt { color: #e2e2e5} /* Generic.Traceback */ +.highlight .kc { color: #7e8aa2} /* Keyword.Constant */ +.highlight .kd { color: #7e8aa2} /* Keyword.Declaration */ +.highlight .kn { color: #7e8aa2} /* Keyword.Namespace */ +.highlight .kp { color: #7e8aa2} /* Keyword.Pseudo */ +.highlight .kr { color: #7e8aa2} /* Keyword.Reserved */ +.highlight .kt { color: #7e8aa2} /* Keyword.Type */ +.highlight .ld { color: #e2e2e5} /* Literal.Date */ +.highlight .m { color: #ff9800} /* Literal.Number */ +.highlight .s { color: #b1d631; font-style: italic} /* Literal.String */ +.highlight .na { color: #ffffff; font-weight: bold} /* Name.Attribute */ +.highlight .nb { color: #e2e2e5} /* Name.Builtin */ +.highlight .nc { color: #e2e2e5} /* Name.Class */ +.highlight .no { color: #ff9800} /* Name.Constant */ +.highlight .nd { color: #e2e2e5} /* Name.Decorator */ +.highlight .ni { color: #ff9800} /* Name.Entity */ +.highlight .ne { color: #e2e2e5} /* Name.Exception */ +.highlight .nf { color: #ffffff; font-weight: bold} /* Name.Function */ +.highlight .nl { color: #e2e2e5} /* Name.Label */ +.highlight .nn { color: #e2e2e5} /* Name.Namespace */ +.highlight .nx { color: #e2e2e5} /* Name.Other */ +.highlight .py { color: #e2e2e5} /* Name.Property */ +.highlight .nt { color: #7e8aa2} /* Name.Tag */ +.highlight .nv { color: #b1d631} /* Name.Variable */ +.highlight .ow { color: #e2e2e5} /* Operator.Word */ +.highlight .w { color: #e2e2e5} /* Text.Whitespace */ +.highlight .mf { color: #ff9800} /* Literal.Number.Float */ +.highlight .mh { color: #ff9800} /* Literal.Number.Hex */ +.highlight .mi { color: #ff9800} /* Literal.Number.Integer */ +.highlight .mo { color: #ff9800} /* Literal.Number.Oct */ +.highlight .sb { color: #b1d631; font-style: italic} /* Literal.String.Backtick */ +.highlight .sc { color: #b1d631; font-style: italic} /* Literal.String.Char */ +.highlight .sd { color: #b1d631; font-style: italic} /* Literal.String.Doc */ +.highlight .s2 { color: #b1d631; font-style: italic} /* Literal.String.Double */ +.highlight .se { color: #b1d631; font-style: italic} /* Literal.String.Escape */ +.highlight .sh { color: #b1d631; font-style: italic} /* Literal.String.Heredoc */ +.highlight .si { color: #b1d631; font-style: italic} /* Literal.String.Interpol */ +.highlight .sx { color: #b1d631; font-style: italic} /* Literal.String.Other */ +.highlight .sr { color: #b1d631; font-style: italic} /* Literal.String.Regex */ +.highlight .s1 { color: #b1d631; font-style: italic} /* Literal.String.Single */ +.highlight .ss { color: #b1d631; font-style: italic} /* Literal.String.Symbol */ +.highlight .bp { color: #e2e2e5} /* Name.Builtin.Pseudo */ +.highlight .vc { color: #b1d631} /* Name.Variable.Class */ +.highlight .vg { color: #b1d631} /* Name.Variable.Global */ +.highlight .vi { color: #b1d631} /* Name.Variable.Instance */ +.highlight .il { color: #ff9800} /* Literal.Number.Integer.Long */ diff --git a/basic/static/css/rdark.css b/basic/static/css/rdark.css new file mode 100644 index 0000000..f186a0c --- /dev/null +++ b/basic/static/css/rdark.css @@ -0,0 +1,70 @@ +.highlight { background: #1e2426; color: #babdb6} +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #656763} /* Comment */ +.highlight .err { color: #babdb6} /* Error */ +.highlight .g { color: #babdb6} /* Generic */ +.highlight .k { color: #729fcf} /* Keyword */ +.highlight .l { color: #babdb6} /* Literal */ +.highlight .n { color: #babdb6} /* Name */ +.highlight .o { color: #babdb6} /* Operator */ +.highlight .x { color: #babdb6} /* Other */ +.highlight .p { color: #babdb6} /* Punctuation */ +.highlight .cm { color: #656763} /* Comment.Multiline */ +.highlight .cp { color: #fcaf3e} /* Comment.Preproc */ +.highlight .c1 { color: #656763} /* Comment.Single */ +.highlight .cs { color: #656763} /* Comment.Special */ +.highlight .gd { color: #2e3436; background-color: #0e1416 } /* Generic.Deleted */ +.highlight .ge { color: #babdb6} /* Generic.Emph */ +.highlight .gr { color: #eeeeec; background-color: #cc0000 } /* Generic.Error */ +.highlight .gh { color: #fcaf3e} /* Generic.Heading */ +.highlight .gi { color: #babdb6; background-color: #1f2b2d } /* Generic.Inserted */ +.highlight .go { color: #2c3032; background-color: #2c3032 } /* Generic.Output */ +.highlight .gp { color: #babdb6} /* Generic.Prompt */ +.highlight .gs { color: #babdb6} /* Generic.Strong */ +.highlight .gu { color: #fcaf3e} /* Generic.Subheading */ +.highlight .gt { color: #babdb6} /* Generic.Traceback */ +.highlight .kc { color: #729fcf} /* Keyword.Constant */ +.highlight .kd { color: #729fcf} /* Keyword.Declaration */ +.highlight .kn { color: #729fcf} /* Keyword.Namespace */ +.highlight .kp { color: #729fcf} /* Keyword.Pseudo */ +.highlight .kr { color: #729fcf} /* Keyword.Reserved */ +.highlight .kt { color: #e3e7df} /* Keyword.Type */ +.highlight .ld { color: #babdb6} /* Literal.Date */ +.highlight .m { color: #8ae234} /* Literal.Number */ +.highlight .s { color: #babdb6} /* Literal.String */ +.highlight .na { color: #fcaf3e} /* Name.Attribute */ +.highlight .nb { color: #babdb6} /* Name.Builtin */ +.highlight .nc { color: #babdb6} /* Name.Class */ +.highlight .no { color: #8ae234} /* Name.Constant */ +.highlight .nd { color: #babdb6} /* Name.Decorator */ +.highlight .ni { color: #888a85} /* Name.Entity */ +.highlight .ne { color: #babdb6} /* Name.Exception */ +.highlight .nf { color: #fcaf3e} /* Name.Function */ +.highlight .nl { color: #babdb6} /* Name.Label */ +.highlight .nn { color: #babdb6} /* Name.Namespace */ +.highlight .nx { color: #babdb6} /* Name.Other */ +.highlight .py { color: #babdb6} /* Name.Property */ +.highlight .nt { color: #729fcf} /* Name.Tag */ +.highlight .nv { color: #ffffff} /* Name.Variable */ +.highlight .ow { color: #babdb6} /* Operator.Word */ +.highlight .w { color: #babdb6} /* Text.Whitespace */ +.highlight .mf { color: #8ae234} /* Literal.Number.Float */ +.highlight .mh { color: #8ae234} /* Literal.Number.Hex */ +.highlight .mi { color: #8ae234} /* Literal.Number.Integer */ +.highlight .mo { color: #8ae234} /* Literal.Number.Oct */ +.highlight .sb { color: #babdb6} /* Literal.String.Backtick */ +.highlight .sc { color: #babdb6} /* Literal.String.Char */ +.highlight .sd { color: #babdb6} /* Literal.String.Doc */ +.highlight .s2 { color: #babdb6} /* Literal.String.Double */ +.highlight .se { color: #babdb6} /* Literal.String.Escape */ +.highlight .sh { color: #babdb6} /* Literal.String.Heredoc */ +.highlight .si { color: #babdb6} /* Literal.String.Interpol */ +.highlight .sx { color: #babdb6} /* Literal.String.Other */ +.highlight .sr { color: #babdb6} /* Literal.String.Regex */ +.highlight .s1 { color: #babdb6} /* Literal.String.Single */ +.highlight .ss { color: #babdb6} /* Literal.String.Symbol */ +.highlight .bp { color: #babdb6} /* Name.Builtin.Pseudo */ +.highlight .vc { color: #ffffff} /* Name.Variable.Class */ +.highlight .vg { color: #ffffff} /* Name.Variable.Global */ +.highlight .vi { color: #ffffff} /* Name.Variable.Instance */ +.highlight .il { color: #8ae234} /* Literal.Number.Integer.Long */ diff --git a/basic/templates/base.html b/basic/templates/base.html index 861b4d7..03e2672 100644 --- a/basic/templates/base.html +++ b/basic/templates/base.html @@ -2,7 +2,8 @@ {%- block head %} {{ super() }} - + + {%- if FEED_RSS %}{% endif -%} @@ -29,4 +30,19 @@ }); {% endif %} + + + + + + + {% endblock -%} From 1fcd80982c71d26b4e7bac45d148c9505b707bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=20Gon=C3=A7alves?= Date: Mon, 26 Aug 2013 21:02:16 +0100 Subject: [PATCH 02/11] Update README.rst THEME variable has to be absolute; Typo in mnmlist theme name; --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f6118df..a9d9b34 100644 --- a/README.rst +++ b/README.rst @@ -27,14 +27,14 @@ To use one of the themes, edit your Pelican settings file to include this line: .. code-block:: python - THEME = "~/pelican-themes/theme-name" + THEME = "/home/user/pelican-themes/theme-name" -So, for instance, to use the ``mnmlst`` theme, you would edit your settings +So, for instance, to use the ``mnmlist`` theme, you would edit your settings file to include: .. code-block:: python - THEME = "~/pelican-themes/mnmlst" + THEME = "/home/user/pelican-themes/mnmlist" Save the changes to your settings file and then regenerate your site by using the Makefile you should already have set up using ``pelican-quickstart``: From efd8e341fea67787d77700c251dec9064f6d8a7c Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 27 Aug 2013 00:38:25 +0200 Subject: [PATCH 03/11] Update Plumage to version 0.3. --- plumage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plumage b/plumage index a0c2ff1..e4f1d47 160000 --- a/plumage +++ b/plumage @@ -1 +1 @@ -Subproject commit a0c2ff1fcfbf075541dc96af79a86150a21b803e +Subproject commit e4f1d473aa17de27635732cdaab09d20c7ecbc50 From 3ff0b52701a009d37fa1b31bc87ef9d55d0a29a4 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Tue, 27 Aug 2013 18:25:29 +0500 Subject: [PATCH 04/11] Add Elegant theme as submodule Elegant offers several unique features including search, live filter, collapsible comments, Mailchimp, custom 404 page, etc. It is a minimal, and stylish theme that looks amazing across all screen resolutions and devices. --- .gitmodules | 3 +++ elegant | 1 + 2 files changed, 4 insertions(+) create mode 160000 elegant diff --git a/.gitmodules b/.gitmodules index 413c484..ac85eaa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "crowsfoot"] path = crowsfoot url = https://github.com/porterjamesj/crowsfoot.git +[submodule "elegant"] + path = elegant + url = git@github.com:talha131/pelican-elegant.git diff --git a/elegant b/elegant new file mode 160000 index 0000000..7e9c488 --- /dev/null +++ b/elegant @@ -0,0 +1 @@ +Subproject commit 7e9c4882fe0d67eb19be1c70521cce7a4ef904b8 From 65fbddf0841b9b9e1cd2377c90da1fea617059c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=20Gon=C3=A7alves?= Date: Tue, 27 Aug 2013 20:53:03 +0100 Subject: [PATCH 05/11] Update base.html From French to English --- mnmlist/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html index 5539dc6..c0d2dec 100644 --- a/mnmlist/templates/base.html +++ b/mnmlist/templates/base.html @@ -33,7 +33,7 @@
  • {{ page.title }}{% if not loop.last %} ::{% endif %}
  • {% endfor %} {% if categories|length > 1 %} -
  • :: Catégories
  • +
  • :: Categories
  • {% endif %} {% if tags|length > 1 %}
  • :: Tags
  • From 21588b23faa7981136e01ec80b280dc2223f71e8 Mon Sep 17 00:00:00 2001 From: Sylvain GARANCHER Date: Wed, 28 Aug 2013 04:07:40 +0200 Subject: [PATCH 06/11] [IMP] Add language management for theme tuxlite_tbs --- tuxlite_tbs/templates/base.html | 2 +- tuxlite_tbs/templates/metadata.html | 6 ++++++ tuxlite_tbs/templates/page.html | 10 +++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html index 2c18586..4dd1f52 100644 --- a/tuxlite_tbs/templates/base.html +++ b/tuxlite_tbs/templates/base.html @@ -1,5 +1,5 @@ - + {% block windowtitle %}{{ SITENAME }}{% endblock %} diff --git a/tuxlite_tbs/templates/metadata.html b/tuxlite_tbs/templates/metadata.html index 3f7e987..1ee8b86 100644 --- a/tuxlite_tbs/templates/metadata.html +++ b/tuxlite_tbs/templates/metadata.html @@ -2,6 +2,12 @@ {% if article.author %} by {{ article.author }} + {% if article.translations %} + {{ article.lang or DEFAULT_LANG }} + {% for translation in article.translations %} + {{ translation.lang }}  + {% endfor %} + {% endif %} {% endif %} {# Filed under {{ article.category }} #} diff --git a/tuxlite_tbs/templates/page.html b/tuxlite_tbs/templates/page.html index 65470ea..df15a33 100644 --- a/tuxlite_tbs/templates/page.html +++ b/tuxlite_tbs/templates/page.html @@ -2,7 +2,15 @@ {% block title %} {% endblock %} {% block content %}
    -

    {{ page.title }}

    +

    + {{ page.title }} + {% if page.translations %} + {{ page.lang or DEFAULT_LANG }} + {% for translation in page.translations %} + {{ translation.lang }}  + {% endfor %} + {% endif %} +

    {% if PDF_PROCESSOR %}get the pdf{% endif %} {{ page.content }} From 7f83a42324ec0679ab82448164b8ffd9b0b464f7 Mon Sep 17 00:00:00 2001 From: Benjamin Petersen Date: Tue, 27 Aug 2013 23:56:26 -0400 Subject: [PATCH 07/11] Fix path issue for archive pages This fixes paths for archive pages. - Previously hyperlinks pointed to current page appended with article url - now links will point to site url appended with article url Tested with Year and Month Archive pages successfully. --- mnmlist/templates/archives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnmlist/templates/archives.html b/mnmlist/templates/archives.html index 5ba2c81..9425abf 100644 --- a/mnmlist/templates/archives.html +++ b/mnmlist/templates/archives.html @@ -6,7 +6,7 @@
    {% for article in dates %}
    {{ article.locale_date }}
    -
    {{ article.title }}
    +
    {{ article.title }}
    {% endfor %}
    From 979a814f7877834d5113ed7f3f04c06a33dbb112 Mon Sep 17 00:00:00 2001 From: wilbur ma Date: Wed, 4 Sep 2013 10:34:02 +0800 Subject: [PATCH 08/11] Add niu-x2 theme as a submodule --- .gitmodules | 3 +++ niu-x2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 niu-x2 diff --git a/.gitmodules b/.gitmodules index ac85eaa..da846e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "elegant"] path = elegant url = git@github.com:talha131/pelican-elegant.git +[submodule "niu-x2"] + path = niu-x2 + url = http://github.com/wilbur-ma/niu-x2 diff --git a/niu-x2 b/niu-x2 new file mode 160000 index 0000000..dfe1852 --- /dev/null +++ b/niu-x2 @@ -0,0 +1 @@ +Subproject commit dfe18524752071eaab82d28aa24b5ffc45da8f6a From 8f878dda7e62451035d457d6167ee328970fc880 Mon Sep 17 00:00:00 2001 From: wilbur ma Date: Wed, 4 Sep 2013 21:02:36 +0800 Subject: [PATCH 09/11] update niu-x2 theme --- niu-x2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niu-x2 b/niu-x2 index dfe1852..8d57b46 160000 --- a/niu-x2 +++ b/niu-x2 @@ -1 +1 @@ -Subproject commit dfe18524752071eaab82d28aa24b5ffc45da8f6a +Subproject commit 8d57b4674b2e5ea8ab724bdeb7592e05dff90478 From 63e9af44481a7f2f0b0b7829cb086df1c46c4394 Mon Sep 17 00:00:00 2001 From: redVi Date: Mon, 9 Sep 2013 22:27:59 +0700 Subject: [PATCH 10/11] Add theme:storm --- .gitmodules | 3 +++ storm | 1 + 2 files changed, 4 insertions(+) create mode 160000 storm diff --git a/.gitmodules b/.gitmodules index da846e3..2c08aff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "niu-x2"] path = niu-x2 url = http://github.com/wilbur-ma/niu-x2 +[submodule "storm"] + path = storm + url = git@github.com:redVi/storm.git diff --git a/storm b/storm new file mode 160000 index 0000000..a1f736e --- /dev/null +++ b/storm @@ -0,0 +1 @@ +Subproject commit a1f736e29d4509cc132bffed79a669c251dfcfac From a3180ed925c0583c44a77af589a474d5d71d6418 Mon Sep 17 00:00:00 2001 From: Dan Claudiu Pop Date: Tue, 10 Sep 2013 09:13:42 +0300 Subject: [PATCH 11/11] adding pure theme --- .gitmodules | 3 +++ pure | 1 + 2 files changed, 4 insertions(+) create mode 160000 pure diff --git a/.gitmodules b/.gitmodules index 2c08aff..96f07d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "storm"] path = storm url = git@github.com:redVi/storm.git +[submodule "pure"] + path = pure + url = https://github.com/danclaudiupop/pure.git diff --git a/pure b/pure new file mode 160000 index 0000000..b37c988 --- /dev/null +++ b/pure @@ -0,0 +1 @@ +Subproject commit b37c988b40d789e964db5acfca59c21f9fc49a36