diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4dbcbee..f3a6e01c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,7 @@ jobs: env: BASEURL: /ospo-guide GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }} + ELEVENTY_ENV: production - name: Save 11ty Cache uses: actions/cache/save@v4 diff --git a/_data/site.yaml b/_data/site.yaml index b2eb1b50..3f496967 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -17,6 +17,24 @@ host: https://dsacms.github.io/ # 2. Add a new site. # 3. Add your site/affiliate name here. +searchgov: + + # Only change this if you're using a CNAME. Learn more here: https://search.gov/manual/cname.html + endpoint: https://search.usa.gov + + # Replace this with your search.gov account. + affiliate: ospo-guide + + # Replace this with your access key. + access_key: empty + + # This renders the results within the page instead of sending to user to search.gov. + inline: false + + # This allows Search.gov to present relevant type-ahead search suggestions in your website's search box. + # If you do not want to present search suggestions, set this value to false. + suggestions: false + # TODO: Configure touchpoints # Touchpoints survey form data, if any. See: https://github.com/GSA/touchpoints/wiki/Delivery-Options # touchpoints: diff --git a/_includes/menu.html b/_includes/menu.html index e18a0a29..aac981fc 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -7,48 +7,34 @@ {% include "logo.html" %} -