Skip to content

Commit

Permalink
Feat: add Satellite Report resource (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored May 16, 2024
2 parents 392a358 + 7474991 commit e445f28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/postAttach.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -eux

git config --global --add safe.directory /usr/src/calitp

# initialize hook environments
pre-commit install --install-hooks --overwrite

Expand Down
9 changes: 7 additions & 2 deletions src/_includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
{% endif %}

<article class="d-block mb-3 pb-4">
<a href="{{ url }}" {% if item.external %}target="_blank"{% endif %}>{{ item.title }}</a>
<a
href="{{ url }}"
{% if item.external %}
target="_blank"
{% endif %}>{{ item.title }}</a>
<br/>
<span class="text-secondary font-poppins fs-7">
{% if item.outlet %}
{{ item.outlet }} |{% endif %}
{{ item.tags | join: ", " }} |
{% if item.tags.size > 0 %}
{{ item.tags | join: ", " }} |{% endif %}
{% include date.html date=item.date format = "%b %Y" %}</span>
</article>
6 changes: 6 additions & 0 deletions src/_resources/case-study-satellite-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
date: "2024-05-01T17:00:00-07:00"
title: Cal-ITP Satellite Report
asset: https://resources.calitp.org/calitp/Cal-ITPSatelliteReport.pdf
category: Case studies
---

0 comments on commit e445f28

Please sign in to comment.