feat: wip add blog detail page

This commit is contained in:
kmacoders
2021-07-01 00:55:50 +07:00
parent d642a70773
commit 58d0462f17
3 changed files with 98 additions and 32 deletions

View File

@@ -4,15 +4,15 @@
access any variable via object syntax global.yourVarName
*/
export default {
siteUrl: 'https://example.com',
siteName: 'Starter Blog',
author: 'Joe Blogs',
twitterHandle: '@joeblogs',
siteUrl: 'https://ehandytech.com',
siteName: 'ehandytech',
author: 'Huwng',
twitterHandle: '@kmacoders',
twitterURL: 'https://twitter.com/garethredfern',
githubURL: 'https://github.com/garethredfern',
siteTitle: 'Add Your Main Site Title Here',
siteDesc:
'A description for your site here, this will show on the home page.',
mainImage: '',
siteType: 'website',
};
siteType: 'website'
}