Skip to content

Commit 75c0606

Browse files
authored
Merge pull request #291 from cmu-delphi/sgratzl/news
simple news section
2 parents 95acdae + edccd30 commit 75c0606

File tree

18 files changed

+77
-19
lines changed

18 files changed

+77
-19
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*.jpeg
3131
*.ico
3232
*.bib
33+
*.xcf
3334
/themes/delphi/layouts/partials/webp-image.html
3435
/themes/delphi/layouts/shortcodes/apireflink.html
3536
/themes/delphi/layouts/shortcodes/reflink.html

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ relativeURLs = false
3030
name = "Publications"
3131
url = "/about/publications"
3232
weight = 4
33+
[[menu.main]]
34+
parent = "about"
35+
name = "News"
36+
url = "/about/news"
37+
weight = 4
3338
[[menu.main]]
3439
identifier = "covidcast"
3540
name = "COVIDcast"

content/about/news/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: News from the Delphi Team
3+
linkTitle: News
4+
layout: single
5+
---
6+
7+
{{<news>}}
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.

0 commit comments

Comments
 (0)