Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #342 from cloud-gov/deprecation
Browse files Browse the repository at this point in the history
Add deprecation notice
  • Loading branch information
apburnes authored Sep 25, 2024
2 parents d817524 + a918c11 commit 54c1da7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<!--
Federalist recommends you use Continuous Integration to automatically test
and validate any new changes to your site. CircleCI is free for open source
projcets. You should replace this badge with your own.
https://circleci.com/
-->
[![CircleCI](https://circleci.com/gh/18F/federalist-uswds-jekyll.svg?style=svg)](https://circleci.com/gh/18F/federalist-uswds-jekyll)

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=18F/federalist-uswds-jekyll)](https://dependabot.com)
# DEPRECATED - This repository is no longer in use and will not be maintained.

# Pages + U.S. Web Design System + Jekyll

Expand Down Expand Up @@ -42,7 +33,7 @@ use uswds-jekyll.

## Key Functionality
This repository contains the following examples and functionality:

✅ Publish blog posts, press releases, announcements, etc. To modify this code, check out `blog/index.html`, which manages how the posts are listed. You should then check out `_layouts/post.html` to see how individual posts are structured.

✅ Publish single one-off pages. Instead of creating lots of folders throughout the root directory, you should put single pages in `_pages` folder and change the `permalink` at the top of each page. Use sub-folders only when you really need to.
Expand Down Expand Up @@ -179,7 +170,7 @@ This will create a copy of this repo in a Github repository of your choice but y
#### With locally installed `node` and `ruby`
$ npm install
$ bundle install
$ npm start
$ npm start
OR
$ bundle exec jekyll serve

Expand Down Expand Up @@ -216,7 +207,7 @@ site.

- [Jekyll](https://jekyllrb.com/docs/) - The primary site engine that builds your code and content.
- [Front Matter](https://jekyllrb.com/docs/frontmatter) - The top of each page/post includes keywords within `--` tags. This is meta data that helps Jekyll build the site, but you can also use it to pass custom variables.
- [U.S. Web Design System v 2.0](https://v2.designsystem.digital.gov)
- [U.S. Web Design System v 2.0](https://v2.designsystem.digital.gov)


## Contributing
Expand Down

0 comments on commit 54c1da7

Please sign in to comment.