diff --git a/.gitignore b/.gitignore index b447a12..a802a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.gem .bundle +.jekyll-cache .sass-cache _site Gemfile.lock diff --git a/_config.yml b/_config.yml index 7a48a70..0f6cac8 100644 --- a/_config.yml +++ b/_config.yml @@ -38,6 +38,10 @@ aux_links: "Just the Docs on GitHub": - "//github.com/pmarsceill/just-the-docs" +# Sort order for navigation links +nav_sort: case_insensitive # default, equivalent to nil +# nav_sort: case_sensitive # Capital letters sorted before lowercase + # Footer content # appears at the bottom of every page's main content footer_content: "Copyright © 2017-2019 Patrick Marsceill. Distributed by an MIT license." diff --git a/_includes/nav.html b/_includes/nav.html index 8042aa4..6858dec 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,6 +1,15 @@