From 451a9b70c1be29a8277159ba8e07c7340b4204ce Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Sun, 31 Oct 2021 19:39:48 -0700 Subject: [PATCH 1/3] Add start of navbar search field --- _config.yml | 3 +++ _includes/navigation.html | 13 ++++++++++++- _sass/components/_search.scss | 32 ++++++++++++++++++++++++++++++++ assets/css/styles.scss | 1 + 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 _sass/components/_search.scss diff --git a/_config.yml b/_config.yml index cdecbb9..8c91abd 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,9 @@ license: docs: CC BY 3.0 docs_url: https://creativecommons.org/licenses/by/3.0/ +search: + enabled: true + links: header: - title: GitHub diff --git a/_includes/navigation.html b/_includes/navigation.html index df962f0..1d65617 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -44,7 +44,18 @@ {% endif %} {% endfor %} -