Refactor section

This commit is contained in:
MD. Ariful Alam
2021-08-24 21:11:56 +06:00
parent 1f14db6b83
commit 7e890a7453
7 changed files with 142 additions and 59 deletions

View File

@@ -1,12 +1,20 @@
module.exports = {
githubUsername: 'arifszn', // required
email: 'contact@arifszn.com', // optional
linkedinUsername: 'ariful-alam', // optional
dribbbleUsername: '', // optional
blog: {
source: 'dev.to', // medium | dev.to
username: 'arifszn',
},
social: {
linkedin: 'ariful-alam',
twitter: 'arif_swozon',
facebook: '',
dribbble: '',
behance: '',
medium: '',
devto: '',
website: 'https://www.arifszn.com',
email: 'contact@arifszn.com'
},
skills: [
'PHP',
'Laravel',
@@ -65,7 +73,7 @@ module.exports = {
// using user system preferences, instead of the hardcoded default
respectPrefersColorScheme: true,
// Available themes
// Available themes. To remove any theme, exclude from here.
themes: [
'light',
'dark',