diff --git a/gatsby-node.js b/gatsby-node.js index 2e72227..5cfc393 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -29,6 +29,7 @@ exports.createPages = ({ graphql, actions }) => { slug } pageAttributes { + datepublished name pronouns location diff --git a/src/pages/contributors/alexander-brandes.adoc b/src/pages/contributors/alexander-brandes.adoc index c7b0bf7..828eb43 100644 --- a/src/pages/contributors/alexander-brandes.adoc +++ b/src/pages/contributors/alexander-brandes.adoc @@ -8,6 +8,7 @@ :page-pronouns: He/Him :page-location: Kassel, Germany :page-firstcommit: 2019 +:page-datepublished: 2023-11-29 :page-featured: true :page-intro: Alexander Brandes is an open-source contributor and maintainer and serves on the Jenkins governance board. He has made contributions to multiple aspects of the Jenkins project including Jenkins Core, multiple plugins, weekly and Long Term Support releases, and the community. diff --git a/src/pages/index.js b/src/pages/index.js index 52ae7bd..39001f2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -152,6 +152,13 @@ const IndexPage = (props) => { display={"flex"} flexDirection={"column"} width={"100%"} + > + Date Published:
{contributor.node.pageAttributes.datepublished}
+ + + + + + {"Date Published: " + props.data.asciidoc.pageAttributes.datepublished} + + {props.data.asciidoc.pageAttributes.linkedin !== "" && } @@ -105,6 +110,7 @@ export const pageQuery = graphql` main } pageAttributes { + datepublished name pronouns location