Skip to content

Commit

Permalink
Archive old news (#14)
Browse files Browse the repository at this point in the history
* Archive old news
Create archive directory collection to allow display of out dated news

Signed-off-by: Miki Demeter <[email protected]>

* Add archive index.md for accessing archived news

Signed-off-by: Miki Demeter <[email protected]>
  • Loading branch information
miki-intel-work authored Jan 19, 2022
1 parent 11aa254 commit 437d134
Show file tree
Hide file tree
Showing 72 changed files with 36 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ markdown: kramdown
highlighter: rouge

gems:
- jekyll-redirect-from
- jekyll-redirect-from

collections:
archived-news:
output: true
14 changes: 14 additions & 0 deletions news/_posts/2022-01-12-New-Community-Manager.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
title: New Community Manager
---
{% include site-links.md %}

To: EDK II Community

New Community Manager - Miki Demeter

Miki has come in as the new TianoCore Community Manager. She has been at Intel for 14yrs. She has 20+yrs of experience in Firmware development and over 10yrs experience in security. Please reachout with any questions you may have about the community.

Please post any comments or questions to
the [announce](mailto:[email protected]?Subject=Community%20Manager) mailing list.
14 changes: 14 additions & 0 deletions news/archive/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
title: News Archive
id: news-archive
---
{% include site-links.md %}


{% for post in site.archived-news %}
<div class="news-page news-item"></div>

### [{{ post.date | date: "%B %-d, %Y" }}]({{baseurl}}{{ post.url }})
{{ post.content }}
{% endfor %}
8 changes: 3 additions & 5 deletions news/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
layout: default
title: Latest News
id: news
title: News Archive
id: news-archive
---
{% include site-links.md %}

<a href="feed.xml"><img src="{{baseurl}}/images/feed-icon-28x28.png" style="width: 1em; height: 1em;"></a>
<a href="feed.xml">rss feed</a>

{% for post in site.posts %}
{% for post in site.archived-news %}
<div class="news-page news-item"></div>

### [{{ post.date | date: "%B %-d, %Y" }}]({{baseurl}}{{ post.url }})
Expand Down

0 comments on commit 437d134

Please sign in to comment.