From 7df828f55a4df36b913f9d2d399363aedd1d9516 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Sat, 7 Apr 2018 00:40:59 -0400 Subject: [PATCH] Add ability to blacklist sites from all-sites --- css/apprentice/apprentice-all-sites.css | 236 ------------------ css/darculized/darculized-all-sites.css | 236 ------------------ css/gruvbox/gruvbox-all-sites.css | 236 ------------------ .../solarized-dark-all-sites.css | 236 ------------------ .../solarized-light-all-sites.css | 236 ------------------ make.py | 3 +- sites/{bigblow.styl => _bigblow.styl} | 0 sites/all-sites.styl | 3 +- 8 files changed, 4 insertions(+), 1182 deletions(-) rename sites/{bigblow.styl => _bigblow.styl} (100%) diff --git a/css/apprentice/apprentice-all-sites.css b/css/apprentice/apprentice-all-sites.css index 095ac8a..b202058 100644 --- a/css/apprentice/apprentice-all-sites.css +++ b/css/apprentice/apprentice-all-sites.css @@ -24,242 +24,6 @@ pre { background-color: #272727 !important; color: #bcbcbc !important; } -code { - font-size: 1.2em; -} -pre { - box-shadow: none; - background-color: #444 !important; - font-size: 1.2em; -} -img { - margin: 0.25em; -} -.buttons { - background-color: #272727 !important; - box-shadow: 0 0 10px #ff8700; - color: #ff8700 !important; - font-family: sans-serif; - font-size: 1.5rem; - position: fixed; - left: -4.5em; - top: 50%; - transform: rotate(90deg); - filter: opacity(50%); -} -.hsReviewPanel { - display: none; -} -.title { - border: 0; -} -#postamble { - display: none; -} -#banner { - text-align: center; -} -#tabs { - background-color: #272727 !important; - float: left; - margin: 0px 0px 20px 0px; - padding: 0; - width: 100%; - font-family: sans-serif; -} -#tabs ul { - margin: 0; - padding: 0; -} -#tabs li { - float: left; - list-style-type: none; - margin: 0px 2px 0px 0px; - padding: 0px 0px 0px 0px; - white-space: nowrap; -} -#tabs li a { - display: block; - font-size: 120%; - font-weight: bold; - margin: 0; - padding: 4px 10px 4px 10px; - text-decoration: none; -} -#tabs li a:hover { - color: #8080ff !important; -} -#tabs li.ui-tabs-active a { - background-color: #444 !important; - color: #4040ff !important; -} -#content { - clear: both; -} -#postamble { - text-align: right; -} -blockquote { - background-color: #272727 !important; - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: 0.01em; - padding-bottom: 0.01em; - overflow: hidden; - margin-left: 0; -} -.outline-text-2, -.outline-text-3, -.outline-text-4, -.outline-text-5, -.outline-text-6 { - padding-left: 4%; -} -.outline-3 { - padding-left: 4%; -} -.outline-4 { - padding-left: 4%; -} -.outline-5 { - padding-left: 4%; -} -.outline-6 { - padding-left: 4%; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: sans-serif; - border-bottom: 2px solid; - border-color: #444 !important; -} -a:hover { - text-decoration: underline; -} -#search { - display: block; - float: right; -} -.tag { - background-color: #262626 !important; - color: #ff8700 !important; - border: 0px; -} -.tag span { - background-color: #444 !important; - margin: 0.25em; - padding: 0.25em; -} -#table-of-contents { - display: table; - float: right; -} -#table-of-contents h2 { - display: none; -} -#table-of-contents li { - list-style-type: none; -} -#table-of-contents a:hover { - text-decoration: underline; -} -#minitoc { - background-color: #272727 !important; - position: fixed; - bottom: 5em; - left: -5.5em; - transform: rotate(90deg); - box-shadow: 0px 0px 10px #ff8700; - padding-top: 0.1em; - padding-bottom: 0.1em; - padding-left: 0.5em; - padding-right: 0.5em; - filter: opacity(50%); - z-index: 200; -} -#minitoc:hover { - padding: 1em; - filter: opacity(100%); - transform: rotate(0deg); - left: 0; -} -#minitoc h2 { - margin-top: 0; - margin-bottom: 0; -} -#minitoc a { - display: block; - font-family: sans-serif; - text-decoration: none; -} -#minitoc a:hover { - text-decoration: underline; -} -#minitoc a { - display: none; -} -#minitoc:hover a { - display: block; -} -#toTop { - top: -100px /* together with this to put the div at the top */; - position: fixed /* this is the magic */; - text-align: center; - z-index: 999; - display: none; -} -#toTop:hover { - text-decoration: underline; -} -#left-panel-wrapper { - display: none; - position: fixed; - z-index: 200; -} -#left-panel-contents { - display: none; - position: fixed; - text-align: left; - top: 0; - z-index: 200; -} -#left-panel-button { - transform: rotate(90deg); - left: -23px; - position: fixed; - top: 50%; - z-index: 200; -} -#right-panel-wrapper { - position: fixed; - z-index: 200; -} -#right-panel-contents { - display: none; - z-index: 200; - position: fixed; - text-align: left; - top: 0; -} -.snippet-copy-to-clipboard { - display: none; - position: absolute; - left: 50px; - top: 50px; -} -.org-ul { - margin-top: 1em; -} -.org-ul li { - margin-top: 0.5em; -} -.org-ul > li > a { - font-family: sans-serif; -} .post-actions { background-color: #272727 !important; } diff --git a/css/darculized/darculized-all-sites.css b/css/darculized/darculized-all-sites.css index db2629f..0ed9d31 100644 --- a/css/darculized/darculized-all-sites.css +++ b/css/darculized/darculized-all-sites.css @@ -24,242 +24,6 @@ pre { background-color: #2e2e2e !important; color: #909396 !important; } -code { - font-size: 1.2em; -} -pre { - box-shadow: none; - background-color: #363636 !important; - font-size: 1.2em; -} -img { - margin: 0.25em; -} -.buttons { - background-color: #2e2e2e !important; - box-shadow: 0 0 10px #a6aaab; - color: #a6aaab !important; - font-family: sans-serif; - font-size: 1.5rem; - position: fixed; - left: -4.5em; - top: 50%; - transform: rotate(90deg); - filter: opacity(50%); -} -.hsReviewPanel { - display: none; -} -.title { - border: 0; -} -#postamble { - display: none; -} -#banner { - text-align: center; -} -#tabs { - background-color: #2e2e2e !important; - float: left; - margin: 0px 0px 20px 0px; - padding: 0; - width: 100%; - font-family: sans-serif; -} -#tabs ul { - margin: 0; - padding: 0; -} -#tabs li { - float: left; - list-style-type: none; - margin: 0px 2px 0px 0px; - padding: 0px 0px 0px 0px; - white-space: nowrap; -} -#tabs li a { - display: block; - font-size: 120%; - font-weight: bold; - margin: 0; - padding: 4px 10px 4px 10px; - text-decoration: none; -} -#tabs li a:hover { - color: #97bdef !important; -} -#tabs li.ui-tabs-active a { - background-color: #363636 !important; - color: #639ce6 !important; -} -#content { - clear: both; -} -#postamble { - text-align: right; -} -blockquote { - background-color: #2e2e2e !important; - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: 0.01em; - padding-bottom: 0.01em; - overflow: hidden; - margin-left: 0; -} -.outline-text-2, -.outline-text-3, -.outline-text-4, -.outline-text-5, -.outline-text-6 { - padding-left: 4%; -} -.outline-3 { - padding-left: 4%; -} -.outline-4 { - padding-left: 4%; -} -.outline-5 { - padding-left: 4%; -} -.outline-6 { - padding-left: 4%; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: sans-serif; - border-bottom: 2px solid; - border-color: #363636 !important; -} -a:hover { - text-decoration: underline; -} -#search { - display: block; - float: right; -} -.tag { - background-color: #262626 !important; - color: #a6aaab !important; - border: 0px; -} -.tag span { - background-color: #363636 !important; - margin: 0.25em; - padding: 0.25em; -} -#table-of-contents { - display: table; - float: right; -} -#table-of-contents h2 { - display: none; -} -#table-of-contents li { - list-style-type: none; -} -#table-of-contents a:hover { - text-decoration: underline; -} -#minitoc { - background-color: #2e2e2e !important; - position: fixed; - bottom: 5em; - left: -5.5em; - transform: rotate(90deg); - box-shadow: 0px 0px 10px #a6aaab; - padding-top: 0.1em; - padding-bottom: 0.1em; - padding-left: 0.5em; - padding-right: 0.5em; - filter: opacity(50%); - z-index: 200; -} -#minitoc:hover { - padding: 1em; - filter: opacity(100%); - transform: rotate(0deg); - left: 0; -} -#minitoc h2 { - margin-top: 0; - margin-bottom: 0; -} -#minitoc a { - display: block; - font-family: sans-serif; - text-decoration: none; -} -#minitoc a:hover { - text-decoration: underline; -} -#minitoc a { - display: none; -} -#minitoc:hover a { - display: block; -} -#toTop { - top: -100px /* together with this to put the div at the top */; - position: fixed /* this is the magic */; - text-align: center; - z-index: 999; - display: none; -} -#toTop:hover { - text-decoration: underline; -} -#left-panel-wrapper { - display: none; - position: fixed; - z-index: 200; -} -#left-panel-contents { - display: none; - position: fixed; - text-align: left; - top: 0; - z-index: 200; -} -#left-panel-button { - transform: rotate(90deg); - left: -23px; - position: fixed; - top: 50%; - z-index: 200; -} -#right-panel-wrapper { - position: fixed; - z-index: 200; -} -#right-panel-contents { - display: none; - z-index: 200; - position: fixed; - text-align: left; - top: 0; -} -.snippet-copy-to-clipboard { - display: none; - position: absolute; - left: 50px; - top: 50px; -} -.org-ul { - margin-top: 1em; -} -.org-ul li { - margin-top: 0.5em; -} -.org-ul > li > a { - font-family: sans-serif; -} .post-actions { background-color: #2e2e2e !important; } diff --git a/css/gruvbox/gruvbox-all-sites.css b/css/gruvbox/gruvbox-all-sites.css index 830ba70..6aa9b7d 100644 --- a/css/gruvbox/gruvbox-all-sites.css +++ b/css/gruvbox/gruvbox-all-sites.css @@ -24,242 +24,6 @@ pre { background-color: #3c3836 !important; color: #83a598 !important; } -code { - font-size: 1.2em; -} -pre { - box-shadow: none; - background-color: #44403e !important; - font-size: 1.2em; -} -img { - margin: 0.25em; -} -.buttons { - background-color: #3c3836 !important; - box-shadow: 0 0 10px #8ec07c; - color: #8ec07c !important; - font-family: sans-serif; - font-size: 1.5rem; - position: fixed; - left: -4.5em; - top: 50%; - transform: rotate(90deg); - filter: opacity(50%); -} -.hsReviewPanel { - display: none; -} -.title { - border: 0; -} -#postamble { - display: none; -} -#banner { - text-align: center; -} -#tabs { - background-color: #3c3836 !important; - float: left; - margin: 0px 0px 20px 0px; - padding: 0; - width: 100%; - font-family: sans-serif; -} -#tabs ul { - margin: 0; - padding: 0; -} -#tabs li { - float: left; - list-style-type: none; - margin: 0px 2px 0px 0px; - padding: 0px 0px 0px 0px; - white-space: nowrap; -} -#tabs li a { - display: block; - font-size: 120%; - font-weight: bold; - margin: 0; - padding: 4px 10px 4px 10px; - text-decoration: none; -} -#tabs li a:hover { - color: #9ac9cc !important; -} -#tabs li.ui-tabs-active a { - background-color: #44403e !important; - color: #67afb2 !important; -} -#content { - clear: both; -} -#postamble { - text-align: right; -} -blockquote { - background-color: #3c3836 !important; - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: 0.01em; - padding-bottom: 0.01em; - overflow: hidden; - margin-left: 0; -} -.outline-text-2, -.outline-text-3, -.outline-text-4, -.outline-text-5, -.outline-text-6 { - padding-left: 4%; -} -.outline-3 { - padding-left: 4%; -} -.outline-4 { - padding-left: 4%; -} -.outline-5 { - padding-left: 4%; -} -.outline-6 { - padding-left: 4%; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: sans-serif; - border-bottom: 2px solid; - border-color: #44403e !important; -} -a:hover { - text-decoration: underline; -} -#search { - display: block; - float: right; -} -.tag { - background-color: #282828 !important; - color: #8ec07c !important; - border: 0px; -} -.tag span { - background-color: #44403e !important; - margin: 0.25em; - padding: 0.25em; -} -#table-of-contents { - display: table; - float: right; -} -#table-of-contents h2 { - display: none; -} -#table-of-contents li { - list-style-type: none; -} -#table-of-contents a:hover { - text-decoration: underline; -} -#minitoc { - background-color: #3c3836 !important; - position: fixed; - bottom: 5em; - left: -5.5em; - transform: rotate(90deg); - box-shadow: 0px 0px 10px #8ec07c; - padding-top: 0.1em; - padding-bottom: 0.1em; - padding-left: 0.5em; - padding-right: 0.5em; - filter: opacity(50%); - z-index: 200; -} -#minitoc:hover { - padding: 1em; - filter: opacity(100%); - transform: rotate(0deg); - left: 0; -} -#minitoc h2 { - margin-top: 0; - margin-bottom: 0; -} -#minitoc a { - display: block; - font-family: sans-serif; - text-decoration: none; -} -#minitoc a:hover { - text-decoration: underline; -} -#minitoc a { - display: none; -} -#minitoc:hover a { - display: block; -} -#toTop { - top: -100px /* together with this to put the div at the top */; - position: fixed /* this is the magic */; - text-align: center; - z-index: 999; - display: none; -} -#toTop:hover { - text-decoration: underline; -} -#left-panel-wrapper { - display: none; - position: fixed; - z-index: 200; -} -#left-panel-contents { - display: none; - position: fixed; - text-align: left; - top: 0; - z-index: 200; -} -#left-panel-button { - transform: rotate(90deg); - left: -23px; - position: fixed; - top: 50%; - z-index: 200; -} -#right-panel-wrapper { - position: fixed; - z-index: 200; -} -#right-panel-contents { - display: none; - z-index: 200; - position: fixed; - text-align: left; - top: 0; -} -.snippet-copy-to-clipboard { - display: none; - position: absolute; - left: 50px; - top: 50px; -} -.org-ul { - margin-top: 1em; -} -.org-ul li { - margin-top: 0.5em; -} -.org-ul > li > a { - font-family: sans-serif; -} .post-actions { background-color: #3c3836 !important; } diff --git a/css/solarized-dark/solarized-dark-all-sites.css b/css/solarized-dark/solarized-dark-all-sites.css index a80faa5..371c58d 100644 --- a/css/solarized-dark/solarized-dark-all-sites.css +++ b/css/solarized-dark/solarized-dark-all-sites.css @@ -24,242 +24,6 @@ pre { background-color: #073642 !important; color: #839496 !important; } -code { - font-size: 1.2em; -} -pre { - box-shadow: none; - background-color: #094352 !important; - font-size: 1.2em; -} -img { - margin: 0.25em; -} -.buttons { - background-color: #073642 !important; - box-shadow: 0 0 10px #93a1a1; - color: #93a1a1 !important; - font-family: sans-serif; - font-size: 1.5rem; - position: fixed; - left: -4.5em; - top: 50%; - transform: rotate(90deg); - filter: opacity(50%); -} -.hsReviewPanel { - display: none; -} -.title { - border: 0; -} -#postamble { - display: none; -} -#banner { - text-align: center; -} -#tabs { - background-color: #073642 !important; - float: left; - margin: 0px 0px 20px 0px; - padding: 0; - width: 100%; - font-family: sans-serif; -} -#tabs ul { - margin: 0; - padding: 0; -} -#tabs li { - float: left; - list-style-type: none; - margin: 0px 2px 0px 0px; - padding: 0px 0px 0px 0px; - white-space: nowrap; -} -#tabs li a { - display: block; - font-size: 120%; - font-weight: bold; - margin: 0; - padding: 4px 10px 4px 10px; - text-decoration: none; -} -#tabs li a:hover { - color: #90c5eb !important; -} -#tabs li.ui-tabs-active a { - background-color: #094352 !important; - color: #59a9e1 !important; -} -#content { - clear: both; -} -#postamble { - text-align: right; -} -blockquote { - background-color: #073642 !important; - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: 0.01em; - padding-bottom: 0.01em; - overflow: hidden; - margin-left: 0; -} -.outline-text-2, -.outline-text-3, -.outline-text-4, -.outline-text-5, -.outline-text-6 { - padding-left: 4%; -} -.outline-3 { - padding-left: 4%; -} -.outline-4 { - padding-left: 4%; -} -.outline-5 { - padding-left: 4%; -} -.outline-6 { - padding-left: 4%; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: sans-serif; - border-bottom: 2px solid; - border-color: #094352 !important; -} -a:hover { - text-decoration: underline; -} -#search { - display: block; - float: right; -} -.tag { - background-color: #002b36 !important; - color: #93a1a1 !important; - border: 0px; -} -.tag span { - background-color: #094352 !important; - margin: 0.25em; - padding: 0.25em; -} -#table-of-contents { - display: table; - float: right; -} -#table-of-contents h2 { - display: none; -} -#table-of-contents li { - list-style-type: none; -} -#table-of-contents a:hover { - text-decoration: underline; -} -#minitoc { - background-color: #073642 !important; - position: fixed; - bottom: 5em; - left: -5.5em; - transform: rotate(90deg); - box-shadow: 0px 0px 10px #93a1a1; - padding-top: 0.1em; - padding-bottom: 0.1em; - padding-left: 0.5em; - padding-right: 0.5em; - filter: opacity(50%); - z-index: 200; -} -#minitoc:hover { - padding: 1em; - filter: opacity(100%); - transform: rotate(0deg); - left: 0; -} -#minitoc h2 { - margin-top: 0; - margin-bottom: 0; -} -#minitoc a { - display: block; - font-family: sans-serif; - text-decoration: none; -} -#minitoc a:hover { - text-decoration: underline; -} -#minitoc a { - display: none; -} -#minitoc:hover a { - display: block; -} -#toTop { - top: -100px /* together with this to put the div at the top */; - position: fixed /* this is the magic */; - text-align: center; - z-index: 999; - display: none; -} -#toTop:hover { - text-decoration: underline; -} -#left-panel-wrapper { - display: none; - position: fixed; - z-index: 200; -} -#left-panel-contents { - display: none; - position: fixed; - text-align: left; - top: 0; - z-index: 200; -} -#left-panel-button { - transform: rotate(90deg); - left: -23px; - position: fixed; - top: 50%; - z-index: 200; -} -#right-panel-wrapper { - position: fixed; - z-index: 200; -} -#right-panel-contents { - display: none; - z-index: 200; - position: fixed; - text-align: left; - top: 0; -} -.snippet-copy-to-clipboard { - display: none; - position: absolute; - left: 50px; - top: 50px; -} -.org-ul { - margin-top: 1em; -} -.org-ul li { - margin-top: 0.5em; -} -.org-ul > li > a { - font-family: sans-serif; -} .post-actions { background-color: #073642 !important; } diff --git a/css/solarized-light/solarized-light-all-sites.css b/css/solarized-light/solarized-light-all-sites.css index 589736b..7aabc47 100644 --- a/css/solarized-light/solarized-light-all-sites.css +++ b/css/solarized-light/solarized-light-all-sites.css @@ -24,242 +24,6 @@ pre { background-color: #eee8d5 !important; color: #657b83 !important; } -code { - font-size: 1.2em; -} -pre { - box-shadow: none; - background-color: #e9e1c8 !important; - font-size: 1.2em; -} -img { - margin: 0.25em; -} -.buttons { - background-color: #eee8d5 !important; - box-shadow: 0 0 10px #586e75; - color: #586e75 !important; - font-family: sans-serif; - font-size: 1.5rem; - position: fixed; - left: -4.5em; - top: 50%; - transform: rotate(90deg); - filter: opacity(50%); -} -.hsReviewPanel { - display: none; -} -.title { - border: 0; -} -#postamble { - display: none; -} -#banner { - text-align: center; -} -#tabs { - background-color: #eee8d5 !important; - float: left; - margin: 0px 0px 20px 0px; - padding: 0; - width: 100%; - font-family: sans-serif; -} -#tabs ul { - margin: 0; - padding: 0; -} -#tabs li { - float: left; - list-style-type: none; - margin: 0px 2px 0px 0px; - padding: 0px 0px 0px 0px; - white-space: nowrap; -} -#tabs li a { - display: block; - font-size: 120%; - font-weight: bold; - margin: 0; - padding: 4px 10px 4px 10px; - text-decoration: none; -} -#tabs li a:hover { - color: #90c5eb !important; -} -#tabs li.ui-tabs-active a { - background-color: #e9e1c8 !important; - color: #59a9e1 !important; -} -#content { - clear: both; -} -#postamble { - text-align: right; -} -blockquote { - background-color: #eee8d5 !important; - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: 0.01em; - padding-bottom: 0.01em; - overflow: hidden; - margin-left: 0; -} -.outline-text-2, -.outline-text-3, -.outline-text-4, -.outline-text-5, -.outline-text-6 { - padding-left: 4%; -} -.outline-3 { - padding-left: 4%; -} -.outline-4 { - padding-left: 4%; -} -.outline-5 { - padding-left: 4%; -} -.outline-6 { - padding-left: 4%; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: sans-serif; - border-bottom: 2px solid; - border-color: #e9e1c8 !important; -} -a:hover { - text-decoration: underline; -} -#search { - display: block; - float: right; -} -.tag { - background-color: #fdf6e3 !important; - color: #586e75 !important; - border: 0px; -} -.tag span { - background-color: #e9e1c8 !important; - margin: 0.25em; - padding: 0.25em; -} -#table-of-contents { - display: table; - float: right; -} -#table-of-contents h2 { - display: none; -} -#table-of-contents li { - list-style-type: none; -} -#table-of-contents a:hover { - text-decoration: underline; -} -#minitoc { - background-color: #eee8d5 !important; - position: fixed; - bottom: 5em; - left: -5.5em; - transform: rotate(90deg); - box-shadow: 0px 0px 10px #586e75; - padding-top: 0.1em; - padding-bottom: 0.1em; - padding-left: 0.5em; - padding-right: 0.5em; - filter: opacity(50%); - z-index: 200; -} -#minitoc:hover { - padding: 1em; - filter: opacity(100%); - transform: rotate(0deg); - left: 0; -} -#minitoc h2 { - margin-top: 0; - margin-bottom: 0; -} -#minitoc a { - display: block; - font-family: sans-serif; - text-decoration: none; -} -#minitoc a:hover { - text-decoration: underline; -} -#minitoc a { - display: none; -} -#minitoc:hover a { - display: block; -} -#toTop { - top: -100px /* together with this to put the div at the top */; - position: fixed /* this is the magic */; - text-align: center; - z-index: 999; - display: none; -} -#toTop:hover { - text-decoration: underline; -} -#left-panel-wrapper { - display: none; - position: fixed; - z-index: 200; -} -#left-panel-contents { - display: none; - position: fixed; - text-align: left; - top: 0; - z-index: 200; -} -#left-panel-button { - transform: rotate(90deg); - left: -23px; - position: fixed; - top: 50%; - z-index: 200; -} -#right-panel-wrapper { - position: fixed; - z-index: 200; -} -#right-panel-contents { - display: none; - z-index: 200; - position: fixed; - text-align: left; - top: 0; -} -.snippet-copy-to-clipboard { - display: none; - position: absolute; - left: 50px; - top: 50px; -} -.org-ul { - margin-top: 1em; -} -.org-ul li { - margin-top: 0.5em; -} -.org-ul > li > a { - font-family: sans-serif; -} .post-actions { background-color: #eee8d5 !important; } diff --git a/make.py b/make.py index a3a31b1..622b593 100755 --- a/make.py +++ b/make.py @@ -156,7 +156,8 @@ def css_screenshot_url(css): def list_css(themes, sites): "Return list of CSS files for THEMES and SITES." - return [CSS("%s/%s/%s-%s.css" % (css_dir, theme.name, theme.name, site), + return [CSS("%s/%s/%s-%s.css" % (css_dir, theme.name, theme.name, + site.strip('_')), dependencies(theme, site), theme, site) for theme in themes for site in sites] diff --git a/sites/bigblow.styl b/sites/_bigblow.styl similarity index 100% rename from sites/bigblow.styl rename to sites/_bigblow.styl diff --git a/sites/all-sites.styl b/sites/all-sites.styl index f661181..710981c 100644 --- a/sites/all-sites.styl +++ b/sites/all-sites.styl @@ -5,4 +5,5 @@ // This requires "sites/" because the Makefile runs stylus from the // parent directory. Using "stylus -r" should make this unnecessary, // but it doesn't. -@require 'sites/*' \ No newline at end of file +// Sites starting with '_' will not be included. +@require 'sites/[^_]*.styl'