|
@@ -47,6 +47,16 @@ module.exports = {
|
|
id: 'posts',
|
|
id: 'posts',
|
|
path: 'posts',
|
|
path: 'posts',
|
|
routeBasePath: 'posts',
|
|
routeBasePath: 'posts',
|
|
|
|
+ blogTitle: 'Posts',
|
|
|
|
+ blogDescription: 'Posts by David Windham',
|
|
|
|
+ postsPerPage: 'ALL',
|
|
|
|
+ blogSidebarTitle: 'Posts',
|
|
|
|
+ blogSidebarCount: 'ALL',
|
|
|
|
+ feedOptions: {
|
|
|
|
+ type: null,
|
|
|
|
+ },
|
|
|
|
+ showReadingTime: false,
|
|
|
|
+ editUrl:'https://code.davidawindham.com/david/til/src/master/',
|
|
},
|
|
},
|
|
],
|
|
],
|
|
],
|
|
],
|
|
@@ -111,14 +121,14 @@ module.exports = {
|
|
postsPerPage: 'ALL',
|
|
postsPerPage: 'ALL',
|
|
blogSidebarTitle: 'Posts',
|
|
blogSidebarTitle: 'Posts',
|
|
blogSidebarCount: 'ALL',
|
|
blogSidebarCount: 'ALL',
|
|
- },
|
|
|
|
- theme: {
|
|
|
|
- customCss: require.resolve('./src/css/custom.css'),
|
|
|
|
- },
|
|
|
|
- blog: {
|
|
|
|
feedOptions: {
|
|
feedOptions: {
|
|
type: null,
|
|
type: null,
|
|
},
|
|
},
|
|
|
|
+ showReadingTime: false,
|
|
|
|
+ editUrl:'https://code.davidawindham.com/david/til/src/master/',
|
|
|
|
+ },
|
|
|
|
+ theme: {
|
|
|
|
+ customCss: require.resolve('./src/css/custom.css'),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
],
|
|
],
|