Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #68

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# tts.gsa.gov
# Technology Transformation Services website

## What is this?

This is the code for https://tts.gsa.gov and eventually https://join.tts.gsa.gov. Our tech stack in short is:
This is the code for https://tts.gsa.gov. Our tech stack in short is:

- [11ty](https://www.11ty.dev/)
- [U.S. Web Design System v 3.0 (USWDS)](https://designsystem.digital.gov/)
Expand All @@ -14,7 +12,7 @@ This site strives to be compliant with requirements set by [21st Century IDEA Ac
- does not duplicate any legacy websites (the legislation also requires agencies to ensure that legacy websites are regularly reviewed, removed, and consolidated);
- has a search function;
- uses an industry standard secure connection;
- is designed around user needs with data-driven analysis influencing management and development decisions, using qualitative and quantitative data to determine user goals, needs, and behaviors, and continually test the website, web-based form, web-based application, or digital service to ensure that user needs are addressed;
- is designed around user needs with data-driven analysis influencing management and development decisions, using qualitative and quantitative data to determine user goals, needs, and behaviors, and continually test the website, web-based form, web-based application, or digital service to ensure that user needs are addressed;
- allows for user customization; and
- is mobile-friendly.

Expand Down Expand Up @@ -67,13 +65,6 @@ serve as a development authentication server.

## How To

### Adding Collections

TODO

### Adding Static Data

TODO

### Creating links

Expand Down Expand Up @@ -128,10 +119,6 @@ Once this function inside `config/buildAssets` is complete it returns control to

Javascript can be added to the admin UI or site UI by adding or importing code into the `js/admin.js` or `js/app.js` files respectively. This template uses [esbuild](https://esbuild.github.io/) to bundle your javascript and fingerprint the files in the site build.

### Customizing 11ty

TODO

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) for additional information.
Expand Down
Loading