aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/bootstrap/README.md
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
commit8041475aab2b8efad7d2857027331bd626d26312 (patch)
tree3980e1763c067079a4cebb425d642ca9eac834bf /nikola/data/themes/bootstrap/README.md
parentb0b24795b24ee6809397fbbadf42f31f310a219f (diff)
Imported Upstream version 7.6.4
Diffstat (limited to 'nikola/data/themes/bootstrap/README.md')
-rw-r--r--nikola/data/themes/bootstrap/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/nikola/data/themes/bootstrap/README.md b/nikola/data/themes/bootstrap/README.md
deleted file mode 100644
index 637caf5..0000000
--- a/nikola/data/themes/bootstrap/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-A "website-done-with-bootstrap" theme, so to speak.
-
-Has a fixed navigation bar at top that displays the NAVIGATION_LINKS
-setting and supports nested menus.
-
-This theme is used in Nikola's website: https://getnikola.com
-
-Important: To fit in the bootstrap navigation bar, the search form needs the
-navbar-form and pull-left CSS classes applied. Here is an example with Nikola's
-default duckduckgo search form:
-
- SEARCH_FORM = """
- <!-- Custom search -->
- <form method="get" id="search" action="http://duckduckgo.com/" class="navbar-form pull-left">
- <input type="hidden" name="sites" value="%s"/>
- <input type="hidden" name="k8" value="#444444"/>
- <input type="hidden" name="k9" value="#D51920"/>
- <input type="hidden" name="kt" value="h"/>
- <input type="text" name="q" maxlength="255" placeholder="Search&hellip;" class="span2" style="margin-top: 4px;"/>
- <input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" />
- </form>
- <!-- End of custom search -->
- """ % SITE_URL