News
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
"link": "/people",
|
"link": "/people",
|
||||||
"external": false
|
"external": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "News",
|
||||||
|
"link": "/news",
|
||||||
|
"external": false
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Values",
|
"name": "Values",
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ module.exports = {
|
|||||||
typeName: 'Blog',
|
typeName: 'Blog',
|
||||||
path: './content/blog/**/*.md',
|
path: './content/blog/**/*.md',
|
||||||
templates: {
|
templates: {
|
||||||
BlogPost: '/blog/:id'
|
BlogPost: '/news/:id'
|
||||||
},
|
},
|
||||||
refs: {
|
refs: {
|
||||||
author: 'Person',
|
author: 'Person',
|
||||||
@@ -124,7 +124,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
templates: {
|
templates: {
|
||||||
Blog: [{
|
Blog: [{
|
||||||
path: '/blog/:id'
|
path: '/news/:id'
|
||||||
}],
|
}],
|
||||||
Person: [{
|
Person: [{
|
||||||
path: '/people/:id',
|
path: '/people/:id',
|
||||||
|
|||||||
Reference in New Issue
Block a user