8 Commits
v3.0.0 ... main

Author SHA1 Message Date
√(noham)²
11c2e0f78b Update gitprofile.config.ts 2024-02-25 23:53:31 +01:00
√(noham)²
c28f9763e5 Update gitprofile.config.ts 2024-02-17 11:33:19 +01:00
Ariful Alam
d2d606650c Merge pull request #488 from arifszn/dependabot/npm_and_yarn/date-fns-3.3.1
Bump date-fns from 3.3.0 to 3.3.1
2024-02-02 19:17:34 +06:00
Ariful Alam
3b7b0cd1a8 Merge pull request #489 from arifszn/dependabot/npm_and_yarn/axios-1.6.7
Bump axios from 1.6.5 to 1.6.7
2024-02-02 19:17:24 +06:00
dependabot[bot]
947abd1b8e Bump axios from 1.6.5 to 1.6.7
Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.6.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.5...v1.6.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 08:34:21 +00:00
dependabot[bot]
1d2c043008 Bump date-fns from 3.3.0 to 3.3.1
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 08:33:59 +00:00
Ariful Alam
f6a3c8457d Merge pull request #483 from putuwahyu29/main
Remove semicolon (;) in website build
2024-01-29 07:39:10 +06:00
I Putu Agus Wahyu Dupayana
521f9deb55 Remove semicolon (;) in website build 2024-01-29 07:33:43 +08:00
4 changed files with 103 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
const CONFIG = { const CONFIG = {
github: { github: {
username: 'arifszn', // Your GitHub org/user name. (This is the only required config) username: 'nohamr', // Your GitHub org/user name. (This is the only required config)
}, },
/** /**
* If you are deploying to https://<USERNAME>.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'. * If you are deploying to https://<USERNAME>.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'.
@@ -13,14 +13,14 @@ const CONFIG = {
projects: { projects: {
github: { github: {
display: true, // Display GitHub projects? display: true, // Display GitHub projects?
header: 'Github Projects', header: 'Projets GitHub',
mode: 'automatic', // Mode can be: 'automatic' or 'manual' mode: 'automatic', // Mode can be: 'automatic' or 'manual'
automatic: { automatic: {
sortBy: 'stars', // Sort projects by 'stars' or 'updated' sortBy: 'updated', // Sort projects by 'stars' or 'updated'
limit: 8, // How many projects to display. limit: 8, // How many projects to display.
exclude: { exclude: {
forks: false, // Forked projects will not be displayed if set to true. forks: true, // Forked projects will not be displayed if set to true.
projects: [], // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2'] projects: ['nohamr/NohamR.github.io'], // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2']
}, },
}, },
manual: { manual: {
@@ -29,115 +29,116 @@ const CONFIG = {
}, },
}, },
external: { external: {
header: 'My Projects', header: 'Mes projets',
// To hide the `External Projects` section, keep it empty. // To hide the `External Projects` section, keep it empty.
projects: [ projects: [
{ // {
title: 'Project Name', // title: 'Project Name',
description: // description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.', // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl: // imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg', // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com', // link: 'https://example.com',
}, // },
{ // {
title: 'Project Name', // title: 'Project Name',
description: // description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.', // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
imageUrl: // imageUrl:
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg', // 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
link: 'https://example.com', // link: 'https://example.com',
}, // },
], ],
}, },
}, },
seo: { seo: {
title: 'Portfolio of Ariful Alam', title: 'Portfolio de Noham Rivoirard',
description: '', description: '',
imageURL: '', imageURL: 'https://avatars.githubusercontent.com/u/100566912?v=4',
}, },
social: { social: {
linkedin: 'ariful-alam', // linkedin: 'ariful-alam',
twitter: 'arif_szn', twitter: 'Noo0ham',
mastodon: 'arifszn@mastodon.social', // mastodon: 'arifszn@mastodon.social',
facebook: '', // facebook: '',
instagram: '', instagram: 'no.0ham',
youtube: '', // example: 'pewdiepie' // youtube: '', // example: 'pewdiepie'
dribbble: '', dribbble: '',
behance: '', behance: '',
medium: 'arifszn', // medium: 'arifszn',
dev: 'arifszn', // dev: 'arifszn',
stackoverflow: '', // example: '1/jeff-atwood' stackoverflow: '', // example: '1/jeff-atwood'
skype: '', skype: '',
telegram: '', telegram: '',
website: 'https://www.arifszn.com', website: 'https://noh.am',
phone: '', phone: '',
email: 'arifulalamszn@gmail.com', email: 'noham@noh.am',
}, },
resume: { resume: {
fileUrl: fileUrl:
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', // Empty fileUrl will hide the `Download Resume` button. '', // Empty fileUrl will hide the `Download Resume` button.
}, },
skills: [ skills: [
'PHP', 'Python',
'Laravel', // 'PHP',
// 'Laravel',
'JavaScript', 'JavaScript',
'React.js', // 'React.js',
'Node.js', // 'Node.js',
'Nest.js', // 'Nest.js',
'MySQL', // 'MySQL',
'PostgreSQL', // 'PostgreSQL',
'Git', 'Git',
'Docker', 'Docker',
'PHPUnit', // 'PHPUnit',
'HTML',
'CSS', 'CSS',
'Antd', // 'Antd',
'Tailwind',
], ],
experiences: [ experiences: [
{ // {
company: 'Company Name', // company: 'Company Name',
position: 'Position', // position: 'Position',
from: 'September 2021', // from: 'September 2021',
to: 'Present', // to: 'Present',
companyLink: 'https://example.com', // companyLink: 'https://example.com',
}, // },
{ // {
company: 'Company Name', // company: 'Company Name',
position: 'Position', // position: 'Position',
from: 'July 2019', // from: 'July 2019',
to: 'August 2021', // to: 'August 2021',
companyLink: 'https://example.com', // companyLink: 'https://example.com',
}, // },
], ],
certifications: [ certifications: [
{ // {
name: 'Lorem ipsum', // name: 'Lorem ipsum',
body: 'Lorem ipsum dolor sit amet', // body: 'Lorem ipsum dolor sit amet',
year: 'March 2022', // year: 'March 2022',
link: 'https://example.com', // link: 'https://example.com',
}, // },
], ],
educations: [ educations: [
{ // {
institution: 'Institution Name', // institution: 'Institution Name',
degree: 'Degree', // degree: 'Degree',
from: '2015', // from: '2015',
to: '2019', // to: '2019',
}, // },
{ // {
institution: 'Institution Name', // institution: 'Institution Name',
degree: 'Degree', // degree: 'Degree',
from: '2012', // from: '2012',
to: '2014', // to: '2014',
}, // },
], ],
// Display articles from your medium or dev account. (Optional) // Display articles from your medium or dev account. (Optional)
blog: { // blog: {
source: 'dev', // medium | dev // source: 'dev', // medium | dev
username: 'arifszn', // to hide blog section, keep it empty // username: 'arifszn', // to hide blog section, keep it empty
limit: 3, // How many articles to display. Max is 10. // limit: 3, // How many articles to display. Max is 10.
}, // },
googleAnalytics: { googleAnalytics: {
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
}, },
@@ -147,15 +148,15 @@ const CONFIG = {
snippetVersion: 6, snippetVersion: 6,
}, },
themeConfig: { themeConfig: {
defaultTheme: 'nord', defaultTheme: 'dim',
// Hides the switch in the navbar // Hides the switch in the navbar
// Useful if you want to support a single color mode // Useful if you want to support a single color mode
disableSwitch: false, disableSwitch: true,
// Should use the prefers-color-scheme media-query, // Should use the prefers-color-scheme media-query,
// using user system preferences, instead of the hardcoded defaultTheme // using user system preferences, instead of the hardcoded defaultTheme
respectPrefersColorScheme: false, respectPrefersColorScheme: true,
// Display the ring in Profile picture // Display the ring in Profile picture
displayAvatarRing: true, displayAvatarRing: true,
@@ -210,13 +211,13 @@ const CONFIG = {
}, },
// Optional Footer. Supports plain text or HTML. // Optional Footer. Supports plain text or HTML.
footer: `Made with <a // footer: `Made with <a
class="text-primary" href="https://github.com/arifszn/gitprofile" // class="text-primary" href="https://github.com/arifszn/gitprofile"
target="_blank" // target="_blank"
rel="noreferrer" // rel="noreferrer"
>GitProfile</a> and ❤️`, // >GitProfile</a> and ❤️`,
enablePWA: true, enablePWA: false,
}; };
export default CONFIG; export default CONFIG;

16
package-lock.json generated
View File

@@ -20,9 +20,9 @@
"@typescript-eslint/parser": "^6.14.0", "@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"axios": "^1.6.5", "axios": "^1.6.7",
"daisyui": "^4.6.0", "daisyui": "^4.6.0",
"date-fns": "^3.3.0", "date-fns": "^3.3.1",
"eslint": "^8.55.0", "eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
@@ -3215,9 +3215,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.6.5", "version": "1.6.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
"integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.4", "follow-redirects": "^1.15.4",
@@ -3707,9 +3707,9 @@
} }
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz",
"integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==",
"dev": true, "dev": true,
"funding": { "funding": {
"type": "github", "type": "github",

View File

@@ -33,9 +33,9 @@
"@typescript-eslint/parser": "^6.14.0", "@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"axios": "^1.6.5", "axios": "^1.6.7",
"daisyui": "^4.6.0", "daisyui": "^4.6.0",
"date-fns": "^3.3.0", "date-fns": "^3.3.1",
"eslint": "^8.55.0", "eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",

View File

@@ -4,6 +4,6 @@ import GitProfile from './components/gitprofile.tsx';
ReactDOM.createRoot(document.getElementById('root')!).render( ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode> <React.StrictMode>
<GitProfile config={CONFIG} />; <GitProfile config={CONFIG} />
</React.StrictMode>, </React.StrictMode>,
); );