Skip to content

vbitzer/join.tts.gsa.gov

 
 

Repository files navigation

Join TTS site CircleCI

Usage

Job posting

For new job postings, copy from the template. Note that the alert at the top and the "How to Apply" information will be injected automatically.

To open an upcoming job, in the "frontmatter" (the metadata between the horizontal lines at the top): change the state to open, and make sure the other fields are filled in.

To close a job posting, change the state to closed.

To reuse a job posting, change the state to upcoming, and modify the page as appropriate.

Local development

This site is built on the uswds-jekyll theme, so you'll find configuration information there.

To work on the site locally use Docker:

  1. Install Docker : Try typing docker version in your terminal to see if it's already installed. If it's not, Docker Desktop is an easy way to install.

  2. Running the site: docker-compose up then open http://127.0.0.1:4000

  3. Running tests: docker-compose run web bundle exec rake test

  4. Debugging

    • SSH into the Docker container with docker-compose run web /bin/bash

Public domain

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Special Thanks

Special thanks to the team at 18F for their open and transparent model which benefits citizens, government and technology.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 37.9%
  • CSS 29.4%
  • HTML 27.3%
  • Dockerfile 5.4%