Skip to content

Commit

Permalink
Merge pull request #98 from thepolicylab-projectportals/deps/update-p…
Browse files Browse the repository at this point in the history
…roject-portal-theme
  • Loading branch information
hollandjg authored Sep 5, 2023
2 parents 5d5c750 + 1bd6d7f commit d3d0dbe
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 340 deletions.
18 changes: 13 additions & 5 deletions content/config/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,31 @@
"navbar": {
"title": "Quinetucket Project Portal",
"pages": [
{ "name": "Open opportunities", "link": "/", "show": true },
{
"name": "Open opportunities",
"link": "/",
"show": true
},
{
"name": "Ongoing projects",
"link": "/ongoing",
"link": "/ongoing/",
"show": true
},
{
"name": "Completed projects",
"link": "/completed",
"link": "/completed/",
"show": true
},
{
"name": "About",
"link": "/about",
"link": "/about/",
"show": true
},
{ "name": "Contact", "link": "/contact", "show": true }
{
"name": "Contact",
"link": "/contact/",
"show": true
}
]
},
"bottomBanner": {
Expand Down
1 change: 1 addition & 0 deletions content/page/about.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"templateKey": "AboutPage",
"title": "About the Example Project Portal",
"header": "What we're here to do",
"aims": [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^6.1.6",
"@thepolicylab-projectportals/project-portal-content-netlify": "^6.1.6",
"@thepolicylab-projectportals/gatsby-theme-project-portal": "^7.0.0",
"@thepolicylab-projectportals/project-portal-content-netlify": "^7.0.0",
"gatsby": "^5.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-sitemap": "^6.11.0",
Expand Down
Loading

0 comments on commit d3d0dbe

Please sign in to comment.