Ariful Alam
2ea5313c96
Remove IDX button from README and delete dev.nix configuration file
2025-07-06 18:31:01 +06:00
Ariful Alam
e119e9a76e
Bump prettier version
2025-07-06 18:19:02 +06:00
Ariful Alam
ecba63a9fa
Remove CustomTheme interface and update for daisyUI v5
...
- Remove CustomTheme interface from global.d.ts
- Remove SanitizedCustomTheme interface from sanitized-config.tsx
- Remove customTheme property from ThemeConfig interfaces
- Remove customTheme object from utils/index.tsx
- Delete default-custom-theme.tsx file
- Update README.md to show custom themes are now defined in CSS
- Add procyon custom theme using @plugin 'daisyui/theme' syntax
- Update gitprofile.config.ts to remove customTheme configuration
2025-07-06 17:30:53 +06:00
Ariful Alam
4d7571c346
Update vite to v7 ( #761 )
...
* Update package-lock.json with dependency version bumps
* Update `vite` and `vite-plugin-pwa`
* Apply prettier
2025-07-06 13:48:16 +06:00
Ariful Alam
98eb69aed5
Remove Skype and add missing discord references ( #760 )
2025-07-06 13:36:13 +06:00
Ariful Alam
e4f6efe457
Update README.md
2025-05-16 14:39:53 +06:00
Ariful Alam
466607e2cc
Update README.md
2025-02-18 16:42:23 +06:00
Ariful Alam
c294bfeb8e
Replace Twitter with X in social links and configuration
2025-02-10 16:06:22 +06:00
Januda Bethmin
ba6d78ceac
prettier fix done
2024-09-02 16:23:02 +05:30
Januda Bethmin
c09ebea988
Vercel deployment common issue documented
2024-09-02 00:30:16 +05:30
Januda Bethmin
927706b668
Update README.md [skip ci]
2024-09-02 00:27:55 +05:30
Ariful Alam
43adda19de
Update README.md
2024-07-02 01:24:14 +06:00
Ariful Alam
c6a6870131
Update README.md
2024-05-18 22:52:19 +06:00
ariful.alam
debbb0f234
Add IDX button
2024-05-18 16:49:52 +00:00
Ariful Alam
aa67710de8
Update README.md
2024-05-04 22:35:07 +06:00
Aman Gupta
cdeaff179a
This commit will Add social - Reddit, Threads & Creator - Udemy links support
2024-04-30 18:04:26 +05:30
Ariful Alam
901129058d
Update README.md
2024-03-19 23:22:11 +06:00
Ariful Alam
cd5bf223de
Add ResearchGate social link
2024-03-01 16:31:36 +06:00
Ariful Alam
233476584e
Add section for publication
2024-03-01 16:18:20 +06:00
Ariful Alam
710d817640
Update README.md
2024-02-16 17:33:17 +06:00
Ariful Alam
0ec8198cb6
Dockerize the application
2024-02-16 17:29:36 +06:00
Ariful Alam
cac7ee3a16
Update docs
2024-01-20 19:55:48 +06:00
Ariful Alam
cb0ff53588
Add last commit badge
2023-07-03 16:02:26 +06:00
Ariful Alam
f482c2e7b6
Add YouTube as social link
2023-07-03 15:38:04 +06:00
Ariful Alam
30f8d05014
Update README.md
2023-07-03 11:52:50 +06:00
Ariful Alam
9abe133b1c
Update README.md
2023-07-03 11:50:16 +06:00
Ariful Alam
8b798f8dea
Fix broken images
2023-06-18 18:18:44 +06:00
Ariful Alam
639d346cb9
Update thank you note
2023-06-09 11:14:20 +06:00
Ariful Alam
27d763d3f9
Update deploy guide
2023-06-09 11:09:01 +06:00
Ariful Alam
ef87189024
Update README
2023-05-21 22:33:43 +06:00
Ariful Alam
76fa0740e6
Update readme
2023-02-18 23:51:08 +06:00
Ariful Alam
5631516710
Merge pull request #311 from arifszn/format-mastodon
...
Allow Github style mastodon format
2023-02-18 22:12:39 +06:00
Ariful Alam
f90076df3f
Remove skype and telegram info
2023-02-18 21:57:08 +06:00
Ariful Alam
30ea06d78e
Allow Github style mastodon format
2023-02-18 21:11:45 +06:00
Christian Sarnataro
1b4a87b16f
Merge branch 'main' of https://github.com/csarnataro/gitprofile into add-skype-and-telegram-to-social-links
2023-02-15 09:59:51 +01:00
Ariful Alam
b06ddf911a
Merge pull request #266 from csarnataro/add-mastodon-to-social-links
...
Added Mastodon social link
2023-02-14 21:10:53 +06:00
Ariful Alam
1229633a77
Allow different formats of Mastodon link
2023-02-14 21:06:07 +06:00
Christian Sarnataro
e643996019
Added social links to Skype and Telegram
2023-02-11 00:10:29 +01:00
Christian Sarnataro
f38bbafb2d
Removed 'verification link' instructions from README
2023-02-10 23:44:35 +01:00
Christian Sarnataro
de4b91f282
Merge branch 'main' into add-mastodon-to-social-links
2023-02-10 23:41:45 +01:00
Ariful Alam
03ee76d815
Refactor footer config
2023-01-13 16:26:04 +06:00
Christian Sarnataro
8d85ac349c
Updated README with prettier fixes
2023-01-09 23:51:28 +01:00
Christian Sarnataro
c7ac31bb99
Updated code after code review
2023-01-09 23:49:52 +01:00
Christian Sarnataro
2364f267cf
Merge branch 'main' of https://github.com/csarnataro/gitprofile into add-option-to-display-footer
2023-01-04 20:52:23 +01:00
Christian Sarnataro
fff850f94f
Added an option to display a custom footer
...
Added an option in config file.
Added a component which renders the custom footer or a default footer if
no custom footer is defined.
Updated readme file with related instructions.
2023-01-04 20:36:03 +01:00
Ariful Alam
382e3835b2
Update instruction for external project section
2023-01-04 14:59:44 +06:00
Ariful Alam
32740ede32
Add section for external projects
2023-01-03 17:09:10 +06:00
Ariful Alam
53b4a1ee39
Refactor external projects
2023-01-03 14:23:03 +06:00
Ariful Alam
7ec5802b54
Apply prettier
2023-01-03 14:23:03 +06:00
Michel Doré
71223e4c04
Update README.md for Showcases
2023-01-03 14:23:03 +06:00