Skip to content

Commit

Permalink
Merge pull request #748 from uscensusbureau/main
Browse files Browse the repository at this point in the history
Updates branch
  • Loading branch information
sadiejay authored Jan 8, 2024
2 parents dd11b30 + 82524d8 commit 08bfc92
Show file tree
Hide file tree
Showing 181 changed files with 68,435 additions and 24,299 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/html-proofer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: html-proofer tests

on:
[pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -15,11 +14,11 @@ jobs:
- name: Install jekyll site dependencies.
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7.2
bundler-cache: true

- uses: c-hive/gha-npm-cache@v1

- name: Install proofer dependencies.
run: npm install

Expand All @@ -34,5 +33,5 @@ jobs:
with:
directory: "./_site"
# The directory to scan
arguments: --http-status-ignore 0 --url-ignore "/community.amstat.org/,/fhwa.dot.gov/,/www.cyberseek.org/,/www.clustermapping.us/,/www.bls.gov\/cew/,/bit.ly\,/splashthat.com/"
arguments: --ignore-status-codes 0 --ignore-urls "/community.amstat.org/,/fhwa.dot.gov/,/www.cyberseek.org/,/www.clustermapping.us/,/www.bls.gov\/cew/,/bit.ly\,/splashthat.com/"
# The arguments to pass to HTMLProofer
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
18
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.1.3
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source 'https://rubygems.org'

# Note: when updating Ruby version update update .ruby-version file as well
# to ensure Cloud.gov environment version of Ruby matches
ruby '3.1.3'

gem "jekyll", github: "jekyll/jekyll", ref: "refs/pull/7821/head"
gem 'json'
gem 'kramdown', '>= 2.3.1'
Expand All @@ -11,4 +15,4 @@ gem 'rspec-core'
gem 'rspec-expectations'
gem 'webrick'
gem 'html-proofer'
gem 'jekyll-datapage-generator'
gem 'jekyll-datapage-generator'
115 changes: 62 additions & 53 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,82 +22,89 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
Ascii85 (1.1.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.6.5)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
colorator (1.1.0)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
concurrent-ruby (1.2.2)
console (1.23.2)
fiber-annotation
fiber-local
diff-lcs (1.5.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.4)
ffi (1.15.4-x64-mingw32)
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
html-proofer (3.19.2)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
parallel (~> 1.3)
async (~> 2.1)
nokogiri (~> 1.13)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.8.11)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.3.3)
jekyll-datapage-generator (1.4.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.6.1)
kramdown (2.3.1)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.0)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x64-mingw32)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.21.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.6.0)
rainbow (3.0.0)
rb-fsevent (0.11.0)
pdf-reader (2.11.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.1)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rexml (3.2.6)
rouge (3.30.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -106,23 +113,22 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
scss_lint (0.59.0)
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.0)
timers (4.3.5)
ttfunk (1.7.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.12)

PLATFORMS
ruby
universal-darwin-21
x64-mingw32
x86_64-linux
arm64-darwin-21
arm64-darwin-22

DEPENDENCIES
html-proofer
Expand All @@ -137,5 +143,8 @@ DEPENDENCIES
scss_lint
webrick

RUBY VERSION
ruby 3.1.3p185

BUNDLED WITH
2.3.18
2.4.22
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ For additional documentation check out the [documentation directory](/docs/READM

## Dependencies

1. Ruby v2.7.2
2. Node v14.17.0
- gulp (`npm i -g gulp`)
3. Bundler v2.2.31
- jekyll (`gem install jekyll`)
1. Ruby v2.7.5
- jekyll (`gem install jekyll`)
2. Node v18
- gulp (`npm i -g gulp`)
4. Chrome v59 or higher (v60 if on Windows)

We recommend using a universal verion manager such as `asdf`
Expand Down
8 changes: 5 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The Opportunity Project helps teams use federal open data to build

contacts:
mailing-list: https://public.govdelivery.com/accounts/USCENSUS/signup/16610
census-form: https://www.census.gov/forms/contact-top.html
census-form: mailto:census.opportunityproject@census.gov
email: [email protected]
coil-email: [email protected]
prize-challenge: https://www.challenge.gov/challenge/open-data-for-good-grand-challenge/
Expand All @@ -13,11 +13,13 @@ annual_reports:
'2020': assets/files/top-annual-report-2020.pdf
'2019': assets/files/annual_report_2019.pdf


banner:
text: "Start Your Year On TOP! RSVP to Attend TOP Summit on Feb 22 - 24"
href: https://topsummit2023.splashthat.com/
text: "Join us on January 17 - 19, 2024 for the Census Open Innovation Summit! RSVP to Attend."
href: https://coilsummit2024.splashthat.com/
isExternal: true


top-bill: https://www.congress.gov/bill/116th-congress/house-bill/3528/text

# this ensure that posts with future dates are published
Expand Down
2 changes: 1 addition & 1 deletion _data/coil-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
details: Design thinking in a box! This toolkit was used by national and local stakeholders to identify critical areas of focus for the 2020 Census to develop ideas, strategies, and partnerships in those areas.
- title: TOPx Toolkit
details: TOPx allows federal agencies to utilize the TOP model and resources on their own. This toolkit helps agencies identify priorites that require data & technology innovation, recruit cross-sector participants, and facilitate a technology development sprint.
href: /topx-toolkit/introduction
href: /topx-toolkit/
- title: Product Development Toolkit
href: /product-development/toolkit/
details: For technology teams looking to bring TOP home with them, this toolkit captures the user-centered processes from our sprints so companies can leverage federal open data and community involvement on their own timeline.
Expand Down
Loading

0 comments on commit 08bfc92

Please sign in to comment.