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.
This site is built on the uswds-jekyll theme, so you'll find configuration information there.
To work on the site locally use Docker:
-
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. -
Running the site:
docker-compose up
then open http://127.0.0.1:4000 -
Running tests:
docker-compose run --rm web bundle exec rake test
-
Debugging
- SSH into the Docker container with
docker-compose run web /bin/bash
- SSH into the Docker container with
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 to the team at 18F for their open and transparent model which benefits citizens, government and technology.