diff --git a/.bundle/config b/.bundle/config index d888539ec..f0cc844ca 100644 --- a/.bundle/config +++ b/.bundle/config @@ -1,2 +1,3 @@ --- BUNDLE_BIN: "bin" +BUNDLE_GITHUB__HTTPS: "true" diff --git a/.pa11yci b/.pa11yci deleted file mode 100644 index ae984db62..000000000 --- a/.pa11yci +++ /dev/null @@ -1,5 +0,0 @@ -{ - "defaults": { - "hideElements": ".speakerdeck-iframe, twitterwidget, iframe, #rufous-sandbox, #instagram-media-payload-0" - } -} diff --git a/.python-version b/.python-version deleted file mode 100644 index af9c448f0..000000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -2.7.11 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a136761c6..000000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: ruby -rvm: - - 2.3.1 - -sudo: false -cache: bundler -git: - submodules: false - -script: ./go ci_build - -notifications: - email: - recipients: - - eric.mill@gsa.gov - - hillary.hartley@gsa.gov - - gregory.boone@gsa.gov - on_success: change - on_failure: change - -branches: - only: - - staging - - production diff --git a/Gemfile b/Gemfile index 62e544241..e8cf9e38b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,28 +1,23 @@ source 'https://rubygems.org' ruby '2.3.1' -gem 'redcarpet' -gem 'jekyll', '~> 3.1' -gem 'html-proofer' + gem 'accesslint-ci', '0.2.6' +gem 'html-proofer' +gem 'jekyll', '~> 3.3.0' +gem 'jemoji' group :jekyll_plugins do - if ENV['FAST_BUILDS'] == 'true' - puts 'not using jekyll-archives because its sloooooooooow' - else - gem 'jekyll-archives', git: 'https://github.com/18F/jekyll-archives.git' - end - - gem 'jekyll_pages_api' - gem 'jekyll_pages_api_search' - gem 'jekyll-sitemap' + gem 'jekyll-archives', git: 'git://github.com/jekyll/jekyll-archives.git', ref: '112c508' + gem 'jekyll-feed' gem 'jekyll-paginate' gem 'jekyll-redirect-from' - gem 'jekyll_frontmatter_tests' - gem 'jekyll-feed' gem 'jekyll-seo-tag' + gem 'jekyll-sitemap' + gem 'jekyll_frontmatter_tests' + gem 'jekyll_pages_api' + gem 'jekyll_pages_api_search' end -gem 'jemoji' group :development do gem 'capybara' @@ -36,6 +31,6 @@ group :development do end group :test do - gem 'simplecov' gem 'codeclimate-test-reporter', '~> 1.0.0' + gem 'simplecov' end diff --git a/Gemfile.lock b/Gemfile.lock index 3d4367b86..5d941203a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GIT - remote: https://github.com/18F/jekyll-archives.git - revision: 9ad78a4aa38de0af570a53f3c12558408e9537f7 + remote: git://github.com/jekyll/jekyll-archives.git + revision: 112c508031acf3cf1d9024b005f99b2752133769 + ref: 112c508 specs: jekyll-archives (2.1.0) jekyll (>= 2.4) @@ -17,7 +18,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.4.0) + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) archive-zip (0.7.0) io-like (~> 0.3.0) capybara (2.11.0) @@ -32,25 +34,25 @@ GEM chromedriver-helper (1.0.0) archive-zip (~> 0.7.0) nokogiri (~> 1.6) - codeclimate-test-reporter (1.0.4) + codeclimate-test-reporter (1.0.5) simplecov coderay (1.1.1) colorator (1.1.0) colored (1.2) colorize (0.8.1) - diff-lcs (1.2.5) + diff-lcs (1.3) docile (1.1.5) domain_name (0.5.20161129) unf (>= 0.0.5, < 1.0.0) - ethon (0.9.1) + ethon (0.10.1) ffi (>= 1.3.0) - ffi (1.9.14) + ffi (1.9.17) forwardable-extended (2.6.0) gemoji (2.1.0) - html-pipeline (2.4.2) + html-pipeline (2.5.0) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.2.0) + html-proofer (3.4.0) activesupport (>= 4.2, < 6.0) addressable (~> 2.3) colored (~> 1.2) @@ -64,7 +66,7 @@ GEM domain_name (~> 0.5) i18n (0.7.0) io-like (0.3.0) - jekyll (3.3.0) + jekyll (3.3.1) addressable (~> 2.4) colorator (~> 1.0) jekyll-sass-converter (~> 1.0) @@ -78,17 +80,17 @@ GEM jekyll-feed (0.8.0) jekyll (~> 3.3) jekyll-paginate (1.1.0) - jekyll-redirect-from (0.11.0) - jekyll (>= 2.0) - jekyll-sass-converter (1.4.0) + jekyll-redirect-from (0.12.1) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.0) sass (~> 3.4) - jekyll-seo-tag (2.0.0) - jekyll (~> 3.1) - jekyll-sitemap (0.12.0) + jekyll-seo-tag (2.1.0) + jekyll (~> 3.3) + jekyll-sitemap (1.0.0) jekyll (~> 3.3) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) - jekyll_frontmatter_tests (0.0.8) + jekyll_frontmatter_tests (0.0.13) jekyll (>= 2.0, < 4.0) jekyll_pages_api (0.1.6) htmlentities (~> 4.3) @@ -101,8 +103,8 @@ GEM gemoji (~> 2.0) html-pipeline (~> 2.2) jekyll (>= 3.0) - json (1.8.3) - kramdown (1.12.0) + json (1.8.6) + kramdown (1.13.2) liquid (3.0.6) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) @@ -113,17 +115,18 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.1.0) - minitest (5.9.1) + minitest (5.10.1) netrc (0.11.0) - nokogiri (1.6.8.1) + nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) - parallel (1.9.0) + parallel (1.10.0) pathutil (0.14.0) forwardable-extended (~> 2.6) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (2.0.5) rack (1.6.5) rack-jekyll (0.5.0) jekyll (>= 1.3) @@ -131,11 +134,10 @@ GEM rack (~> 1.5) rack-test (0.6.3) rack (>= 1.0) - rb-fsevent (0.9.7) + rb-fsevent (0.9.8) rb-inotify (0.9.7) ffi (>= 0.5.0) rb-readline (0.5.3) - redcarpet (3.3.4) rest-client (2.0.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -156,7 +158,7 @@ GEM rspec-support (3.5.0) rubyzip (1.2.0) safe_yaml (1.0.4) - sass (3.4.22) + sass (3.4.23) selenium-webdriver (3.0.5) childprocess (~> 0.5) rubyzip (~> 1.0) @@ -179,7 +181,7 @@ GEM websocket (1.2.3) xpath (2.0.0) nokogiri (~> 1.3) - yell (2.0.6) + yell (2.0.7) PLATFORMS ruby @@ -191,7 +193,7 @@ DEPENDENCIES codeclimate-test-reporter (~> 1.0.0) colorize html-proofer - jekyll (~> 3.1) + jekyll (~> 3.3.0) jekyll-archives! jekyll-feed jekyll-paginate @@ -205,7 +207,6 @@ DEPENDENCIES pry rack-jekyll rb-readline - redcarpet rspec selenium-webdriver simplecov diff --git a/README.md b/README.md index adc179402..0119b77a1 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ Run each of the following steps to get the site up and running. 3. `bundle install` 4. `./serve` -To enable the ability to search and see all pages related to the blog, you can run `bundle exec jekyll serve` instead of `./serve` for the server start command. This will **slow down rebuild times dramatically**, so use this command with discretion. +To dramatically reduce the build time, there are two commands that you can run instead of `./serve`: -To enable the ability to see the most recent posts, you can run `./serve-blog`. This takes longer than `./serve`, but **significantly less time** than building the entire site. +* `./serve-fast`: This will eliminate all of the blog posts and the search index, but generates all other pages +* `./serve-blog`: This will eliminate all but the latest three blog posts, but keeps the rest of the site intact. You should be able to see the site at: http://127.0.0.1:4000 diff --git a/_authors/18F.md b/_authors/18F.md index 9babac6a6..7639ddec3 100644 --- a/_authors/18F.md +++ b/_authors/18F.md @@ -3,11 +3,6 @@ name: 18F first_name: 18F last_name: full_name: 18F -role: Organization -city: -state: -github: 18F -twitter: 18F redirect_from: "/team/18F/" published: true --- diff --git a/_authors/aaron.md b/_authors/aaron.md index fc1fbcee5..d38aafb06 100644 --- a/_authors/aaron.md +++ b/_authors/aaron.md @@ -3,11 +3,6 @@ name: aaron first_name: Aaron last_name: Snow full_name: Aaron Snow -role: Executive Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/aaron/" alumni: true published: true diff --git a/_authors/ada-lovelace.md b/_authors/ada-lovelace.md index 5dde9f5da..675b2c086 100644 --- a/_authors/ada-lovelace.md +++ b/_authors/ada-lovelace.md @@ -3,9 +3,6 @@ first_name: Ada last_name: Lovelace full_name: Ada Lovelace name: ada-lovelace -role: Developer -city: London -state: UK april-fools: 2016 tags: april fools 2016 redirect_to: "/april-fools/2016/" diff --git a/_authors/adam-kendall.md b/_authors/adam-kendall.md index 3193719a2..714ad7f71 100644 --- a/_authors/adam-kendall.md +++ b/_authors/adam-kendall.md @@ -1,13 +1,8 @@ --- -city: Salem first_name: Adam full_name: Adam Kendall -github: LinuxBozo last_name: Kendall name: adam-kendall -role: -state: VA -twitter: redirect_from: "/team/adam-kendall/" published: false --- diff --git a/_authors/adrian-webb.md b/_authors/adrian-webb.md index 7e24edc84..8ac4772b6 100644 --- a/_authors/adrian-webb.md +++ b/_authors/adrian-webb.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Adrian full_name: Adrian Webb -github: last_name: Webb name: adrian-webb -role: Technical Architect -state: D.C. -twitter: redirect_from: "/team/adrian-webb/" published: false --- diff --git a/_authors/afeld.md b/_authors/afeld.md index 03ca18db1..8a20ae48e 100644 --- a/_authors/afeld.md +++ b/_authors/afeld.md @@ -3,11 +3,6 @@ name: afeld first_name: Aidan last_name: Feldman full_name: Aidan Feldman -role: Developer -city: New York City -state: NY -github: -twitter: redirect_from: "/team/afeld/" published: true --- diff --git a/_authors/alan-atlas.md b/_authors/alan-atlas.md index 74e099f7f..d1201f38b 100644 --- a/_authors/alan-atlas.md +++ b/_authors/alan-atlas.md @@ -1,13 +1,8 @@ --- -city: Seattle first_name: Alan full_name: Alan Atlas -github: last_name: Atlas name: alan-atlas -role: -state: WA -twitter: redirect_from: "/team/alan-atlas/" published: true --- diff --git a/_authors/alan-brouilette.md b/_authors/alan-brouilette.md index 2a7386216..3c8ca2ce9 100644 --- a/_authors/alan-brouilette.md +++ b/_authors/alan-brouilette.md @@ -1,13 +1,8 @@ --- -city: Chicago first_name: Alan full_name: Alan Brouilette -github: last_name: Brouilette name: alan-brouilette -role: Product Manager -state: IL -twitter: redirect_from: "/team/alan-brouilette/" published: true --- diff --git a/_authors/alan-turing.md b/_authors/alan-turing.md index 660bfcd37..22590fb1e 100644 --- a/_authors/alan-turing.md +++ b/_authors/alan-turing.md @@ -3,9 +3,6 @@ first_name: Alan last_name: Turing full_name: Alan Turing name: alan-turing -role: Testing Lead -city: Bletchley Park -state: UK april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/alan.md b/_authors/alan.md index 769627d9a..ef1a3c58d 100644 --- a/_authors/alan.md +++ b/_authors/alan.md @@ -3,11 +3,6 @@ name: alan first_name: Alan last_name: DeLevie full_name: Alan deLevie -role: Acquisition Management Consultant -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/alan/" published: true --- diff --git a/_authors/alex-bisker.md b/_authors/alex-bisker.md index e4fc42fb9..520d5ecb1 100644 --- a/_authors/alex-bisker.md +++ b/_authors/alex-bisker.md @@ -1,13 +1,8 @@ --- -city: New York first_name: Alex full_name: Alex Bisker -github: last_name: Bisker name: alex-bisker -role: -state: New York -twitter: redirect_from: "/team/alex-bisker/" published: true --- diff --git a/_authors/alex-pandel.md b/_authors/alex-pandel.md index 44868a79e..d05de4f9d 100644 --- a/_authors/alex-pandel.md +++ b/_authors/alex-pandel.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Alex full_name: Alex Pandel -github: last_name: Pandel name: alex-pandel -role: -state: CA -twitter: redirect_from: "/team/alex-pandel/" published: false --- diff --git a/_authors/alexander-hamilton.md b/_authors/alexander-hamilton.md index c51dbdb2a..13c502c74 100644 --- a/_authors/alexander-hamilton.md +++ b/_authors/alexander-hamilton.md @@ -3,9 +3,6 @@ first_name: Alexander last_name: Hamilton full_name: Alexander Hamilton name: alexander-hamilton -role: Product Lead -city: New York -state: NY april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/alison.md b/_authors/alison.md index 53174ba65..cd499036a 100644 --- a/_authors/alison.md +++ b/_authors/alison.md @@ -3,11 +3,6 @@ name: alison first_name: Alison last_name: Rowland full_name: Alison Rowland -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/alla.md b/_authors/alla.md index b2d97e0b4..8efe6d84e 100644 --- a/_authors/alla.md +++ b/_authors/alla.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Alla full_name: Alla Goldman Seiffert -github: allalala last_name: Seiffert name: alla -role: Deputy for Acquisition -state: DC -twitter: redirect_from: "/team/alla/" published: true --- diff --git a/_authors/amanda-robinson.md b/_authors/amanda-robinson.md index 15ebe6dea..610739400 100644 --- a/_authors/amanda-robinson.md +++ b/_authors/amanda-robinson.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Amanda full_name: Amanda Robinson -github: ertzeid last_name: Robinson name: amanda-robinson -role: Developer -state: DC -twitter: aertzeid redirect_from: "/team/amanda-robinson/" published: false --- diff --git a/_authors/amanda-schonfeld.md b/_authors/amanda-schonfeld.md index 8394b8a4d..aa4e7a0e4 100644 --- a/_authors/amanda-schonfeld.md +++ b/_authors/amanda-schonfeld.md @@ -1,13 +1,8 @@ --- -city: Chicago first_name: Amanda full_name: Amanda Schonfeld -github: last_name: Schonfeld name: amanda-schonfeld -role: -state: IL -twitter: redirect_from: "/team/amanda-schonfeld/" published: false --- diff --git a/_authors/amber.md b/_authors/amber.md index 3f6310942..381aa9f3e 100644 --- a/_authors/amber.md +++ b/_authors/amber.md @@ -1,13 +1,8 @@ --- -city: first_name: Amber full_name: Amber Reed -github: last_name: Reed name: amber -role: -state: -twitter: redirect_from: "/team/amber/" published: false --- diff --git a/_authors/amos.md b/_authors/amos.md index 7f5f92d29..e914d84df 100644 --- a/_authors/amos.md +++ b/_authors/amos.md @@ -3,11 +3,6 @@ name: amos first_name: Amos last_name: Stone full_name: J. Amos Stone -role: Developer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/amos/" published: true --- diff --git a/_authors/amy-wilson.md b/_authors/amy-wilson.md index 318c0e5ad..679c97a60 100644 --- a/_authors/amy-wilson.md +++ b/_authors/amy-wilson.md @@ -1,13 +1,8 @@ --- name: amy-wilson -city: first_name: Amy full_name: Amy Wilson -github: last_name: Wilson -role: -state: -twitter: redirect_from: published: true --- diff --git a/_authors/andre.md b/_authors/andre.md index e6b2f08be..c32b9b1e3 100644 --- a/_authors/andre.md +++ b/_authors/andre.md @@ -3,11 +3,6 @@ name: andre first_name: Andre last_name: Francisco full_name: Andre Francisco -role: Content Designer -city: Washington -state: D.C. -github: awfrancisco -twitter: andrefrancisco project: - 18F Blog - 18f.gsa.gov diff --git a/_authors/andrew.md b/_authors/andrew.md index 6037d532a..956e34a70 100644 --- a/_authors/andrew.md +++ b/_authors/andrew.md @@ -3,11 +3,6 @@ name: andrew first_name: Andrew last_name: Stroup full_name: Andrew Stroup -role: Product and Technology Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/andrew/" published: false --- diff --git a/_authors/andrewmaier.md b/_authors/andrewmaier.md index f79f7e047..5d5df7895 100644 --- a/_authors/andrewmaier.md +++ b/_authors/andrewmaier.md @@ -3,11 +3,6 @@ name: andrewmaier first_name: Andrew last_name: Maier full_name: Andrew Maier -role: User Experience Designer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/andrewmaier/" published: true --- diff --git a/_authors/andrewmcmahon.md b/_authors/andrewmcmahon.md index 7edbaca87..59ae07f0b 100644 --- a/_authors/andrewmcmahon.md +++ b/_authors/andrewmcmahon.md @@ -3,9 +3,6 @@ name: andrewmcmahon first_name: Andrew last_name: McMahon full_name: Andrew McMahon -city: San Francisco -state: CA -role: guest: true published: true --- diff --git a/_authors/angela-colter.md b/_authors/angela-colter.md index 2140ce3a3..6cbf087b1 100644 --- a/_authors/angela-colter.md +++ b/_authors/angela-colter.md @@ -1,13 +1,8 @@ --- -city: first_name: Angela full_name: Angela Colter -github: last_name: Colter name: angela-colter -role: -state: -twitter: redirect_from: "/team/angela-colter/" published: false --- diff --git a/_authors/anna.md b/_authors/anna.md index d9af3e50f..10acbd2b7 100644 --- a/_authors/anna.md +++ b/_authors/anna.md @@ -3,11 +3,6 @@ name: anna full_name: Anna Heller Sebok first_name: Anna last_name: Sebok -city: Washington -state: DC -role: Project Manager -github: -twitter: redirect_from: "/team/anna/" published: true --- diff --git a/_authors/annalee.md b/_authors/annalee.md index 166a00232..d98dac8f9 100644 --- a/_authors/annalee.md +++ b/_authors/annalee.md @@ -3,11 +3,6 @@ name: annalee first_name: Annalee last_name: Flower Horne full_name: Annalee Flower Horne -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/annalee/" published: false --- diff --git a/_authors/anthony-garvan.md b/_authors/anthony-garvan.md index 3076c988a..68ec4301e 100644 --- a/_authors/anthony-garvan.md +++ b/_authors/anthony-garvan.md @@ -1,13 +1,8 @@ --- -city: first_name: Tony full_name: Tony Garvan -github: anthonygarvan last_name: Garvan name: anthony-garvan -role: -state: -twitter: redirect_from: "/team/anthony-garvan/" published: true --- diff --git a/_authors/bateman.md b/_authors/bateman.md index df34ca0a8..51c2e1d9e 100644 --- a/_authors/bateman.md +++ b/_authors/bateman.md @@ -3,11 +3,6 @@ name: bateman first_name: Patrick last_name: Bateman full_name: Patrick Bateman -role: Operations Director -city: Washington -state: DC -github: batemapf -twitter: redirect_from: "/team/bateman/" published: false --- diff --git a/_authors/becky.md b/_authors/becky.md index 79d0cf0ac..57f67b38e 100644 --- a/_authors/becky.md +++ b/_authors/becky.md @@ -3,11 +3,6 @@ name: becky first_name: Becky last_name: Sweger full_name: Becky Sweger -role: Developer -city: Easthampton -state: MA -github: -twitter: email: rebecca.sweger@gsa.gov redirect_from: "/team/becky/" published: true diff --git a/_authors/ben.md b/_authors/ben.md index a4b2ac408..2c7a51503 100644 --- a/_authors/ben.md +++ b/_authors/ben.md @@ -3,11 +3,6 @@ name: ben first_name: Ben last_name: Willman full_name: Ben Willman -role: Director of Strategy, Presidential Innovation Fellows -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/ben/" published: false --- diff --git a/_authors/betsy-ross.md b/_authors/betsy-ross.md index 0fce9dab0..58d58f18c 100644 --- a/_authors/betsy-ross.md +++ b/_authors/betsy-ross.md @@ -3,9 +3,6 @@ first_name: Betsy last_name: Ross full_name: Betsy Ross name: betsy-ross -role: Visual Designer -city: Philadelphia -state: PA april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/bill.md b/_authors/bill.md index 4243b0fcc..65c360d1f 100644 --- a/_authors/bill.md +++ b/_authors/bill.md @@ -1,13 +1,8 @@ --- -city: first_name: Bill full_name: Bill Rooney -github: last_name: Rooney name: bill -role: -state: -twitter: redirect_from: "/team/bill/" published: true --- diff --git a/_authors/blacktm.md b/_authors/blacktm.md index b68c2ea8a..2e63f0079 100644 --- a/_authors/blacktm.md +++ b/_authors/blacktm.md @@ -3,11 +3,6 @@ name: blacktm first_name: Tom last_name: Black full_name: Tom Black -role: Tech and Data Architecture Consultant -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/blacktm/" published: true --- diff --git a/_authors/bob-ballance.md b/_authors/bob-ballance.md index d298d0179..68ee78046 100644 --- a/_authors/bob-ballance.md +++ b/_authors/bob-ballance.md @@ -3,11 +3,6 @@ name: bob-ballance first_name: Bob last_name: Ballance full_name: Bob Ballance -role: -city: -state: -github: -twitter: project: redirect_from: published: true diff --git a/_authors/boone.md b/_authors/boone.md index 9ccaa82f5..a5a9cd60f 100644 --- a/_authors/boone.md +++ b/_authors/boone.md @@ -3,11 +3,6 @@ name: boone first_name: Greg last_name: Boone full_name: Greg Boone -role: Developer -city: Denver -state: CO -github: gboone -twitter: gboone42 project: - 18f.gsa.gov - Dashboard diff --git a/_authors/bradnunnally.md b/_authors/bradnunnally.md index a6a7bc54f..3e3a6e3c3 100644 --- a/_authors/bradnunnally.md +++ b/_authors/bradnunnally.md @@ -3,11 +3,6 @@ name: bradnunnally first_name: Brad last_name: Nunnally full_name: Brad Nunnally -role: User Experience -city: St. Louis -state: MO -github: -twitter: redirect_from: "/team/bradnunnally/" published: true --- diff --git a/_authors/brandon.md b/_authors/brandon.md index 8cc23c4e9..31ae3f0b9 100644 --- a/_authors/brandon.md +++ b/_authors/brandon.md @@ -1,13 +1,8 @@ --- -city: Atlanta first_name: Brandon full_name: Brandon Kirby -github: brandocalrissian last_name: Kirby name: brandon -role: Consultant -state: GA -twitter: redirect_from: "/team/brandon/" published: false --- diff --git a/_authors/brendan.md b/_authors/brendan.md index 78404384b..95e6cd981 100644 --- a/_authors/brendan.md +++ b/_authors/brendan.md @@ -3,11 +3,6 @@ name: brendan first_name: Brendan last_name: Sudol full_name: Brendan Sudol -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/brendan/" published: true --- diff --git a/_authors/bret.md b/_authors/bret.md index 9a0b1f534..4ecf0a9c8 100644 --- a/_authors/bret.md +++ b/_authors/bret.md @@ -3,11 +3,6 @@ name: bret full_name: Bret Mogilefsky first_name: Bret last_name: Mogilefsky -city: San Francisco -state: CA -role: Product Lead -github: -twitter: redirect_from: "/team/bret/" published: true --- diff --git a/_authors/brethauer.md b/_authors/brethauer.md index 4e36908d8..44d0d7b0a 100644 --- a/_authors/brethauer.md +++ b/_authors/brethauer.md @@ -3,11 +3,6 @@ name: brethauer first_name: Nick last_name: Brethauer full_name: Nick Brethauer -role: User Experience Designer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/brethauer/" published: true --- diff --git a/_authors/brian.md b/_authors/brian.md index bc47651bc..ffe323797 100644 --- a/_authors/brian.md +++ b/_authors/brian.md @@ -1,13 +1,8 @@ --- -city: Minneapolis first_name: Brian full_name: Brian Hedberg -github: gemfarmer last_name: Hedberg name: brian -role: Developer -state: MN -twitter: redirect_from: "/team/brian/" published: false --- diff --git a/_authors/britta-gustafson.md b/_authors/britta-gustafson.md index 9ca341852..d6e18254d 100644 --- a/_authors/britta-gustafson.md +++ b/_authors/britta-gustafson.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Britta full_name: Britta Gustafson -github: brittag last_name: Gustafson name: britta-gustafson -role: Content Designer -state: CA -twitter: '' redirect_from: "/team/britta-gustafson/" published: true --- diff --git a/_authors/captain-america.md b/_authors/captain-america.md index b58ade6e1..52dad0737 100644 --- a/_authors/captain-america.md +++ b/_authors/captain-america.md @@ -3,9 +3,6 @@ first_name: Captain last_name: America full_name: Captain America name: captain-america -role: Developer -city: Washington -state: DC april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/carlo-costino.md b/_authors/carlo-costino.md index f1f655397..da4c0c094 100644 --- a/_authors/carlo-costino.md +++ b/_authors/carlo-costino.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Carlo full_name: Carlo Costino -github: last_name: Costino name: carlo-costino -role: Software engineer -state: D.C. -twitter: redirect_from: "/team/carlo-costino/" published: false --- diff --git a/_authors/carolyn.md b/_authors/carolyn.md index 2e0bae2a4..49867e264 100644 --- a/_authors/carolyn.md +++ b/_authors/carolyn.md @@ -3,11 +3,6 @@ name: carolyn first_name: Carolyn last_name: Dew full_name: Carolyn Dew -city: Atlanta -state: GA -role: User Experience Designer -github: -twitter: redirect_from: "/team/carolyn/" published: true --- diff --git a/_authors/cat-langel.md b/_authors/cat-langel.md index f7530eed6..3c200425c 100644 --- a/_authors/cat-langel.md +++ b/_authors/cat-langel.md @@ -3,11 +3,6 @@ name: cat-langel first_name: Cat last_name: Langel full_name: Cat Langel -role: -city: -state: -github: -twitter: url: http://www.gsa.gov/portal/staffDirectory/contact/176573 alumni: true redirect_from: diff --git a/_authors/catherine.md b/_authors/catherine.md index 4b221f2f6..ff6232656 100644 --- a/_authors/catherine.md +++ b/_authors/catherine.md @@ -3,11 +3,6 @@ name: catherine first_name: Catherine last_name: Devlin full_name: Catherine Devlin -role: Developer -city: Dayton -state: Ohio -github: catherinedevlin -twitter: catherinedevlin redirect_from: "/team/catherine/" published: true --- diff --git a/_authors/chrisc.md b/_authors/chrisc.md index 77a67182f..248deccbc 100644 --- a/_authors/chrisc.md +++ b/_authors/chrisc.md @@ -3,11 +3,6 @@ name: chrisc first_name: Chris last_name: Cairns full_name: Chris Cairns -role: Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/chrisc/" published: true --- diff --git a/_authors/christine-cawthorne.md b/_authors/christine-cawthorne.md index 8fa2a2d88..fd9a3fb58 100644 --- a/_authors/christine-cawthorne.md +++ b/_authors/christine-cawthorne.md @@ -3,11 +3,6 @@ name: christine-cawthorne first_name: Christine last_name: Cawthorne full_name: Christine Cawthorne -role: -city: -state: -github: -twitter: guest: true redirect_from: published: true diff --git a/_authors/christine.md b/_authors/christine.md index f30796255..61ba9899d 100644 --- a/_authors/christine.md +++ b/_authors/christine.md @@ -3,11 +3,6 @@ name: christine first_name: Christine last_name: Cheung full_name: Christine Cheung -role: Front End Developer -city: Los Angeles -state: CA -github: -twitter: redirect_from: "/team/christine/" published: false --- diff --git a/_authors/christopher-goranson.md b/_authors/christopher-goranson.md index b07ab5f60..a551ef5eb 100644 --- a/_authors/christopher-goranson.md +++ b/_authors/christopher-goranson.md @@ -1,13 +1,8 @@ --- -city: Nashville first_name: Christopher full_name: Chris Goranson -github: openglobe last_name: Goranson name: christopher-goranson -role: Project Manager -state: TN -twitter: cgoranson redirect_from: "/team/christopher-goranson/" published: true --- diff --git a/_authors/clara-tsao.md b/_authors/clara-tsao.md index e8b08a399..fda808c3d 100644 --- a/_authors/clara-tsao.md +++ b/_authors/clara-tsao.md @@ -1,13 +1,8 @@ --- name: clara-tsao -city: first_name: Clara full_name: Clara Tsao -github: last_name: Tsao -role: -state: -twitter: redirect_from: published: true --- diff --git a/_authors/clinton-troxel.md b/_authors/clinton-troxel.md index a1c3af378..008de6d2a 100644 --- a/_authors/clinton-troxel.md +++ b/_authors/clinton-troxel.md @@ -1,13 +1,8 @@ --- -city: Jackson first_name: Clinton full_name: Clint Troxel -github: last_name: Troxel name: clinton-troxel -role: Developer -state: WY -twitter: redirect_from: "/team/clinton-troxel/" published: false --- diff --git a/_authors/cm.md b/_authors/cm.md index 076b1bb6c..7333d05bc 100644 --- a/_authors/cm.md +++ b/_authors/cm.md @@ -3,11 +3,6 @@ name: cm first_name: CM last_name: Lubinski full_name: CM Lubinski -role: Developer -city: Pittsburgh -state: PA -github: cmc333333 -twitter: redirect_from: "/team/cm/" published: true --- diff --git a/_authors/colin-craig.md b/_authors/colin-craig.md index 780037c11..7dd3e61d2 100644 --- a/_authors/colin-craig.md +++ b/_authors/colin-craig.md @@ -1,13 +1,8 @@ --- -city: Raleigh first_name: Colin full_name: Colin Craig -github: last_name: Craig name: colin-craig -role: -state: NC -twitter: redirect_from: "/team/colin-craig/" published: true --- diff --git a/_authors/colinmacarthur.md b/_authors/colinmacarthur.md index b909779cc..4ee3fbe4a 100644 --- a/_authors/colinmacarthur.md +++ b/_authors/colinmacarthur.md @@ -3,11 +3,6 @@ name: colinmacarthur first_name: Colin last_name: MacArthur full_name: Colin MacArthur -role: User Experience Designer -city: Boston -state: MA -github: -twitter: redirect_from: "/team/colinmacarthur/" published: true --- diff --git a/_authors/corey-mahoney.md b/_authors/corey-mahoney.md index 4013e8e61..a276ffbe7 100644 --- a/_authors/corey-mahoney.md +++ b/_authors/corey-mahoney.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Corey full_name: Corey Mahoney -github: last_name: Mahoney name: corey-mahoney -role: Content designer -state: CA -twitter: redirect_from: "/team/corey.mahoney/" published: true --- diff --git a/_authors/cristina.md b/_authors/cristina.md index 6a82a147e..a95445567 100644 --- a/_authors/cristina.md +++ b/_authors/cristina.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Cristina full_name: Cristina Brydges -github: last_name: Brydges name: cristina -role: Deputy Director -state: DC -twitter: redirect_from: "/team/cristina/" published: false --- diff --git a/_authors/dahianna.md b/_authors/dahianna.md index 4166d5988..b1fee3ff9 100644 --- a/_authors/dahianna.md +++ b/_authors/dahianna.md @@ -4,8 +4,5 @@ first_name: Dahianna last_name: Salazar Foreman full_name: Dahianna Salazar Foreman published: true -role: -city: -state: --- diff --git a/_authors/david.md b/_authors/david.md index 130131a7c..0c54f76cc 100644 --- a/_authors/david.md +++ b/_authors/david.md @@ -3,11 +3,6 @@ name: david first_name: Dave last_name: Best full_name: Dave Best -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/deniseroth.md b/_authors/deniseroth.md index 0dca7b50b..fe3ba82f3 100644 --- a/_authors/deniseroth.md +++ b/_authors/deniseroth.md @@ -3,11 +3,6 @@ name: deniseroth first_name: Denise last_name: Roth full_name: Denise Turner Roth -role: -city: -state: -github: -twitter: url: http://www.gsa.gov/portal/content/100046 redirect_from: published: true diff --git a/_authors/diego.md b/_authors/diego.md index 7451a4950..281605a6a 100644 --- a/_authors/diego.md +++ b/_authors/diego.md @@ -3,11 +3,6 @@ name: diego first_name: Diego last_name: Lapiduz full_name: Diego Lapiduz -role: Director of cloud.gov -city: Austin -state: TX -github: dlapiduz -twitter: dlapiduz project: - cloud.gov - DevOps Guild diff --git a/_authors/dmayercantu.md b/_authors/dmayercantu.md index d06c637fd..153ead7b9 100644 --- a/_authors/dmayercantu.md +++ b/_authors/dmayercantu.md @@ -3,9 +3,6 @@ name: dmayercantu full_name: Diego Mayer-Cantu first_name: Diego last_name: Mayer-Cantu -role: -city: New York -state: NY redirect_from: "/team/dmayercantu/" alumni: true published: false diff --git a/_authors/duane-rollins.md b/_authors/duane-rollins.md index 501a073fa..a20dcc7f8 100644 --- a/_authors/duane-rollins.md +++ b/_authors/duane-rollins.md @@ -1,13 +1,8 @@ --- -city: first_name: Duane full_name: Duane Rollins -github: last_name: Rollins name: duane-rollins -role: -state: -twitter: redirect_from: "/team/duane-rollins/" published: true --- diff --git a/_authors/ed-mullen.md b/_authors/ed-mullen.md index 4d0ed186a..ef6e48f64 100644 --- a/_authors/ed-mullen.md +++ b/_authors/ed-mullen.md @@ -1,13 +1,8 @@ --- -city: New York first_name: Ed full_name: Ed Mullen -github: last_name: Mullen name: ed-mullen -role: Product Strategist -state: New York -twitter: redirect_from: "/team/ed-mullen/" published: false --- diff --git a/_authors/egoodman.md b/_authors/egoodman.md index 1fcc63f43..11d780dbe 100644 --- a/_authors/egoodman.md +++ b/_authors/egoodman.md @@ -3,11 +3,6 @@ name: egoodman first_name: Elizabeth last_name: Goodman full_name: Elizabeth Goodman -role: Design Researcher -city: San Francisco -state: CA -github: esgoodman -twitter: egoodman redirect_from: "/team/egoodman/" published: true --- diff --git a/_authors/elaine.md b/_authors/elaine.md index c7b5b80d0..5e2cb2cfa 100644 --- a/_authors/elaine.md +++ b/_authors/elaine.md @@ -3,11 +3,6 @@ name: elaine first_name: Elaine last_name: Kamlley full_name: Elaine Kamlley -role: Developer -city: Washington -state: D.C. -github: elainekamlley -twitter: elainekamlley project: - 18f.gsa.gov - 18F Blog diff --git a/_authors/emaland.md b/_authors/emaland.md index 0da55fc7f..e8866be65 100644 --- a/_authors/emaland.md +++ b/_authors/emaland.md @@ -1,13 +1,8 @@ --- -city: first_name: Eric full_name: Eric Maland -github: emaland last_name: Maland name: emaland -role: -state: -twitter: redirect_from: "/team/emaland/" published: false --- diff --git a/_authors/emileigh.md b/_authors/emileigh.md index 2d5be3a54..4d0aed9c8 100644 --- a/_authors/emileigh.md +++ b/_authors/emileigh.md @@ -3,11 +3,6 @@ first_name: Emileigh last_name: Barnes full_name: Emileigh Barnes name: emileigh -github: emileighoutlaw -twitter: emileighoutlaw -role: Content Designer -city: Washington -state: D.C. project: - 18f.gsa.gov - 18F Blog diff --git a/_authors/eric.md b/_authors/eric.md index d40987242..a9d106628 100644 --- a/_authors/eric.md +++ b/_authors/eric.md @@ -3,11 +3,6 @@ name: eric first_name: Eric last_name: Mill full_name: Eric Mill -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/eric/" published: true --- diff --git a/_authors/erica.md b/_authors/erica.md index c5b49a9a9..1a6e24280 100644 --- a/_authors/erica.md +++ b/_authors/erica.md @@ -3,11 +3,6 @@ name: erica first_name: Erica last_name: Deahl full_name: Erica Deahl -role: Visual Designer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/erica/" alumni: true published: true diff --git a/_authors/ericronne.md b/_authors/ericronne.md index 5660bf380..7ed11dfe0 100644 --- a/_authors/ericronne.md +++ b/_authors/ericronne.md @@ -3,11 +3,6 @@ name: ericronne first_name: Eric last_name: Ronne full_name: Eric Ronne -role: -city: Chicago -state: IL -github: -twitter: redirect_from: "/team/ericronne/" published: false --- diff --git a/_authors/estherchang.md b/_authors/estherchang.md index 403cc7449..b41029c13 100644 --- a/_authors/estherchang.md +++ b/_authors/estherchang.md @@ -3,11 +3,6 @@ name: estherchang first_name: Esther last_name: Chang full_name: Esther Chang -role: Hiring Operations -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/estherchang/" published: false --- diff --git a/_authors/estherkim.md b/_authors/estherkim.md index 9d0104942..d6e207279 100644 --- a/_authors/estherkim.md +++ b/_authors/estherkim.md @@ -1,13 +1,8 @@ --- -city: first_name: Esther full_name: Esther Kim -github: last_name: Kim name: estherkim -role: -state: -twitter: redirect_from: "/team/estherkim/" published: false --- diff --git a/_authors/ethan.md b/_authors/ethan.md index 7a0fe26c9..447b69740 100644 --- a/_authors/ethan.md +++ b/_authors/ethan.md @@ -3,9 +3,6 @@ name: ethan full_name: Ethan Heppner first_name: Ethan last_name: Heppner -role: Operations Specialist -city: Chicago -state: IL redirect_from: "/team/ethan/" published: false --- diff --git a/_authors/fureigh.md b/_authors/fureigh.md index e97b00a91..deb1afc95 100644 --- a/_authors/fureigh.md +++ b/_authors/fureigh.md @@ -1,13 +1,8 @@ --- -city: first_name: Rhys full_name: Rhys Fureigh -github: fureigh last_name: Fureigh name: fureigh -role: -state: -twitter: redirect_from: "/team/fureigh/" published: false --- diff --git a/_authors/gail.md b/_authors/gail.md index 2a1f8e315..2b7db40f4 100644 --- a/_authors/gail.md +++ b/_authors/gail.md @@ -3,11 +3,6 @@ name: gail first_name: Gail last_name: Swanson full_name: Gail Swanson -city: Chicago -state: IL -role: User Experience Designer -github: -twitter: redirect_from: "/team/gail/" published: false --- diff --git a/_authors/garren.md b/_authors/garren.md index b6c7501c6..cbcf96de1 100644 --- a/_authors/garren.md +++ b/_authors/garren.md @@ -3,11 +3,6 @@ name: garren first_name: Garren last_name: Givens full_name: Garren Givens -role: Deputy Executive Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/garren/" alumni: true published: true diff --git a/_authors/grace-hopper.md b/_authors/grace-hopper.md index 8b339c25a..45e3b41c4 100644 --- a/_authors/grace-hopper.md +++ b/_authors/grace-hopper.md @@ -3,9 +3,6 @@ first_name: Grace last_name: Hopper full_name: Admiral Grace Hopper name: grace-hopper -role: Developer -city: Washington -state: DC april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/gramirez.md b/_authors/gramirez.md index 615b36d19..b1c3ec5f8 100644 --- a/_authors/gramirez.md +++ b/_authors/gramirez.md @@ -3,11 +3,6 @@ name: gramirez first_name: Gabriel last_name: Ramírez full_name: Gabriel Ramírez -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/gramirez/" alumni: true published: true diff --git a/_authors/gray.md b/_authors/gray.md index 799e56180..787ab33e0 100644 --- a/_authors/gray.md +++ b/_authors/gray.md @@ -3,11 +3,6 @@ name: gray first_name: Gray last_name: Brooks full_name: Gray Brooks -role: Product Manager -city: Washington -state: D.C. -github: -twitter: project: - Analytics Guild - api.data.gov diff --git a/_authors/greg.md b/_authors/greg.md index 69e9c503e..c64b6e606 100644 --- a/_authors/greg.md +++ b/_authors/greg.md @@ -3,11 +3,6 @@ name: greg first_name: Greg last_name: Godbout full_name: Greg Godbout -city: -state: -role: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/gsa-blog-team.md b/_authors/gsa-blog-team.md index 56b7f0661..a150e3917 100644 --- a/_authors/gsa-blog-team.md +++ b/_authors/gsa-blog-team.md @@ -3,9 +3,6 @@ name: gsa-blog-team first_name: GSA Blog Team last_name: full_name: GSA Blog Team -role: -city: -state: published: true --- diff --git a/_authors/gwynnekostin.md b/_authors/gwynnekostin.md index b99aae6e6..5222493f1 100644 --- a/_authors/gwynnekostin.md +++ b/_authors/gwynnekostin.md @@ -1,13 +1,8 @@ --- name: gwynnekostin -city: first_name: Gwynne full_name: Gwynne Kostin -github: last_name: Kostin -role: -state: -twitter: guest: true url: https://www.digitalgov.gov/author/gkostin/ redirect_from: diff --git a/_authors/hillary.md b/_authors/hillary.md index a27dd9a26..da8c5a049 100644 --- a/_authors/hillary.md +++ b/_authors/hillary.md @@ -3,11 +3,6 @@ name: hillary first_name: Hillary last_name: Hartley full_name: Hillary Hartley -role: Deputy Executive Director -city: San Francisco -state: CA -github: quepol -twitter: hillary redirect_from: "/team/hillary/" published: true --- diff --git a/_authors/holly.md b/_authors/holly.md index 7a84d099b..2850f7801 100644 --- a/_authors/holly.md +++ b/_authors/holly.md @@ -3,11 +3,6 @@ name: holly full_name: Holly Allen first_name: Holly last_name: Allen -city: San Francisco -state: CA -role: Director of Engineering -github: hollyallen -twitter: redirect_from: "/team/holly/" published: false --- diff --git a/_authors/jackie.md b/_authors/jackie.md index 2c7f864fd..a61708970 100644 --- a/_authors/jackie.md +++ b/_authors/jackie.md @@ -1,13 +1,8 @@ --- -city: first_name: Jackie full_name: Jackie Kazil -github: last_name: Kazil name: jackie -role: -state: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/jackiexu.md b/_authors/jackiexu.md index 93c7e8dad..fad6fd2f5 100644 --- a/_authors/jackiexu.md +++ b/_authors/jackiexu.md @@ -1,13 +1,8 @@ --- -city: first_name: Jackie full_name: Jackie Xu -github: last_name: Xu name: jackiexu -role: -state: -twitter: redirect_from: "/team/jackiexu/" published: false --- diff --git a/_authors/jacobharris.md b/_authors/jacobharris.md index 4a2caf1fb..40c69cc44 100644 --- a/_authors/jacobharris.md +++ b/_authors/jacobharris.md @@ -3,11 +3,6 @@ name: jacobharris first_name: Jacob last_name: Harris full_name: Jacob Harris -role: Developer -city: Washington -state: D.C. -github: harrisj -twitter: harrisj redirect_from: "/team/jacobharris/" published: true --- diff --git a/_authors/james-seppi.md b/_authors/james-seppi.md index 6e60db45e..cdf22f552 100644 --- a/_authors/james-seppi.md +++ b/_authors/james-seppi.md @@ -3,11 +3,6 @@ name: james-seppi first_name: James last_name: Seppi full_name: James Seppi -role: Software Developer -city: Austin -state: Texas -github: -twitter: redirect_from: "/team/james-seppi/" published: false --- diff --git a/_authors/jameshupp.md b/_authors/jameshupp.md index 7e665f6d5..cbba4b829 100644 --- a/_authors/jameshupp.md +++ b/_authors/jameshupp.md @@ -3,9 +3,6 @@ name: jameshupp full_name: James Hupp first_name: James last_name: Hupp -role: -city: New York -state: NY redirect_from: "/team/jameshupp/" published: false --- diff --git a/_authors/jamesscott.md b/_authors/jamesscott.md index 0ed40322c..c5c5774a0 100644 --- a/_authors/jamesscott.md +++ b/_authors/jamesscott.md @@ -3,11 +3,6 @@ name: jamesscott first_name: James last_name: Scott full_name: James Scott -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/jamesscott/" published: false --- diff --git a/_authors/jamie.md b/_authors/jamie.md index 41d722307..87b0ea50f 100644 --- a/_authors/jamie.md +++ b/_authors/jamie.md @@ -3,11 +3,6 @@ name: jamie first_name: Jamie last_name: Albrecht full_name: Jamie Albrecht -role: Hiring Lead -city: San Francisco -state: CA -github: jamiealbrecht -twitter: jmealbrecht redirect_from: "/team/jamie/" published: true --- diff --git a/_authors/jayhuie.md b/_authors/jayhuie.md index 248a15cb8..2112c23b0 100644 --- a/_authors/jayhuie.md +++ b/_authors/jayhuie.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Jay full_name: Jay Huie -github: thecapacity last_name: Huie name: jayhuie -role: -state: DC -twitter: redirect_from: "/team/jayhuie/" published: false --- diff --git a/_authors/jeffwoodworth.md b/_authors/jeffwoodworth.md index 2244a59b2..0ae1526e6 100644 --- a/_authors/jeffwoodworth.md +++ b/_authors/jeffwoodworth.md @@ -1,13 +1,8 @@ --- name: jeffwoodworth -city: first_name: Jeff last_name: Woodworth full_name: Jeff Woodworth -github: -role: -state: -twitter: guest: true redirect_from: published: true diff --git a/_authors/jen.md b/_authors/jen.md index 4eb4c6909..9c7ed0bb6 100644 --- a/_authors/jen.md +++ b/_authors/jen.md @@ -3,11 +3,6 @@ name: jen first_name: Jen last_name: Ehlers full_name: Jen Ehlers -role: Visual Designer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/jen/" published: true --- diff --git a/_authors/jennmoran.md b/_authors/jennmoran.md index 9beed7b4e..e52591db4 100644 --- a/_authors/jennmoran.md +++ b/_authors/jennmoran.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Jenn full_name: Jenn Moran -github: last_name: Moran name: jennmoran -role: -state: DC -twitter: redirect_from: "/team/jennmoran/" published: false --- diff --git a/_authors/jentress.md b/_authors/jentress.md index 96080fa3e..44e6c39fc 100644 --- a/_authors/jentress.md +++ b/_authors/jentress.md @@ -3,11 +3,6 @@ name: jentress first_name: Jen last_name: Tress full_name: Jen Tress -role: Hiring Operations Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/jentress/" published: false --- diff --git a/_authors/jeremiak.md b/_authors/jeremiak.md index ee8fe8d61..3cac275f5 100644 --- a/_authors/jeremiak.md +++ b/_authors/jeremiak.md @@ -3,11 +3,6 @@ name: jeremiak first_name: Jeremia last_name: Kimelman full_name: Jeremia Kimelman -role: Developer -city: New York -state: NY -github: jeremiak -twitter: jeremiak redirect_from: "/team/jeremiak/" published: true --- diff --git a/_authors/jeremy.md b/_authors/jeremy.md index 51dc1b8dc..ff9011c01 100644 --- a/_authors/jeremy.md +++ b/_authors/jeremy.md @@ -3,11 +3,6 @@ name: jeremy first_name: Jeremy last_name: Canfield full_name: Jeremy Canfield -role: User Experience Designer -city: New York City -state: NY -github: -twitter: redirect_from: "/team/jeremy/" published: true --- diff --git a/_authors/jessedondero.md b/_authors/jessedondero.md index bc6fd67f3..ba3a42117 100644 --- a/_authors/jessedondero.md +++ b/_authors/jessedondero.md @@ -1,13 +1,8 @@ --- -city: first_name: Jesse full_name: Jesse Dondero -github: last_name: Dondero name: jessedondero -role: -state: -twitter: redirect_from: "/team/jessedondero/" published: false --- diff --git a/_authors/jessie-posilkin.md b/_authors/jessie-posilkin.md index 5e956bb0e..234f3b7fe 100644 --- a/_authors/jessie-posilkin.md +++ b/_authors/jessie-posilkin.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Jessie full_name: Jessie Posilkin -github: last_name: Posilkin name: jessie-posilkin -role: -state: District of Columbia -twitter: redirect_from: "/team/jessie-posilkin/" published: false --- diff --git a/_authors/jessie.md b/_authors/jessie.md index d7e25407b..cd8dfbbfd 100644 --- a/_authors/jessie.md +++ b/_authors/jessie.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Jessie full_name: Jessie Young -github: jessieay last_name: Young name: jessie -role: Developer -state: California -twitter: redirect_from: "/team/jessie/" published: true --- diff --git a/_authors/jez-humble.md b/_authors/jez-humble.md index 3420e8d56..f26e22905 100644 --- a/_authors/jez-humble.md +++ b/_authors/jez-humble.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Jez full_name: Jez Humble -github: jezhumble last_name: Humble name: jez-humble -role: Deputy Director of Infrastructure -state: California -twitter: redirect_from: "/team/jez-humble/" published: true --- diff --git a/_authors/jfinch.md b/_authors/jfinch.md index 118aa9c8e..399c4a2a0 100644 --- a/_authors/jfinch.md +++ b/_authors/jfinch.md @@ -3,11 +3,6 @@ name: jfinch first_name: Jay last_name: Finch full_name: Jay Finch -role: Engagement Management Consultant -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/jfinch/" published: true --- diff --git a/_authors/jhunter.md b/_authors/jhunter.md index a821b5af8..2ff3ef98a 100644 --- a/_authors/jhunter.md +++ b/_authors/jhunter.md @@ -3,11 +3,6 @@ name: jhunter first_name: Jeannine last_name: Hunter full_name: Jeannine Hunter -role: Content Strategist -city: Washington -state: D.C. -github: jeanninehunter -twitter: project: - Content Lead - USCIS diff --git a/_authors/joe.md b/_authors/joe.md index 70ae0bf9c..c4c84b765 100644 --- a/_authors/joe.md +++ b/_authors/joe.md @@ -3,11 +3,6 @@ name: joe first_name: Joe last_name: Polastre full_name: Joe Polastre -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/joel-minton.md b/_authors/joel-minton.md index 7b968c8a0..eb6adbd10 100644 --- a/_authors/joel-minton.md +++ b/_authors/joel-minton.md @@ -3,11 +3,6 @@ name: joel-minton first_name: Joel last_name: Minton full_name: Joel Minton -role: -city: -state: -github: -twitter: redirect_from: published: true --- diff --git a/_authors/john-donmoyer.md b/_authors/john-donmoyer.md index c6c98b026..38395619e 100644 --- a/_authors/john-donmoyer.md +++ b/_authors/john-donmoyer.md @@ -1,13 +1,8 @@ --- -city: Chicago first_name: John full_name: John Donmoyer -github: last_name: Donmoyer name: john-donmoyer -role: User Experience Designer -state: IL -twitter: redirect_from: "/team/john-donmoyer/" published: false --- diff --git a/_authors/jonathanrubin.md b/_authors/jonathanrubin.md index eb252c3ba..5b95c7bbd 100644 --- a/_authors/jonathanrubin.md +++ b/_authors/jonathanrubin.md @@ -3,11 +3,6 @@ name: jonathanrubin first_name: Jonathan last_name: Rubin full_name: Jonathan Rubin -role: -city: -state: -github: -twitter: project: redirect_from: published: true diff --git a/_authors/josh.md b/_authors/josh.md index 6f51f5a2b..d15f37550 100644 --- a/_authors/josh.md +++ b/_authors/josh.md @@ -3,11 +3,6 @@ name: josh first_name: Josh last_name: Ruihley full_name: Josh Ruihley -role: Product Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/josh/" published: false --- diff --git a/_authors/joshbailes.md b/_authors/joshbailes.md index 1a1f2647c..c9b601287 100644 --- a/_authors/joshbailes.md +++ b/_authors/joshbailes.md @@ -3,11 +3,6 @@ name: joshbailes first_name: Josh last_name: Bailes full_name: Josh Bailes -role: Operations Specialist -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/joshbailes/" published: false --- diff --git a/_authors/joshcarp.md b/_authors/joshcarp.md index 68d909493..410e744ac 100644 --- a/_authors/joshcarp.md +++ b/_authors/joshcarp.md @@ -3,11 +3,6 @@ name: joshcarp first_name: Josh last_name: Carp full_name: Josh Carp -role: Developer -city: Charlottesville -state: VA -github: -twitter: redirect_from: "/team/joshcarp/" published: false --- diff --git a/_authors/jtag.md b/_authors/jtag.md index 237ce54ad..e9fe6c029 100644 --- a/_authors/jtag.md +++ b/_authors/jtag.md @@ -3,11 +3,6 @@ name: jtag first_name: Jesse last_name: Taggert full_name: Jesse Taggert -role: Design and Product Strategy Director -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/jtag/" published: true --- diff --git a/_authors/jthibault.md b/_authors/jthibault.md index 1d7b4537d..3c6545f89 100644 --- a/_authors/jthibault.md +++ b/_authors/jthibault.md @@ -3,11 +3,6 @@ name: jthibault first_name: Jennifer last_name: Thibault full_name: Jennifer Thibault -role: Visual Designer -city: New York City -state: NY -github: jenniferthibault -twitter: jlthibault redirect_from: "/team/jthibault/" published: true --- diff --git a/_authors/jtindel.md b/_authors/jtindel.md index 7509c7450..eda8a0f11 100644 --- a/_authors/jtindel.md +++ b/_authors/jtindel.md @@ -1,13 +1,8 @@ --- name: jtindel -city: first_name: John full_name: John Tindel -github: last_name: Tindel -role: -state: -twitter: guest: true redirect_from: published: true diff --git a/_authors/julia.md b/_authors/julia.md index b6e3ca7ba..f8727cffc 100644 --- a/_authors/julia.md +++ b/_authors/julia.md @@ -3,11 +3,6 @@ name: julia first_name: Julia last_name: Elman full_name: Julia Elman -role: Front End Designer -city: Durham -state: NC -github: juliaelman -twitter: juliaelman redirect_from: "/team/julia/" published: true --- diff --git a/_authors/juliawinn.md b/_authors/juliawinn.md index eaecc7650..0d767d579 100644 --- a/_authors/juliawinn.md +++ b/_authors/juliawinn.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Julia full_name: Julia Winn -github: last_name: Winn name: juliawinn -role: -state: D.C. -twitter: redirect_from: "/team/julia-winn" published: true --- diff --git a/_authors/justin-herman.md b/_authors/justin-herman.md index b8313490d..3b98f14a0 100644 --- a/_authors/justin-herman.md +++ b/_authors/justin-herman.md @@ -3,11 +3,6 @@ name: justin-herman first_name: Justin last_name: Herman full_name: Justin Herman -role: -city: -state: -github: -twitter: redirect_from: published: true --- diff --git a/_authors/justin.md b/_authors/justin.md index cf53af659..c62794ce4 100644 --- a/_authors/justin.md +++ b/_authors/justin.md @@ -3,11 +3,6 @@ name: justin first_name: Justin last_name: Grevich full_name: Justin Grevich -role: Developer -city: Seattle -state: WA -github: -twitter: redirect_from: "/team/justin/" published: false --- diff --git a/_authors/kaitlin.md b/_authors/kaitlin.md index 5a05dc49f..a0ef32a9e 100644 --- a/_authors/kaitlin.md +++ b/_authors/kaitlin.md @@ -3,11 +3,6 @@ name: kaitlin first_name: Kaitlin last_name: Devine full_name: Kaitlin Devine -role: Developer -city: Washington -state: D.C. -github: kaitlin -twitter: kaitlinbdevine redirect_from: "/team/kaitlin/" published: true --- diff --git a/_authors/kane.md b/_authors/kane.md index 1388f433d..642110f0f 100644 --- a/_authors/kane.md +++ b/_authors/kane.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Kane full_name: Kane Baccigalupi -github: last_name: Baccigalupi name: kane -role: -state: CA -twitter: redirect_from: "/team/kane/" published: true --- diff --git a/_authors/kara.md b/_authors/kara.md index 03922ea83..8ba51bdbe 100644 --- a/_authors/kara.md +++ b/_authors/kara.md @@ -3,11 +3,6 @@ name: kara first_name: Kara last_name: DeFrias full_name: Kara DeFrias -role: Senior Advisor -city: San Diego -state: CA -github: -twitter: redirect_from: "/team/kara/" published: true --- diff --git a/_authors/kate.md b/_authors/kate.md index 012b06d63..8bf0d482d 100644 --- a/_authors/kate.md +++ b/_authors/kate.md @@ -3,11 +3,6 @@ name: kate first_name: Kate last_name: Garklavs full_name: Kate Garklavs -role: Content Designer -city: Portland -state: OR -github: -twitter: redirect_from: "/team/kate/" published: true --- diff --git a/_authors/kathrynconnolly.md b/_authors/kathrynconnolly.md index f3c707770..4e13b063c 100644 --- a/_authors/kathrynconnolly.md +++ b/_authors/kathrynconnolly.md @@ -3,9 +3,6 @@ name: kathrynconnolly first_name: Kathryn last_name: Connolly full_name: Kathryn Connolly -city: Washington -state: D.C. -role: Team Operations redirect_from: "/team/kathrynconnolly/" published: false --- diff --git a/_authors/kedelman.md b/_authors/kedelman.md index dd5bc230e..24707d351 100644 --- a/_authors/kedelman.md +++ b/_authors/kedelman.md @@ -3,11 +3,6 @@ name: kedelman full_name: Kathryn Edelman first_name: Kathryn last_name: Edelman -city: Washington -state: DC -role: Acquisition Management Consultant -github: -twitter: redirect_from: "/team/kedelman/" published: true --- diff --git a/_authors/kimberdowsett.md b/_authors/kimberdowsett.md index 57d9d3e92..88cea3a81 100644 --- a/_authors/kimberdowsett.md +++ b/_authors/kimberdowsett.md @@ -3,11 +3,6 @@ name: kimberdowsett first_name: Kimber last_name: Dowsett full_name: Kimber Dowsett -role: Security Architect -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/kimberdowsett/" published: true --- diff --git a/_authors/kinlane.md b/_authors/kinlane.md index 762e9ea94..978074b1e 100644 --- a/_authors/kinlane.md +++ b/_authors/kinlane.md @@ -1,13 +1,8 @@ --- -city: first_name: Kin full_name: Kin Lane -github: last_name: Lane name: kinlane -role: -state: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/kris-rowley.md b/_authors/kris-rowley.md index 502330c94..0c5b25f5e 100644 --- a/_authors/kris-rowley.md +++ b/_authors/kris-rowley.md @@ -3,11 +3,6 @@ name: kris-rowley first_name: Kris last_name: Rowley full_name: Kris Rowley -role: -city: -state: -github: -twitter: guest: true redirect_from: published: true diff --git a/_authors/kristy-singletary.md b/_authors/kristy-singletary.md index ba8f9724f..0083a0736 100644 --- a/_authors/kristy-singletary.md +++ b/_authors/kristy-singletary.md @@ -3,9 +3,6 @@ name: kristy-singletary first_name: Kristy last_name: Singletary full_name: Kristy Singletary -role: -city: -state: guest: true published: true --- diff --git a/_authors/krutivora.md b/_authors/krutivora.md index 033ccb11d..428fd94d0 100644 --- a/_authors/krutivora.md +++ b/_authors/krutivora.md @@ -3,11 +3,6 @@ name: krutivora first_name: Kruti last_name: Vora full_name: Kruti Vora -role: On detail -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/krutivora/" published: false --- diff --git a/_authors/lane-becker.md b/_authors/lane-becker.md index d9febf9ff..318cce706 100644 --- a/_authors/lane-becker.md +++ b/_authors/lane-becker.md @@ -1,13 +1,8 @@ --- -city: first_name: Lane full_name: Lane Becker -github: last_name: Becker name: lane-becker -role: -state: -twitter: redirect_from: "/team/lane-becker/" published: false --- diff --git a/_authors/larry-bafundo.md b/_authors/larry-bafundo.md index cf6f0ef67..5eb7150ae 100644 --- a/_authors/larry-bafundo.md +++ b/_authors/larry-bafundo.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Larry full_name: Larry Bafundo -github: last_name: Bafundo name: larry-bafundo -role: Project Manager -state: CA -twitter: redirect_from: "/team/larry-bafundo/" published: false --- diff --git a/_authors/laura-gerhardt.md b/_authors/laura-gerhardt.md index 4f5abec54..f89ad7c00 100644 --- a/_authors/laura-gerhardt.md +++ b/_authors/laura-gerhardt.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Laura full_name: Laura Gerhardt -github: last_name: Gerhardt name: laura-gerhardt -role: -state: DC -twitter: redirect_from: "/team/laura-gerhardt/" published: false --- diff --git a/_authors/leah.md b/_authors/leah.md index 318f778ff..28164ee01 100644 --- a/_authors/leah.md +++ b/_authors/leah.md @@ -3,11 +3,6 @@ name: leah first_name: Leah last_name: Bannon full_name: Leah Bannon -role: Product Manager -city: San Francisco -state: CA -github: leahbannon -twitter: leahbannon redirect_from: "/team/leah/" published: true --- diff --git a/_authors/leahg.md b/_authors/leahg.md index ff29f34ce..80de4ef9a 100644 --- a/_authors/leahg.md +++ b/_authors/leahg.md @@ -3,11 +3,6 @@ name: leahg first_name: Leah last_name: Gitter full_name: Leah Gitter -role: Operations Specialist -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/leahg/" published: false --- diff --git a/_authors/lenny-bogdonoff.md b/_authors/lenny-bogdonoff.md index 5bc197317..6c6cce859 100644 --- a/_authors/lenny-bogdonoff.md +++ b/_authors/lenny-bogdonoff.md @@ -1,13 +1,8 @@ --- -city: New York City first_name: Lenny full_name: Lenny Bogdonoff -github: rememberlenny last_name: Bogdonoff name: lenny-bogdonoff -role: General Developer -state: NY -twitter: redirect_from: "/team/lenny-bogdonoff/" published: false --- diff --git a/_authors/lindsay.md b/_authors/lindsay.md index 936764b74..a163f144d 100644 --- a/_authors/lindsay.md +++ b/_authors/lindsay.md @@ -3,11 +3,6 @@ name: lindsay first_name: Lindsay last_name: Young full_name: Lindsay Young -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/lindsay/" published: true --- diff --git a/_authors/lisagelobter.md b/_authors/lisagelobter.md index e12374f46..ed3442c0a 100644 --- a/_authors/lisagelobter.md +++ b/_authors/lisagelobter.md @@ -3,11 +3,6 @@ name: lisagelobter first_name: Lisa last_name: Gelobter full_name: Lisa Gelobter -role: -city: -state: -github: -twitter: guest: true redirect_from: published: true diff --git a/_authors/majma.md b/_authors/majma.md index 3f606b89c..ce5816347 100644 --- a/_authors/majma.md +++ b/_authors/majma.md @@ -3,11 +3,6 @@ name: majma first_name: Raphael last_name: Majma full_name: Raphael Majma -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/manger.md b/_authors/manger.md index 385f59261..c65ca730e 100644 --- a/_authors/manger.md +++ b/_authors/manger.md @@ -3,11 +3,6 @@ name: manger first_name: Noah last_name: Manger full_name: Noah Manger -role: Front End Designer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/manger/" published: true --- diff --git a/_authors/marco.md b/_authors/marco.md index 7019ecd9f..f60b8a667 100644 --- a/_authors/marco.md +++ b/_authors/marco.md @@ -3,11 +3,6 @@ name: marco first_name: Marco last_name: Segreto full_name: Marco Segreto -role: Front End Designer -city: San Francisco -state: CA -github: -twitter: proejct: - Front End Guild redirect_from: "/team/marco/" diff --git a/_authors/marinafox.md b/_authors/marinafox.md index b4bbe7eac..40eddc63c 100644 --- a/_authors/marinafox.md +++ b/_authors/marinafox.md @@ -1,13 +1,8 @@ --- name: marinafox -city: first_name: Marina full_name: Marina Fox -github: last_name: Fox -role: -state: -twitter: guest: true url: https://www.digitalgov.gov/author/mfox/ redirect_from: diff --git a/_authors/mark.md b/_authors/mark.md index 97b80a171..476faca52 100644 --- a/_authors/mark.md +++ b/_authors/mark.md @@ -1,13 +1,8 @@ --- -city: first_name: Mark full_name: Mark Nejbauer -github: last_name: Nejbauer name: mark -role: -state: -twitter: redirect_from: "/team/mark/" published: false --- diff --git a/_authors/matt.md b/_authors/matt.md index 721ea5cf9..c1d5dbc02 100644 --- a/_authors/matt.md +++ b/_authors/matt.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Matt full_name: Matt Spencer -github: last_name: Spencer name: matt -role: -state: D.C. -twitter: redirect_from: "/team/matt/" published: false --- diff --git a/_authors/mattchessen.md b/_authors/mattchessen.md index 5b2f7b4ad..ef765781a 100644 --- a/_authors/mattchessen.md +++ b/_authors/mattchessen.md @@ -1,13 +1,8 @@ --- -city: first_name: Matt full_name: Matt Chessen, Department of State -github: last_name: Chessen name: mattchessen -role: -state: -twitter: guest: true redirect_from: published: true diff --git a/_authors/maya.md b/_authors/maya.md index fe290249f..36a91330b 100644 --- a/_authors/maya.md +++ b/_authors/maya.md @@ -3,11 +3,6 @@ name: maya first_name: Maya last_name: Benari full_name: Maya Benari -role: Front End Designer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/maya/" published: true --- diff --git a/_authors/mbland.md b/_authors/mbland.md index 2c9b26d5c..5d799d0fe 100644 --- a/_authors/mbland.md +++ b/_authors/mbland.md @@ -3,11 +3,6 @@ name: mbland first_name: Mike full_name: Mike Bland last_name: Bland -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/mchopson.md b/_authors/mchopson.md index 785b8924f..4683b6630 100644 --- a/_authors/mchopson.md +++ b/_authors/mchopson.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Mark full_name: Mark Hopson -github: last_name: Hopson name: mchopson -role: -state: D.C. -twitter: redirect_from: "/team/mark-hopson" published: true --- diff --git a/_authors/meghana.md b/_authors/meghana.md index 6d467acfb..56cd48b77 100644 --- a/_authors/meghana.md +++ b/_authors/meghana.md @@ -3,11 +3,6 @@ name: meghana first_name: Meghana last_name: Khandekar full_name: Meghana Khandekar -role: User Experience Designer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/meghana/" published: true --- diff --git a/_authors/melody.md b/_authors/melody.md index 4c014bb78..5246f7d6a 100644 --- a/_authors/melody.md +++ b/_authors/melody.md @@ -3,11 +3,6 @@ name: melody first_name: Melody last_name: Kramer full_name: Melody Kramer -role: Outreach -city: Chapel Hill -state: NC -github: melodykramer -twitter: mkramer project: - 18f.gsa.gov - 18F Blog diff --git a/_authors/memiwhitehead.md b/_authors/memiwhitehead.md index 59e6d5378..09495c625 100644 --- a/_authors/memiwhitehead.md +++ b/_authors/memiwhitehead.md @@ -3,9 +3,6 @@ first_name: Memi last_name: Whitehead full_name: Memi Whitehead name: memiwhitehead -role: -city: -state: guest: true redirect_from: published: true diff --git a/_authors/mheadd.md b/_authors/mheadd.md index 5f0ca90b0..5d9c58fe7 100644 --- a/_authors/mheadd.md +++ b/_authors/mheadd.md @@ -3,11 +3,6 @@ name: mheadd first_name: Mark last_name: Headd full_name: Mark Headd -role: Innovation Specialist -city: Syracuse -state: New York -github: mheadd -twitter: mheadd published: true --- diff --git a/_authors/mhz.md b/_authors/mhz.md index 5d12bd051..9adab9ffa 100644 --- a/_authors/mhz.md +++ b/_authors/mhz.md @@ -3,11 +3,6 @@ name: mhz first_name: Michelle last_name: Hertzfeld full_name: Michelle Hertzfeld -role: Front End Designer -city: Tucson -state: AZ -github: meiqimichelle -twitter: meiqimichelle redirect_from: "/team/mhz/" published: true --- diff --git a/_authors/micahsaul.md b/_authors/micahsaul.md index dd8635a0f..585a96e53 100644 --- a/_authors/micahsaul.md +++ b/_authors/micahsaul.md @@ -3,11 +3,6 @@ name: micahsaul first_name: Micah last_name: Saul full_name: Micah Saul -role: Acting Engineering Director -city: Portland -state: OR -github: -twitter: redirect_from: "/team/micahsaul/" published: false --- diff --git a/_authors/michael-balint.md b/_authors/michael-balint.md index 0ae532bec..6a7b71586 100644 --- a/_authors/michael-balint.md +++ b/_authors/michael-balint.md @@ -3,11 +3,6 @@ name: michael-balint first_name: Michael last_name: Balint full_name: Michael Balint -role: -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/michael-balint/" published: false --- diff --git a/_authors/michael-cata.md b/_authors/michael-cata.md index d2b0ffc7a..7812a9726 100644 --- a/_authors/michael-cata.md +++ b/_authors/michael-cata.md @@ -3,11 +3,6 @@ name: michael-cata first_name: Michael last_name: Cata full_name: Michael Cata -role: Consultant -city: New York -state: NY -github: -twitter: redirect_from: "/team/michael-cata/" published: false --- diff --git a/_authors/michael-torres.md b/_authors/michael-torres.md index be3c8e14f..6db362be2 100644 --- a/_authors/michael-torres.md +++ b/_authors/michael-torres.md @@ -1,13 +1,8 @@ --- -city: San Francisco first_name: Michael full_name: Michael Torres -github: last_name: Torres name: michael-torres -role: -state: CA -twitter: redirect_from: "/team/michael-torres/" published: true --- diff --git a/_authors/michael-walker.md b/_authors/michael-walker.md index baa74a604..10e81fc63 100644 --- a/_authors/michael-walker.md +++ b/_authors/michael-walker.md @@ -1,13 +1,8 @@ --- -city: Clinton first_name: Greg full_name: Greg Walker -github: mgwalker last_name: Walker name: michael-walker -role: Practical Dev -state: MS -twitter: redirect_from: "/team/michael-walker/" published: true --- diff --git a/_authors/michelle-chronister.md b/_authors/michelle-chronister.md index 5154a466a..c5a79de16 100644 --- a/_authors/michelle-chronister.md +++ b/_authors/michelle-chronister.md @@ -3,11 +3,6 @@ name: michelle-chronister first_name: Michelle last_name: Chronister full_name: Michelle Chronister -role: -city: -state: -github: -twitter: alumni: true redirect_from: published: true diff --git a/_authors/mike-hsu.md b/_authors/mike-hsu.md index 0e1faf34d..844df1a8b 100644 --- a/_authors/mike-hsu.md +++ b/_authors/mike-hsu.md @@ -3,9 +3,6 @@ first_name: Mike last_name: Hsu full_name: Mike Hsu name: mike-hsu -role: Product manager -city: Washington -state: D.C. redirect_from: "/team/mike-hsu/" published: false --- diff --git a/_authors/mike-wilkening.md b/_authors/mike-wilkening.md index b212724c6..ac190bac1 100644 --- a/_authors/mike-wilkening.md +++ b/_authors/mike-wilkening.md @@ -5,8 +5,5 @@ full_name: Mike Wilkening name: mike-wilkening guest: true published: true -role: -city: -state: --- diff --git a/_authors/mollieruskin.md b/_authors/mollieruskin.md index f2bd6a5a1..0bd53c0fe 100644 --- a/_authors/mollieruskin.md +++ b/_authors/mollieruskin.md @@ -3,11 +3,6 @@ name: mollieruskin first_name: Mollie last_name: Ruskin full_name: Mollie Ruskin -role: -city: -state: -github: -twitter: redirect_from: published: true --- diff --git a/_authors/moncef.md b/_authors/moncef.md index c39b84809..a1500c03a 100644 --- a/_authors/moncef.md +++ b/_authors/moncef.md @@ -3,11 +3,6 @@ name: moncef first_name: Moncef last_name: Belyamani full_name: Moncef Belyamani -role: Developer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/moncef/" published: false --- diff --git a/_authors/mossadeq-zia.md b/_authors/mossadeq-zia.md index 733eec9c2..dc3b0cc66 100644 --- a/_authors/mossadeq-zia.md +++ b/_authors/mossadeq-zia.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Mossadeq full_name: Mossadeq Zia -github: mzia last_name: Zia name: mossadeq-zia -role: DevOps Engineer -state: DC -twitter: redirect_from: "/team/mossadeq-zia/" published: true --- diff --git a/_authors/nick.md b/_authors/nick.md index 557c48cce..719e05e2d 100644 --- a/_authors/nick.md +++ b/_authors/nick.md @@ -3,11 +3,6 @@ name: nick first_name: Nick last_name: Bristow full_name: Nick Bristow -role: Developer -city: Washington -state: D.C. -github: -twitter: project: - Accessibility Guild redirect_from: "/team/nick/" diff --git a/_authors/nicole-fenton.md b/_authors/nicole-fenton.md index fa84f1be9..3ce0dad00 100644 --- a/_authors/nicole-fenton.md +++ b/_authors/nicole-fenton.md @@ -1,13 +1,8 @@ --- -city: first_name: Nicole full_name: Nicole Fenton -github: nicoleslaw last_name: Fenton name: nicole-fenton -role: Content Designer -state: New York -twitter: nicoleslaw redirect_from: "/team/nicole-fenton/" published: true --- diff --git a/_authors/noah.md b/_authors/noah.md index ca0104717..a6c71b48b 100644 --- a/_authors/noah.md +++ b/_authors/noah.md @@ -3,11 +3,6 @@ name: noah first_name: Noah last_name: Kunin full_name: Noah Kunin -role: Director of Delivery Architecture + Infrastructure -city: Washington -state: D.C. -github: https://github.com/noahkunin -twitter: https://twitter.com/noahkunin redirect_from: "/team/noah/" published: true --- diff --git a/_authors/nolson.md b/_authors/nolson.md index 3cdfee9dd..ab3b0dd4f 100644 --- a/_authors/nolson.md +++ b/_authors/nolson.md @@ -3,11 +3,6 @@ name: nolson first_name: Nathan last_name: Olson full_name: Nathan Olson -role: Operations Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/nolson/" published: false --- diff --git a/_authors/ozzy.md b/_authors/ozzy.md index 36248c785..3df7d10cf 100644 --- a/_authors/ozzy.md +++ b/_authors/ozzy.md @@ -3,11 +3,6 @@ name: ozzy first_name: Ozzy last_name: Johnson full_name: Ozzy Johnson -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/phaedra.md b/_authors/phaedra.md index f1d3bdf48..c8d05480f 100644 --- a/_authors/phaedra.md +++ b/_authors/phaedra.md @@ -1,13 +1,8 @@ --- -city: first_name: Phaedra full_name: Phaedra Chrousos -github: last_name: Chrousos name: phaedra -role: -state: -twitter: redirect_from: "/team/phaedra/" published: false --- diff --git a/_authors/philip-reid.md b/_authors/philip-reid.md index d0bf3fe92..66b528009 100644 --- a/_authors/philip-reid.md +++ b/_authors/philip-reid.md @@ -3,9 +3,6 @@ first_name: Philip last_name: Reid full_name: Philip Reid name: philip-reid -role: Engineer -city: Washington -state: DC april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/phoebe-espiritu.md b/_authors/phoebe-espiritu.md index 26177508a..0f89cb41e 100644 --- a/_authors/phoebe-espiritu.md +++ b/_authors/phoebe-espiritu.md @@ -1,13 +1,8 @@ --- -city: first_name: Phoebe full_name: Phoebe Espiritu -github: last_name: Phoebe name: phoebe-espiritu -role: -state: -twitter: redirect_from: "/team/phoebe-espiritu/" published: true --- diff --git a/_authors/pia.md b/_authors/pia.md index 06ab86ff9..5199b441b 100644 --- a/_authors/pia.md +++ b/_authors/pia.md @@ -3,11 +3,6 @@ name: pia first_name: Pia last_name: Scott full_name: Pia Scott -role: Events Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/pia/" published: false --- diff --git a/_authors/pkarman.md b/_authors/pkarman.md index f6dc74b2c..96ace182c 100644 --- a/_authors/pkarman.md +++ b/_authors/pkarman.md @@ -1,13 +1,8 @@ --- -city: first_name: Peter full_name: Peter Karman -github: pkarman last_name: Karman name: pkarman -role: -state: -twitter: redirect_from: "/team/pkarman/" published: true --- diff --git a/_authors/porta.md b/_authors/porta.md index e35c73407..1465e16f2 100644 --- a/_authors/porta.md +++ b/_authors/porta.md @@ -1,13 +1,8 @@ --- -city: Chicago first_name: Porta full_name: Porta Antiporta -github: porta-antiporta last_name: Antiporta name: porta -role: Product Lead -state: IL -twitter: redirect_from: "/team/porta-antiporta" published: true --- diff --git a/_authors/puja.md b/_authors/puja.md index 3aac0d67c..42699096d 100644 --- a/_authors/puja.md +++ b/_authors/puja.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Puja full_name: Puja Balachander -github: last_name: Balachander name: puja -role: Program Manager -state: D.C. -twitter: redirect_from: "/team/puja/" published: false --- diff --git a/_authors/randy-hart.md b/_authors/randy-hart.md index c533379bb..39f4e53f8 100644 --- a/_authors/randy-hart.md +++ b/_authors/randy-hart.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Randy full_name: Randy Hart -github: last_name: Hart name: randy-hart -role: Procurement Specialist -state: DC -twitter: redirect_from: "/team/randy-hart/" published: false --- diff --git a/_authors/raphy.md b/_authors/raphy.md index 0f90a7960..9e48fc670 100644 --- a/_authors/raphy.md +++ b/_authors/raphy.md @@ -3,11 +3,6 @@ name: raphy first_name: Raphael last_name: Villas full_name: Raphael Villas -role: Product Manager -city: Chicago -state: IL -github: -twitter: redirect_from: "/team/raphy/" published: false --- diff --git a/_authors/rebeccapiazza.md b/_authors/rebeccapiazza.md index 39bec266f..c0c54e8b4 100644 --- a/_authors/rebeccapiazza.md +++ b/_authors/rebeccapiazza.md @@ -3,11 +3,6 @@ name: rebeccapiazza first_name: Rebecca last_name: Piazza full_name: Rebecca Piazza -city: Washington -state: D.C. -role: Product Manager -github: -twitter: redirect_from: "/team/rebeccapiazza/" published: true --- diff --git a/_authors/ric.md b/_authors/ric.md index 7b5a6bf44..54340534c 100644 --- a/_authors/ric.md +++ b/_authors/ric.md @@ -3,11 +3,6 @@ name: ric first_name: Ric last_name: Miller full_name: Ric Miller -role: Senior Advisor -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/ric/" published: false --- diff --git a/_authors/robert.md b/_authors/robert.md index 9fec9ab3d..3f9da1384 100644 --- a/_authors/robert.md +++ b/_authors/robert.md @@ -1,13 +1,8 @@ --- -city: first_name: Robert full_name: Dr. Robert L. Read -github: last_name: Read name: robert -role: -state: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/robin-carnahan.md b/_authors/robin-carnahan.md index d31b1a38f..ee432ed8e 100644 --- a/_authors/robin-carnahan.md +++ b/_authors/robin-carnahan.md @@ -1,13 +1,8 @@ --- -city: first_name: Robin full_name: Robin Carnahan -github: last_name: Carnahan name: robin-carnahan -role: -state: -twitter: redirect_from: "/team/robin-carnahan/" published: true --- diff --git a/_authors/robin-thottungal.md b/_authors/robin-thottungal.md index 25bd2bf31..16d6d0985 100644 --- a/_authors/robin-thottungal.md +++ b/_authors/robin-thottungal.md @@ -1,13 +1,8 @@ --- -city: first_name: Robin full_name: Robin A. Thottungal -github: last_name: Thottungal name: robin-thottungal -role: -state: -twitter: guest: true redirect_from: published: true diff --git a/_authors/roger-ruiz.md b/_authors/roger-ruiz.md index 788d14e72..9c73b1698 100644 --- a/_authors/roger-ruiz.md +++ b/_authors/roger-ruiz.md @@ -3,11 +3,6 @@ name: roger-ruiz first_name: Roger last_name: Ruiz full_name: Roger Ruiz -role: Front-End Developer -city: Richmond -state: VA -github: -twitter: redirect_from: "/team/roger-ruiz/" published: false --- diff --git a/_authors/romke.md b/_authors/romke.md index 64fc267ad..b89d99b2f 100644 --- a/_authors/romke.md +++ b/_authors/romke.md @@ -1,13 +1,8 @@ --- -city: first_name: Romke full_name: Romke De Haan -github: last_name: De Haan name: romke -role: -state: -twitter: redirect_from: "/team/romke/" published: false --- diff --git a/_authors/russ.md b/_authors/russ.md index 8424caedf..72f34e1bb 100644 --- a/_authors/russ.md +++ b/_authors/russ.md @@ -1,13 +1,8 @@ --- -city: Chicago first_name: Russ full_name: Russ Unger -github: last_name: Unger name: russ -role: -state: -twitter: redirect_from: "/team/romke" published: true --- diff --git a/_authors/ryan-sibley.md b/_authors/ryan-sibley.md index 7b5047acf..324b9a24a 100644 --- a/_authors/ryan-sibley.md +++ b/_authors/ryan-sibley.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Ryan full_name: Ryan Sibley -github: last_name: Sibley name: ryan-sibley -role: Content Designer -state: DC -twitter: redirect_from: "/team/ryan-sibley/" published: true --- diff --git a/_authors/ryan.md b/_authors/ryan.md index 82afab0e8..c0f9423d9 100644 --- a/_authors/ryan.md +++ b/_authors/ryan.md @@ -1,13 +1,8 @@ --- -city: first_name: Ryan full_name: Ryan Thurlwell -github: last_name: Thurwell name: ryan -role: -state: -twitter: redirect_from: "/team/ryan/" published: true --- diff --git a/_authors/sally-ride.md b/_authors/sally-ride.md index f3ec9fc9c..a95eddcf5 100644 --- a/_authors/sally-ride.md +++ b/_authors/sally-ride.md @@ -3,9 +3,6 @@ first_name: Sally last_name: Ride full_name: Sally Ride name: sally-ride -role: Deputy Director of Infrastructure -city: San Diego -state: CA april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/sam-eagle.md b/_authors/sam-eagle.md index e260163b0..507145a1b 100644 --- a/_authors/sam-eagle.md +++ b/_authors/sam-eagle.md @@ -3,9 +3,6 @@ first_name: Sam last_name: Eagle full_name: Sam the Eagle name: sam-eagle -role: Press -city: Washington -state: DC april-fools: 2016 redirect_to: "/april-fools/2016/" joke: | diff --git a/_authors/sarah.md b/_authors/sarah.md index 680e474b8..dc8da9bb8 100644 --- a/_authors/sarah.md +++ b/_authors/sarah.md @@ -3,11 +3,6 @@ name: sarah first_name: Sarah last_name: Allen full_name: Sarah Allen -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/sarahcrane.md b/_authors/sarahcrane.md index 51eeefeba..1b60067f8 100644 --- a/_authors/sarahcrane.md +++ b/_authors/sarahcrane.md @@ -3,11 +3,6 @@ name: sarahcrane first_name: Sarah last_name: Crane full_name: Sarah Crane -role: -city: -state: -github: -twitter: redirect_from: published: true --- diff --git a/_authors/sasha.md b/_authors/sasha.md index d08b022b8..dc1296936 100644 --- a/_authors/sasha.md +++ b/_authors/sasha.md @@ -3,11 +3,6 @@ name: sasha first_name: Sasha last_name: Magee full_name: Sasha Magee -role: Developer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/sasha/" published: false --- diff --git a/_authors/sean.md b/_authors/sean.md index 676b681bc..f65b552bf 100644 --- a/_authors/sean.md +++ b/_authors/sean.md @@ -3,11 +3,6 @@ name: sean first_name: Sean last_name: Herron full_name: Sean Herron -role: -city: -state: -github: -twitter: redirect_from: alumni: true published: true diff --git a/_authors/shashank.md b/_authors/shashank.md index 12c5ec1d7..c6fe877fd 100644 --- a/_authors/shashank.md +++ b/_authors/shashank.md @@ -3,11 +3,6 @@ name: shashank first_name: Shashank last_name: Khandelwal full_name: Shashank Khandelwal -role: Director of Data + Technical Architecture -city: Washington -state: D.C. -github: -twitter: project: redirect_from: - "/team/khandelwal/" diff --git a/_authors/shawn.md b/_authors/shawn.md index c6a3e9165..d9f523768 100644 --- a/_authors/shawn.md +++ b/_authors/shawn.md @@ -3,11 +3,6 @@ name: shawn first_name: Shawn last_name: Allen full_name: Shawn Allen -role: Front End Designer -city: San Francisco -state: CA -github: -twitter: redirect_from: "/team/shawn/" published: true --- diff --git a/_authors/shawnique.md b/_authors/shawnique.md index 8a4730af3..17110d227 100644 --- a/_authors/shawnique.md +++ b/_authors/shawnique.md @@ -3,11 +3,6 @@ name: shawnique first_name: Shawnique last_name: Muller full_name: Shawnique Muller -role: Hiring Operations Specialist -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/shawnique/" published: false --- diff --git a/_authors/smita.md b/_authors/smita.md index 1ca5f4746..a470ef0eb 100644 --- a/_authors/smita.md +++ b/_authors/smita.md @@ -3,11 +3,6 @@ name: smita first_name: Smita last_name: Satiani full_name: Smita Satiani -role: Business Development Director -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/smita/" published: false --- diff --git a/_authors/stephanierivera.md b/_authors/stephanierivera.md index 77710ad30..e83c23aaf 100644 --- a/_authors/stephanierivera.md +++ b/_authors/stephanierivera.md @@ -3,11 +3,6 @@ name: stephanierivera first_name: Stephanie last_name: Rivera full_name: Stephanie Rivera -role: Business Strategy Director -city: San Francisco -state: CA -github: -twitter: project: - 18F Intake redirect_from: "/team/stephanierivera/" diff --git a/_authors/steven-harms.md b/_authors/steven-harms.md index b10ed1755..e22c62606 100644 --- a/_authors/steven-harms.md +++ b/_authors/steven-harms.md @@ -1,13 +1,8 @@ --- -city: first_name: Steven full_name: Steven Harms -github: sharms last_name: Harms name: steven-harms -role: -state: -twitter: redirect_from: "/team/steven-harms/" published: false --- diff --git a/_authors/steven-reilly.md b/_authors/steven-reilly.md index 14d1da76c..26609d8b5 100644 --- a/_authors/steven-reilly.md +++ b/_authors/steven-reilly.md @@ -3,11 +3,6 @@ name: steven-reilly first_name: Steven last_name: Reilly full_name: Steven Reilly -role: Acquisitions Specialist -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/steven-reilly/" published: true --- diff --git a/_authors/stuart-drown.md b/_authors/stuart-drown.md index 5fbb083c7..8f5275a8b 100644 --- a/_authors/stuart-drown.md +++ b/_authors/stuart-drown.md @@ -5,8 +5,5 @@ full_name: Stuart Drown name: stuart-drown guest: true published: true -role: -city: -state: --- diff --git a/_authors/tadhg.md b/_authors/tadhg.md index 1d6c09f0c..022ae279b 100644 --- a/_authors/tadhg.md +++ b/_authors/tadhg.md @@ -1,13 +1,8 @@ --- -city: first_name: Tadhg full_name: Tadhg O'Higgins -github: last_name: O'Higgins name: tadhg -role: -state: -twitter: redirect_from: "/team/tadhg/" published: true --- diff --git a/_authors/tgrandison.md b/_authors/tgrandison.md index 54f476ee9..511b5b79f 100644 --- a/_authors/tgrandison.md +++ b/_authors/tgrandison.md @@ -1,13 +1,8 @@ --- name: tgrandison -city: first_name: Tyrone full_name: Tyrone Grandison -github: last_name: Grandison -role: -state: -twitter: redirect_from: published: true --- diff --git a/_authors/theresa.md b/_authors/theresa.md index 95e5d9935..f4338745b 100644 --- a/_authors/theresa.md +++ b/_authors/theresa.md @@ -3,11 +3,6 @@ name: theresa first_name: Theresa last_name: Summa full_name: Theresa Summa -role: Developer -city: Berkeley -state: CA -github: theresaanna -twitter: theresaanna project: - CALC redirect_from: "/team/theresa/" diff --git a/_authors/timlowden.md b/_authors/timlowden.md index d704aa422..9524ecaae 100644 --- a/_authors/timlowden.md +++ b/_authors/timlowden.md @@ -3,9 +3,6 @@ first_name: Tim last_name: Lowden full_name: Tim Lowden name: timlowden -city: -state: -role: redirect_from: published: true --- diff --git a/_authors/timothy-jones.md b/_authors/timothy-jones.md index c9356bf43..151aa77ba 100644 --- a/_authors/timothy-jones.md +++ b/_authors/timothy-jones.md @@ -3,9 +3,6 @@ first_name: Timothy last_name: Jones full_name: Tim Jones name: timothy-jones -city: Washington -state: D.C. -role: Digital transformation lead redirect_from: "/team/timothy-jones/" published: false --- diff --git a/_authors/unpublished_author.md b/_authors/unpublished_author.md index 9829f366b..51ef3a299 100644 --- a/_authors/unpublished_author.md +++ b/_authors/unpublished_author.md @@ -3,11 +3,6 @@ name: unpublished-author first_name: unpublished last_name: author full_name: Unpublished Author -role: Testing -city: -state: -github: 18F -twitter: 18F published: false --- diff --git a/_authors/valdiviezo.md b/_authors/valdiviezo.md index 325eb6e14..2aaf97dfb 100644 --- a/_authors/valdiviezo.md +++ b/_authors/valdiviezo.md @@ -1,13 +1,8 @@ --- -city: first_name: Victor full_name: Victor Valdiviezo -github: last_name: Valdiviezo name: valdiviezo -role: -state: -twitter: redirect_from: "/team/valdiviezo/" published: false --- diff --git a/_authors/vdavez.md b/_authors/vdavez.md index 1ae2dae4c..60599c2f1 100644 --- a/_authors/vdavez.md +++ b/_authors/vdavez.md @@ -3,11 +3,6 @@ name: vdavez first_name: Dave last_name: Zvenyach full_name: V. David Zvenyach -role: Acquisition Management Director -city: Washington -state: D.C. -github: vdavez -twitter: vdavez redirect_from: "/team/vdavez/" published: true --- diff --git a/_authors/victor-udoewa.md b/_authors/victor-udoewa.md index 7c80490ff..90dd3d2ca 100644 --- a/_authors/victor-udoewa.md +++ b/_authors/victor-udoewa.md @@ -1,13 +1,8 @@ --- -city: Washington first_name: Victor full_name: Victor Udoewa -github: last_name: Udoewa name: victor-udoewa -role: -state: D.C. -twitter: redirect_from: "/team/victor-udoewa/" published: true --- diff --git a/_authors/victor.md b/_authors/victor.md index 1a67b03a5..dab9cd661 100644 --- a/_authors/victor.md +++ b/_authors/victor.md @@ -3,11 +3,6 @@ name: victor first_name: Victor last_name: Zapanta full_name: Victor Diaz Zapanta -role: User Experience Designer -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/victor/" published: true --- diff --git a/_authors/vraj-mohan.md b/_authors/vraj-mohan.md index 2619d7a56..908e8752b 100644 --- a/_authors/vraj-mohan.md +++ b/_authors/vraj-mohan.md @@ -3,11 +3,6 @@ name: vraj-mohan first_name: Vraj last_name: Mohan full_name: Vraj Mohan -role: Developer -city: Philadelphia -state: PA -github: -twitter: redirect_from: "/team/vraj-mohan/" published: false --- diff --git a/_authors/will.md b/_authors/will.md index a6eab5d2d..21e55e300 100644 --- a/_authors/will.md +++ b/_authors/will.md @@ -3,11 +3,6 @@ name: will first_name: Will last_name: Slack full_name: Will Slack -role: Products and Platforms Deputy Director -city: Washington -state: D.C. -github: wslack -twitter: wslack project: - Federalist redirect_from: "/team/will/" diff --git a/_authors/willsullivan.md b/_authors/willsullivan.md index 30da0b1d6..3f140a748 100644 --- a/_authors/willsullivan.md +++ b/_authors/willsullivan.md @@ -3,11 +3,6 @@ name: willsullivan first_name: Will last_name: Sullivan full_name: Will Sullivan -role: Product Manager -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/willsullivan/" published: true --- diff --git a/_authors/yoz.md b/_authors/yoz.md index a1aa9cad3..339a69ff3 100644 --- a/_authors/yoz.md +++ b/_authors/yoz.md @@ -3,11 +3,6 @@ name: yoz first_name: Yoz last_name: Grahame full_name: Yoz Grahame -role: Developer -city: San Francisco -state: CA -github: -twitter: project: - Project Review redirect_from: "/team/yoz/" diff --git a/_authors/yuda.md b/_authors/yuda.md index d9de5fd99..9537d9e71 100644 --- a/_authors/yuda.md +++ b/_authors/yuda.md @@ -3,11 +3,6 @@ name: yuda first_name: John last_name: Yuda full_name: John Yuda -role: Senior Product Design Advisor -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/yuda/" published: true --- diff --git a/_authors/zaccohn.md b/_authors/zaccohn.md index 32ebfc04c..2b1af0b42 100644 --- a/_authors/zaccohn.md +++ b/_authors/zaccohn.md @@ -3,11 +3,6 @@ name: zaccohn first_name: Zac last_name: Cohn full_name: Zac Cohn -role: Design and Product Strategy Consultant -city: Washington -state: D.C. -github: -twitter: redirect_from: "/team/zaccohn/" published: true --- diff --git a/_config-blog.yml b/_config-blog.yml index 7bc84c058..b8bcd43e6 100644 --- a/_config-blog.yml +++ b/_config-blog.yml @@ -1,32 +1,44 @@ env: "development" exclude: +- .about.yml +- .cfignore +- .codeclimate.yml +- .gitignore +- .gitmodules +- .hound.yml - _pages -- CONTRIBUTING.md -- README.md -- PULL_REQUEST_TEMPLATE.md -- ISSUE_TEMPLATE.md -- 'Accessibility Scanning Using Pa11y-ci.md' -- accessibility-scan - api-endpoints +- bin - build - circle.yml +- CONTRIBUTING.md - docker-compse.yml - docker_entrypoint.rb - Dockerfile +- examples/ - favicon.ico - feed* - Gemfile* - humans.txt +- ISSUE_TEMPLATE.md +- LICENSE.md - node_modules - package.json +- pages/our-work.html +- PULL_REQUEST_TEMPLATE.md +- README.md - robots.txt - search-index* - serve +- serve-blog +- serve-fast +- serve-accesslint - sitemap.xml - system-security-plan.yml +- tests/ +- tests/schema/tags.yml - vendor -- pages/our-work.html - _posts/2014-03-12-coming-soon.md - _posts/2014-03-19-hello-world-we-are-18f.md - _posts/2014-03-21-29-minutes.md @@ -347,3 +359,10 @@ exclude: - _posts/2016-12-02-presidential-innovation-fellows-now-accepting-applications-spring-2017.md - _posts/2016-12-12-connecting-culture-change-at-18F-and-PBS.md - _posts/2016-12-13-lowering-risk-of-experimentation-open-source-code.md +- _posts/2016-12-14-how-to-run-an-efficient-meeting.md +- _posts/2016-12-15-tts-projects-forward-open-government-partnership-principles.md +- _posts/2016-12-22-charting-the-future-of-the-draft-us-web-design-standards.md +- _posts/2017-01-04-tracking-the-us-governments-progress-on-moving-https.md +- _posts/2017-01-05-building-effective-agile-partnership-between-government-industry.md +- _posts/2017-01-06-open-source-collaboration-across-agencies-to-improve-https-deployment.md +- _posts/2017-01-10-mark-hopson-negotiating-on-americas-behalf.md diff --git a/_config-dev.yml b/_config-dev.yml deleted file mode 100644 index 261716b67..000000000 --- a/_config-dev.yml +++ /dev/null @@ -1,23 +0,0 @@ -env: "development" - -exclude: -- _pages -- _posts -- accessibility-scan -- api-endpoints -- build -- circle.yml -- docker-compse.yml -- docker_entrypoint.rb -- Dockerfile -- favicon.ico -- feed* -- Gemfile* -- humans.txt -- package.json -- robots.txt -- search-index* -- serve -- sitemap.xml -- system-security-plan.yml -- pages/our-work.html diff --git a/_config-fast-builds.yml b/_config-fast-builds.yml index c848bfc54..d532c9ccb 100644 --- a/_config-fast-builds.yml +++ b/_config-fast-builds.yml @@ -3,6 +3,48 @@ gems: - jekyll-redirect-from - jekyll-feed -jekyll-archives: false jekyll_pages_api_search: skip_index: true + +env: "development" + +exclude: +- .about.yml +- .cfignore +- .codeclimate.yml +- .gitignore +- .gitmodules +- .hound.yml +- _pages +- api-endpoints +- bin +- build +- circle.yml +- CONTRIBUTING.md +- docker-compse.yml +- docker_entrypoint.rb +- Dockerfile +- examples/ +- favicon.ico +- feed* +- Gemfile* +- humans.txt +- ISSUE_TEMPLATE.md +- LICENSE.md +- node_modules +- package.json +- pages/our-work.html +- PULL_REQUEST_TEMPLATE.md +- README.md +- robots.txt +- search-index* +- serve +- serve-blog +- serve-fast +- serve-accesslint +- sitemap.xml +- system-security-plan.yml +- tests/ +- tests/schema/tags.yml +- vendor +- _posts/ diff --git a/_config.yml b/_config.yml index d852e48c5..baf17b1cd 100644 --- a/_config.yml +++ b/_config.yml @@ -93,21 +93,43 @@ footer: markdown: kramdown highlighter: rouge -include: - - _navigation.json exclude: - - README.md - - vendor - - node_modules - - CONTRIBUTING.md - - README.md - - LICENSE.md - - PULL_REQUEST_TEMPLATE.md - - ISSUE_TEMPLATE.md - - bin - - pages/our-work.html - - tests/**/* - - tests/schema/tags.yml +- .about.yml +- .cfignore +- .codeclimate.yml +- .gitignore +- .gitmodules +- .hound.yml +- api-endpoints +- bin +- build +- circle.yml +- CONTRIBUTING.md +- docker-compse.yml +- docker_entrypoint.rb +- Dockerfile +- favicon.ico +- feed* +- Gemfile* +- humans.txt +- ISSUE_TEMPLATE.md +- LICENSE.md +- node_modules +- package.json +- pages/our-work.html +- PULL_REQUEST_TEMPLATE.md +- README.md +- robots.txt +- search-index* +- serve +- serve-blog +- serve-fast +- serve-accesslint +- sitemap.xml +- system-security-plan.yml +- tests/ +- tests/schema/tags.yml +- vendor # jekyll plugins gems: diff --git a/_includes/card.html b/_includes/card.html index f9d9eccf7..16ac28da3 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -8,21 +8,22 @@ {% assign wds_grid_class = 'usa-width-one-third' %} {% endif %} -{% assign project_type = include.project_type | default: 'none' %} - -
- - +
+
diff --git a/_includes/navigation/drawer.html b/_includes/navigation/drawer.html index 39d766c9b..4b16413e9 100644 --- a/_includes/navigation/drawer.html +++ b/_includes/navigation/drawer.html @@ -1,6 +1,6 @@