diff --git a/_config.yml b/_config.yml index 13a4149..2f9b901 100644 --- a/_config.yml +++ b/_config.yml @@ -18,5 +18,8 @@ github_username: hofstra markdown: kramdown excerpt_separator: "" permalink: none +include: +- _pages exclude: - drc-website.sublime-project +- preflight diff --git a/_data/nav.csv b/_data/nav.csv index 7cb972c..2e710ff 100644 --- a/_data/nav.csv +++ b/_data/nav.csv @@ -11,3 +11,5 @@ News,/news/,true Interviews,/interviews/,true People,/people/,false Contact,/contact/,false +Search,/search.html,false +Toggle Contrast,javascript:toggleContrast();,false diff --git a/_data/search_quicknav.json.EXAMPLE b/_data/search_quicknav.json.EXAMPLE new file mode 100644 index 0000000..e3aca15 --- /dev/null +++ b/_data/search_quicknav.json.EXAMPLE @@ -0,0 +1,7 @@ +{ + "home": "/coyote/", + "browse posts": "/coyote/browse/", + "about the project": "/coyote/about-project/", + "about the team": "/coyote/about-team/", + "contact us": "/coyote/contact-us/" +} diff --git a/_includes/head.html b/_includes/head.html index a7c07c5..ff2a9a5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -29,4 +29,23 @@ + + + + + + diff --git a/_includes/header.html b/_includes/header.html index ffc0dc1..1306b0f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,7 +12,7 @@