Skip to content

Commit 11e0918

Browse files
author
Ari Chivukula
committed
Initial stab at press section
1 parent c88166b commit 11e0918

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
eventmachine (1.2.7)
2727
ffi (1.9.23)
2828
forwardable-extended (2.6.0)
29-
html-proofer (3.9.0)
29+
html-proofer (3.9.1)
3030
activesupport (>= 4.2, < 6.0)
3131
addressable (~> 2.3)
3232
colorize (~> 0.8)

_data/press.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- title: Defense Digital Service revamps Code.mil with clearer, more accessible guidance
2+
press_url: https://www.fedscoop.com/defense-digital-service-revamps-code-mil-clearer-accessible-guidance/
3+
author: FedScoop
4+
5+
- title: Amid congressional mandate to open source DoD’s software code, Code.mil serves as guidepost
6+
press_url: https://federalnewsradio.com/on-dod/2018/03/amid-congressional-mandate-to-open-source-dods-software-code-code-mil-serves-as-guidepost/
7+
author: Federal News Radio
8+
9+
- title: Defense Department (Re)Launches Open Source Software Portal
10+
press_url: https://www.nextgov.com/it-modernization/2018/02/defense-department-relaunches-open-source-software-portal/146061/
11+
author: Nextgov
12+
13+
- title: Code.mil, the Pentagon’s open-source initiative, is live
14+
press_url: https://www.fedscoop.com/code-mil-pentagons-open-source-initiative-live/
15+
author: FedScoop

_pages/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,23 @@ At the moment we're getting our first open source projects published in the open
4040
In the future we will tackle issues around procuring source code and addressing how this strategy might facilitate technology transfer. The hope is that Code.mil will encourage conversation around these topics and allow anyone around the world to contribute knowledge and code for DoD projects.
4141

4242
This initiative is not intended to set DoD policy, but rather is exploring alternate ways to join the open source and free software communities. You can read more about the [U.S. Federal Source Code Policy](https://code.gov/#/policy-guide/docs/overview/introduction) on the [Code.gov](https://code.gov) web site.
43+
44+
## Read More
45+
46+
<div>
47+
<div class="usa-grid">
48+
{% for story in site.data.press %}
49+
<div class="usa-width-one-half">
50+
<a href="{{ story.press_url }}">
51+
{{ story.title }} ~{{ story.author }}
52+
</a>
53+
</div>
54+
{% assign idx = forloop.index0 | modulo: 2 %}
55+
{% if idx == 1 %}
56+
</div>
57+
<br />
58+
<div class="usa-grid">
59+
{% endif %}
60+
{% endfor %}
61+
</div>
62+
</div>

0 commit comments

Comments
 (0)