-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3392 from GSA/cms/services/service_pulse
Update Service “service_pulse”
- Loading branch information
Showing
1 changed file
with
17 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,25 @@ | ||
--- | ||
# What is the name of the product or service? | ||
title: "Pulse" | ||
|
||
# Keep it short — should be no longer than 10 words. | ||
summary: "Measures how U.S. government domains are following best practices for federal websites." | ||
|
||
# Will this point to an external source URL? | ||
# Note: We'll add a ?dg to the end of the URL in the code for tracking purposes | ||
source_url: "https://pulse.cio.gov/" | ||
|
||
# Images need to be 200x200px with a transparent background | ||
# Upload new images to Github in the /static/logos/ folder | ||
# https://github.com/GSA/digitalgov.gov/tree/master/static/promos/ | ||
# The filename should reflect the name of the product or service (e.g., challenge-gov.png) | ||
logo: "pulse" | ||
|
||
contact: [email protected] | ||
|
||
# Weight — controls how services appear across the site | ||
# 2 == will appear as related service (ADs) on blog posts and event pages | ||
# 1 == will appear on the tools and services page, and all related topic pages | ||
# 0 == hides this service from all pages, but URL is still public | ||
weight: 2 | ||
|
||
# see all authors at https://digital.gov/authors | ||
authors: | ||
- marina-fox | ||
|
||
# Topics that best describe this product or service | ||
title: Digital Dashboard | ||
summary: Measures how U.S. government domains are following best practices for | ||
federal websites. | ||
# Images must be uploaded in the /static/logos/ folder before they can be used here. | ||
logo: gsa | ||
# Originally published at the following URL | ||
source_url: https://digitaldashboard.gov/ | ||
contact: [email protected] | ||
# See all topics at https://digital.gov/topics | ||
topics: | ||
- https | ||
- product-management | ||
- security | ||
- dap | ||
- analytics | ||
|
||
|
||
# See all authors at https://digital.gov/authors | ||
authors: | ||
- marina-fox | ||
# Controls how this page appears across the site | ||
# 0 -- hides this service from all pages, but URL is still public | ||
# 1 -- will appear on the tools and services page, and all related topic pages | ||
# 2 -- will appear as related service (ADs) on blog posts and event pages | ||
weight: 1 | ||
--- |