Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefretwell committed May 17, 2024
1 parent 7d6d957 commit 04ecb2a
Show file tree
Hide file tree
Showing 26 changed files with 1,621 additions and 233 deletions.
7 changes: 7 additions & 0 deletions _data/press.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
docs_list_title: press
docs:

- title: "‘ScanGov’ debuts with digital experience ratings for 50 states"
url: https://statescoop.com/scangov-government-website-tracker-2024/
source: StateScoop
categories:
- ScanGov
- Civic Hacking Agency

- title: "State websites average ‘A’ grade for URL configuration, ‘F’ for sitemaps"
url: https://statescoop.com/state-website-accessibility-sitemaps-failing-grade/
source: StateScoop
Expand Down
20 changes: 15 additions & 5 deletions _layouts/work.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,25 @@
{{ content | markdownify }}
</div>
{% assign file_categories = page.categories %}
<h2>Press</h2>
{% assign has_matching_category = false %}
{% for doc in site.data.press.docs %}
{% assign doc_categories = doc.categories %}
{% assign common_categories = file_categories | where_exp: 'category', 'doc_categories contains category' %}
{% if common_categories.size > 0 %}
{% assign has_matching_category = true %}
{% break %}
{% endif %}
{% endfor %}

{% if has_matching_category %}
<h2>Press</h2>
{% endif %}

<div class="card-group mt-3 mb-4">
{% for doc in site.data.press.docs %}
{% assign doc_categories = doc.categories %}
{% assign common_categories = file_categories | where_exp: 'category', 'doc_categories contains category' %}
{% if common_categories.size > 0 %}
{% assign has_matching_category = true %}
<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 d-flex align-items-stretch">
<div class="card">
<div class="card-body">
Expand All @@ -29,9 +41,7 @@ <h3 class="h5">
target="_blank"
class="stretched-link">{{ doc.title }}</a>
</h3>
<p class="card-text small">
{{ doc.source }}
</p>
<p class="card-text small">{{ doc.source }}</p>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/colophon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/connect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-05-03T12:08:37-07:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Luke Fretwell</title><subtitle>Entrepreneur, writer, civic hacker focused on the intersection of design, technolgoy and democracy.</subtitle><entry><title type="html">Recommended reading</title><link href="http://localhost:4000/posts/recommended-books" rel="alternate" type="text/html" title="Recommended reading" /><published>2022-05-01T00:00:00-07:00</published><updated>2022-05-01T00:00:00-07:00</updated><id>http://localhost:4000/posts/recommended-books</id><content type="html" xml:base="http://localhost:4000/posts/recommended-books"><![CDATA[<p>Here’s a list of <a href="/books">books I recommend</a>. Updated occasionally.</p>]]></content><author><name>Luke Fretwell</name></author><category term="business" /><category term="civics" /><summary type="html"><![CDATA[Books I recommend.]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-05-17T11:53:26-07:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Luke Fretwell</title><subtitle>Entrepreneur, writer, civic hacker focused on the intersection of design, technolgoy and democracy.</subtitle><entry><title type="html">Recommended reading</title><link href="http://localhost:4000/posts/recommended-books" rel="alternate" type="text/html" title="Recommended reading" /><published>2022-05-01T00:00:00-07:00</published><updated>2022-05-01T00:00:00-07:00</updated><id>http://localhost:4000/posts/recommended-books</id><content type="html" xml:base="http://localhost:4000/posts/recommended-books"><![CDATA[<p>Here’s a list of <a href="/books">books I recommend</a>. Updated occasionally.</p>]]></content><author><name>Luke Fretwell</name></author><category term="business" /><category term="civics" /><summary type="html"><![CDATA[Books I recommend.]]></summary></entry></feed>
8 changes: 4 additions & 4 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
8 changes: 4 additions & 4 deletions _site/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
26 changes: 22 additions & 4 deletions _site/press/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down Expand Up @@ -200,6 +200,24 @@ <h1 class="display-5 mb-3">Press</h1>
<div class="card-group">


<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 d-flex align-items-stretch">
<div class="card">
<div class="card-body">
<h2 class="h5">
<a
href="https://statescoop.com/scangov-government-website-tracker-2024/"
class="stretched-link"
target="_blank">
‘ScanGov’ debuts with digital experience ratings for 50 states
</a>
</h2>
<p class="card-text small">
StateScoop
</p>
</div>
</div>
</div>

<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 d-flex align-items-stretch">
<div class="card">
<div class="card-body">
Expand Down
8 changes: 4 additions & 4 deletions _site/reading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<meta name="theme-color" content="#ffffff">

<!-- Created date -->
<meta property="article:published_time" content="2024-05-03 12:08:37 -0700" />
<meta name="dc.date" content="2024-05-03 12:08:37 -0700">
<meta name="dc.date.created" content="2024-05-03 12:08:37 -0700">
<meta name="dcterms.created" content="2024-05-03 12:08:37 -0700">
<meta property="article:published_time" content="2024-05-17 11:53:26 -0700" />
<meta name="dc.date" content="2024-05-17 11:53:26 -0700">
<meta name="dc.date.created" content="2024-05-17 11:53:26 -0700">
<meta name="dcterms.created" content="2024-05-17 11:53:26 -0700">



Expand Down
42 changes: 21 additions & 21 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,90 +2,90 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:4000/about/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/calendar/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/colophon/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/connect/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/contact/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/index</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/press/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/reading/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/writing/</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/recommended-books</loc>
<lastmod>2022-05-01T00:00:00-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/agl</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/alphacagov</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/citycamp</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/civic-hacking-agency</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/code-california</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/govfresh</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/govpress</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/proudcity</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/proudly-serving</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/work/scangov</loc>
<lastmod>2024-05-03T12:08:37-07:00</lastmod>
<lastmod>2024-05-17T11:53:26-07:00</lastmod>
</url>
</urlset>
Loading

0 comments on commit 04ecb2a

Please sign in to comment.