From baffabf908de20311f8f863f37bd08b65c1c3954 Mon Sep 17 00:00:00 2001 From: Philip Ashlock Date: Tue, 3 Feb 2015 17:25:20 -0500 Subject: [PATCH 1/2] Renames CDO page, adds redirect --- Gemfile | 3 ++- _config.yml | 3 +++ chief-data-officers.md | 34 ++++++++++++++++++++++++++++++++++ chiefdataofficers.md | 33 --------------------------------- 4 files changed, 39 insertions(+), 34 deletions(-) create mode 100644 chief-data-officers.md delete mode 100644 chiefdataofficers.md diff --git a/Gemfile b/Gemfile index c4b4bf96..d185d716 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" -gem "github-pages" \ No newline at end of file +gem "github-pages" +gem "jekyll-redirect-from" \ No newline at end of file diff --git a/_config.yml b/_config.yml index 55ac5b32..a1daf34e 100644 --- a/_config.yml +++ b/_config.yml @@ -14,3 +14,6 @@ pymgemnts: true exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md"] markdown: kramdown relative_permalinks: false + +gems: + - jekyll-redirect-from \ No newline at end of file diff --git a/chief-data-officers.md b/chief-data-officers.md new file mode 100644 index 00000000..9c6edcd9 --- /dev/null +++ b/chief-data-officers.md @@ -0,0 +1,34 @@ +--- +layout: default +title: Chief Data Officers +permalink: /chief-data-officers/ +redirect_from: /chiefdataofficers/ +filename: chief-data-officers.md +--- + +Chief Data Officers +----------------------------- +The Chief Data Officer is an emerging role in US federal government. + +{: .table .table-striped} +CFO Act Agencies | Chief Data Officer +-------------- | -------------- +Department of Agriculture | Bobby Jones, Acting +Department of Commerce | Lynn Overmann, Deputy CDO +Department of Defense | +Department of Education | +Department of Energy | +Department of Health and Human Services | +Department of Homeland Security | +Department of Housing and Urban Development | +Department of Justice | +Department of Labor | +Department of State | +Department of the Interior | +Department of the Treasury | +Department of Transportation | Daniel Morgan +Department of Veterans Affairs | +Environmental Protection Agency | +General Services Administration | Kris Rowley +National Aeronautics and Space Administration | +National Science Foundation | diff --git a/chiefdataofficers.md b/chiefdataofficers.md deleted file mode 100644 index dd80334c..00000000 --- a/chiefdataofficers.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default -title: Chief Data Officers -permalink: /chiefdataofficers/ -filename: chiefdataofficers.md ---- - -Chief Data Officers ------------------------------ -The Chief Data Officer is an emerging role in US federal government. - -{: .table .table-striped} -CFO Act Agencies | Chief Data Officer --------------- | -------------- -Department of Agriculture | Bobby Jones, Acting -Department of Commerce | Lynn Overmann, Deputy CDO -Department of Defense | -Department of Education | -Department of Energy | -Department of Health and Human Services | -Department of Homeland Security | -Department of Housing and Urban Development | -Department of Justice | -Department of Labor | -Department of State | -Department of the Interior | -Department of the Treasury | -Department of Transportation | Daniel Morgan -Department of Veterans Affairs | -Environmental Protection Agency | -General Services Administration | Kris Rowley -National Aeronautics and Space Administration | -National Science Foundation | From 1c48852622f4198c40a4bd91e5ea9e7bab3ba1cd Mon Sep 17 00:00:00 2001 From: Philip Ashlock Date: Tue, 3 Feb 2015 17:33:10 -0500 Subject: [PATCH 2/2] removing redirect gem from gemfile --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d185d716..c4b4bf96 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source "https://rubygems.org" -gem "github-pages" -gem "jekyll-redirect-from" \ No newline at end of file +gem "github-pages" \ No newline at end of file