Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cisagov/cyber.dhs.gov
A site for CISA directives
https://github.com/cisagov/cyber.dhs.gov
jekyll us-federal-government
Last synced: 3 months ago
JSON representation
A site for CISA directives
- Host: GitHub
- URL: https://github.com/cisagov/cyber.dhs.gov
- Owner: cisagov
- License: other
- Created: 2017-09-28T21:30:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T04:12:30.000Z (6 months ago)
- Last Synced: 2024-06-03T07:37:14.801Z (5 months ago)
- Topics: jekyll, us-federal-government
- Language: SCSS
- Homepage: https://cyber.dhs.gov
- Size: 22.4 MB
- Stars: 152
- Watchers: 39
- Forks: 61
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## cyber.dhs.gov
### Standing on the shoulders of :us:
A special thanks to the teams at [GSA](https://github.com/GSA/)/[18F](https://github.com/18F/) for their open and transparent model, which benefits citizens, government, and technology.This application is optimized for deployment on 18F's [Federalist](https://federalist.18f.gov) static site hosting service.
We use the [U.S. Web Design System](https://designsystem.digital.gov/), a set of reusable, high quality components for modern websites. [Many other U.S. government websites use the System](https://github.com/uswds/uswds/blob/develop/docs/WHO_IS_USING_USWDS.md).
### Developing locally
If you're using this repository to run the site locally, follow these instructions.
Dependencies:
* **Node 6+** to install USWDS and dependencies
* **Ruby** and **bundler** to install / run [Jekyll](https://jekyllrb.com).#### First-time setup
1. Clone this repo.
2. `npm install` to install the USWDS, and Gulp dependencies.
3. `npm install -g gulp` to let you use the `gulp` CLI directly.
4. `bundle install` to install Jekyll.#### Running the app
If you'll be editing the Sass/CSS:
* `gulp watch`
To run the app:
* `bundle exec jekyll serve`
If all goes well, visit the site at `http://localhost:4000`.
### Public domain
This project is in the worldwide [public domain](LICENSE.md).
> 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](https://creativecommons.org/publicdomain/zero/1.0/).
>
> 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.