Skip to content

Commit

Permalink
Update some config, mark some for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
beechnut committed May 30, 2024
1 parent 1d50840 commit 60b20cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = function (config) {
// Place files for download in assets/{guide}/dist/{filename.ext}
config.addPassthroughCopy("./assets/**/dist/*");

// TODO probably remove
// methods pdfs
config.addPassthroughCopy({ "./content/methods/assets/downloads/": "./methods/assets/downloads/" });

Expand Down Expand Up @@ -146,6 +147,7 @@ module.exports = function (config) {
return filterTagList([...tagSet]);
});

// TODO probably remove
config.addCollection('methods', (collectionApi) => {
/* sort all methods in alpha order */
return collectionApi.getFilteredByTag("methods").sort((a, b) => {
Expand Down
13 changes: 8 additions & 5 deletions _data/site.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
title: 18F Guides
title: "18F: Digital service delivery"
description: >- # this means to ignore newlines
A central resources for all 18F guides and methods
18F builds effective, user-centric digital services focused on the
interaction between government and the people and businesses
it serves.
host: https://guides.18f.gov
host: https://18f.gsa.gov

# Twitter handle. Only the handle, not the URL.
twitter: 18F

dap:
agency: GSA
subagency: TTS
subagency: TTS,18F

ga:
ua: G-94QF2Z1S0G
ua: 'G-HBYXWFP794'

# Search.gov configuration
#
Expand All @@ -26,6 +28,7 @@ searchgov:
endpoint: https://search.usa.gov

# Replace this with your search.gov account.
# TODO rename?
affiliate: 18f-guides

# Replace this with your access key.
Expand Down

0 comments on commit 60b20cf

Please sign in to comment.