Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 59bf411

Browse files
committed
remove old uswds, add latest uswds-jekyll + search
Signed-off-by: Robert Jolly <[email protected]>
1 parent 7539ff8 commit 59bf411

File tree

208 files changed

+1051
-9866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+1051
-9866
lines changed

.bundler-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.3
1+
2.1.4

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _site
44
*.log
55
.*.swp
66
.jekyll-metadata
7+
.jekyll-cache

Gemfile

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
source 'https://rubygems.org'
2-
gem 'jekyll', '~> 3.6.3' #Locking down bc https://github.com/18F/jekyll_pages_api_search/issues/37
3-
gem 'uswds-jekyll'
4-
gem 'redcarpet'
5-
gem 'rouge'
6-
gem 'go_script'
7-
gem 'accesslint-ci'
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem 'jekyll', '~> 4.1.1'
812
gem 'jekyll-sitemap'
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
gem 'uswds-jekyll', '~> 5.0'
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
# gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
gem "jekyll-feed", "~> 0.6"
24+
end
25+
26+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
27+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

+49-56
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,77 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
accesslint-ci (0.3.6)
5-
rest-client (~> 2.0.1)
6-
thor (~> 0.19.4)
74
addressable (2.7.0)
85
public_suffix (>= 2.0.2, < 5.0)
96
colorator (1.1.0)
10-
domain_name (0.5.20190701)
11-
unf (>= 0.0.5, < 1.0.0)
12-
ffi (1.11.2)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.13.1)
1313
forwardable-extended (2.6.0)
14-
go_script (0.1.9)
15-
bundler (~> 1.10)
16-
safe_yaml (~> 1.0)
17-
http-cookie (1.0.3)
18-
domain_name (~> 0.5)
19-
jekyll (3.6.3)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.1.1)
2018
addressable (~> 2.4)
2119
colorator (~> 1.0)
22-
jekyll-sass-converter (~> 1.0)
23-
jekyll-watch (~> 1.1)
24-
kramdown (~> 1.14)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.1)
25+
kramdown-parser-gfm (~> 1.0)
2526
liquid (~> 4.0)
26-
mercenary (~> 0.3.3)
27+
mercenary (~> 0.4.0)
2728
pathutil (~> 0.9)
28-
rouge (>= 1.7, < 3)
29+
rouge (~> 3.0)
2930
safe_yaml (~> 1.0)
30-
jekyll-sass-converter (1.5.2)
31-
sass (~> 3.4)
32-
jekyll-sitemap (1.2.0)
33-
jekyll (~> 3.3)
34-
jekyll-watch (1.5.1)
31+
terminal-table (~> 1.8)
32+
jekyll-feed (0.15.0)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
36+
jekyll-sitemap (1.4.0)
37+
jekyll (>= 3.7, < 5.0)
38+
jekyll-watch (2.2.1)
3539
listen (~> 3.0)
36-
kramdown (1.17.0)
40+
kramdown (2.3.0)
41+
rexml
42+
kramdown-parser-gfm (1.1.0)
43+
kramdown (~> 2.0)
3744
liquid (4.0.3)
38-
listen (3.2.0)
45+
listen (3.2.1)
3946
rb-fsevent (~> 0.10, >= 0.10.3)
4047
rb-inotify (~> 0.9, >= 0.9.10)
41-
mercenary (0.3.6)
42-
mime-types (3.3)
43-
mime-types-data (~> 3.2015)
44-
mime-types-data (3.2019.1009)
45-
netrc (0.11.0)
48+
mercenary (0.4.0)
4649
pathutil (0.16.2)
4750
forwardable-extended (~> 2.6)
48-
public_suffix (4.0.1)
49-
rb-fsevent (0.10.3)
50-
rb-inotify (0.10.0)
51+
public_suffix (4.0.6)
52+
rb-fsevent (0.10.4)
53+
rb-inotify (0.10.1)
5154
ffi (~> 1.0)
52-
redcarpet (3.5.0)
53-
rest-client (2.0.2)
54-
http-cookie (>= 1.0.2, < 2.0)
55-
mime-types (>= 1.16, < 4.0)
56-
netrc (~> 0.8)
57-
rouge (2.2.1)
55+
rexml (3.2.4)
56+
rouge (3.23.0)
5857
safe_yaml (1.0.5)
59-
sass (3.7.4)
60-
sass-listen (~> 4.0.0)
61-
sass-listen (4.0.0)
62-
rb-fsevent (~> 0.9, >= 0.9.4)
63-
rb-inotify (~> 0.9, >= 0.9.7)
64-
thor (0.19.4)
65-
unf (0.1.4)
66-
unf_ext
67-
unf_ext (0.0.7.6)
68-
uswds-jekyll (4.2.0)
69-
jekyll (~> 3.4)
58+
sassc (2.4.0)
59+
ffi (~> 1.9)
60+
terminal-table (1.8.0)
61+
unicode-display_width (~> 1.1, >= 1.1.1)
62+
unicode-display_width (1.7.0)
63+
uswds-jekyll (5.0.0)
64+
jekyll (>= 4.0, < 5)
7065

7166
PLATFORMS
7267
ruby
7368

7469
DEPENDENCIES
75-
accesslint-ci
76-
go_script
77-
jekyll (~> 3.6.3)
70+
jekyll (~> 4.1.1)
71+
jekyll-feed (~> 0.6)
7872
jekyll-sitemap
79-
redcarpet
80-
rouge
81-
uswds-jekyll
73+
tzinfo-data
74+
uswds-jekyll (~> 5.0)
8275

8376
BUNDLED WITH
84-
1.17.2
77+
2.1.4

_config.yml

+44-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
116
title: 18F Accessibility Guide
17+
description: >-
18+
This is the 18F Accessibility Guide.
19+
baseurl: "" # the subpath of your site, e.g. /blog
20+
url: "https://accessibility.18f.gov" # the base hostname & protocol for your site, e.g. http://example.com
21+
twitter_username: jekyllrb
22+
github_username: jekyll
23+
24+
include: ['_pages']
25+
26+
# Build settings
27+
markdown: kramdown
28+
theme: uswds-jekyll
29+
plugins:
30+
- jekyll-feed
31+
- jekyll-sitemap
32+
33+
# Google Analytics & DAP tracking code for handbook
34+
google_analytics_ua: UA-48605964-19
35+
dap_agency: GSA
36+
37+
# Add search site handle to enable search
38+
search_site_handle: 18f-accessibility
39+
40+
scripts:
41+
- assets/uswds/js/uswds.min.js
42+
- javascripts/private-eye.js
43+
- javascripts/application.js
44+
245
exclude:
346
- CONTRIBUTING.md
447
- Gemfile
@@ -8,12 +51,6 @@ exclude:
851
- go
952
- vendor
1053

11-
url: "https://accessibility.18f.gov"
12-
plugins:
13-
- jekyll-sitemap
14-
15-
theme: uswds-jekyll
16-
1754
markdown: kramdown
1855
highlighter: rouge
1956
permalink: pretty
@@ -25,7 +62,7 @@ defaults:
2562
path: ""
2663
type: "pages"
2764
values:
28-
layout: page
65+
layout: post
2966

3067
sass:
3168
style: :compressed
@@ -47,6 +84,3 @@ repos:
4784
- name: Accessibility
4885
description: Main repository
4986
url: https://github.com/18F/accessibility
50-
51-
google_analytics_ua: UA-48605964-19
52-
dap_agency: GSA

_data/favicons.yml

-23
This file was deleted.

_data/footer.yml

-21
This file was deleted.

_data/header.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ type: extended
3030
# links: primary
3131

3232
# this is a key into _data/navigation.yml
33+
primary:
34+
links: primary
3335
secondary:
3436
links: secondary

_data/navigation.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# _data/navigation.yml
2+
primary:
3+
- text: Home
4+
href: /
5+
- text: Accessibility for Teams
6+
href: https://accessibility.digital.gov/
7+
external: true
8+
- text: Section508.gov
9+
href: http://section508.gov/
10+
external: true
11+
- text: More 18F guides
12+
href: https://18f.gsa.gov/guides/
13+
external: true
214

315
secondary:
416
- text: More 18F guides
517
href: https://18f.gsa.gov/guides/
618
external: true
719

820
docs:
9-
- text: Home
10-
href: /
1121
- text: Checklist
1222
href: /checklist/
1323
- text: Tools

0 commit comments

Comments
 (0)