diff --git a/404.md b/404.md index 8c84a38..f93b459 100644 --- a/404.md +++ b/404.md @@ -3,6 +3,7 @@ layout: page title: "Page Not Found" description: "Page not found. Your pixels are in another canvas." sitemap: false +search_omit: true --- Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below. diff --git a/README.md b/README.md index ee01de5..760a70b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Looking for a simple, responsive, theme for your Jekyll powered blog? Well look * Minimal embellishments and subtle animations. * Optional large feature images for posts and pages. * [Custom 404 page](http://mmistakes.github.io/so-simple-theme/404.html) to get you started. -* [Simple site search](https://github.com/christian-fei/Simple-Jekyll-Search) +* Basic [search capabilities](https://github.com/mathaywarduk/jekyll-search) * Support for Disqus Comments ![screenshot of So Simple Theme](http://mmistakes.github.io/so-simple-theme/images/so-simple-theme-preview.jpg) diff --git a/_config.yml b/_config.yml index 5b5b603..23a46ac 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ locale: en_US description: Describe your website here. logo: site-logo.png search: true -url: +url: http://localhost:4000 # Jekyll configuration diff --git a/_data/navigation.yml b/_data/navigation.yml index 0fa1e4d..a1973eb 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -13,4 +13,7 @@ url: /theme-setup/ - title: Made Mistakes - url: http://mademistakes.com \ No newline at end of file + url: http://mademistakes.com + +- title: Search + url: /search/ \ No newline at end of file diff --git a/_includes/navigation.html b/_includes/navigation.html index 8021bb5..852e106 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -9,15 +9,12 @@ {% endif %}