From 6befc3177d2467bacdeaee07b63439d4102d45ab Mon Sep 17 00:00:00 2001 From: Andrew Pla Date: Sun, 4 Feb 2024 16:03:09 -0500 Subject: [PATCH] search --- _config.yml | 8 ++------ search.md | 6 ++++++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 search.md diff --git a/_config.yml b/_config.yml index d8d797d4c523..0e2aafa35433 100644 --- a/_config.yml +++ b/_config.yml @@ -126,20 +126,16 @@ favicons: # Favicons are also used in the manifest file. Syntax is 'size: path' navigation_header: - title: Home url: / -- title: Elements - url: /elements/ - title: Blog url: /blog/ - title: Categories url: /categories/ - title: Search url: /search/ -- title: Fork Alembic - url: https://github.com/daviddarnes/alembic navigation_footer: -- title: Created by David Darnes - url: https://darn.es +- title: AndrewPlaTech + url: https://andrewpla.tech social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired Twitter: https://twitter.com/AndrewPlaTech diff --git a/search.md b/search.md new file mode 100644 index 000000000000..cf4d96309e5f --- /dev/null +++ b/search.md @@ -0,0 +1,6 @@ +--- +title: Search +excerpt: "Search for a page or post you're looking for" +--- + +{% include site-search.html %}