fixes: fix dark scheme & port from legacy blog
My old blog only ever had 1 post, but its a good place to start.
This commit is contained in:
@@ -13,10 +13,10 @@ export const NAV_ITEMS: NavItems = {
|
||||
path: '/tags',
|
||||
title: 'tags'
|
||||
},
|
||||
media: {
|
||||
path: '/media',
|
||||
title: 'media'
|
||||
},
|
||||
// media: {
|
||||
// path: '/media',
|
||||
// title: 'media'
|
||||
// },
|
||||
about: {
|
||||
path: '/about',
|
||||
title: 'about'
|
||||
@@ -24,11 +24,11 @@ export const NAV_ITEMS: NavItems = {
|
||||
}
|
||||
|
||||
export const SITE = {
|
||||
// Your site's detail?
|
||||
name: 'nrdlog',
|
||||
title: 'nrdxp - blog',
|
||||
name: 'nrdlg',
|
||||
title: 'nrdlg',
|
||||
description: 'Personal blog of Tim DeHerrera',
|
||||
url: 'https://blg.nrd.sh',
|
||||
url: 'https://nrd.sh',
|
||||
ghUser: 'nrdxp',
|
||||
githubUrl: 'https://github.com/nrdxp',
|
||||
listDrafts: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user