-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor typography and update imports; remove unused styles and dependencies * Refactor code structure and improve component styles; add ProseCode and ProseCodeCopyButton components * Move ProseCodeInline component to nuxt-design-system; update styles for consistency * Remove unused 'not-prose' class from DQuote component for cleaner styling * Convert ProseBlockquote to use script setup; wrap DQuote component in template * Integrate theme switch * Blogs main page adapted * Adapt blog article page * Update opacity class for background element in blog page * Adapt resume page * Update typography in d0xigen * Add dark color mode to homepage and project pages * changeset * lintfix * Set compatibility date to 2024-12-02 in Nuxt configuration files
- Loading branch information
Showing
39 changed files
with
422 additions
and
1,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@d0rich/esprit-design': patch | ||
--- | ||
|
||
Add light theme support for DStat component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@d0rich/nuxt-content-mermaid': patch | ||
--- | ||
|
||
Add a class `not-prose` to ignore tailwindcss prose styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'd0xigen': major | ||
--- | ||
|
||
Remove nuxt typography and use tailwindcss typography with some customizations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@d0rich/nuxt-design-system': minor | ||
--- | ||
|
||
Add prose components for primary usage of tailwindcss typography |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
:d-chip{.bg-blue-700}[[:icon{name="mdi:web"} d0rich.me](https://d0rich.me)] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="mdi:web"} d0rich.me](https://d0rich.me)] | ||
|
||
:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-mail"} [email protected]](mailto:[email protected])] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="ic:sharp-mail"} [email protected]](mailto:[email protected])] | ||
|
||
:d-chip{.bg-blue-700}[[:icon{name="fa6-brands:github"} d0rich](https://github.com/d0rich)] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="fa6-brands:github"} d0rich](https://github.com/d0rich)] | ||
|
||
:d-chip{.bg-blue-700}[[:icon{name="fa6-brands:linkedin"} linkedin.com/in/d0rich](https://www.linkedin.com/in/d0rich/)] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="fa6-brands:linkedin"} linkedin.com/in/d0rich](https://www.linkedin.com/in/d0rich/)] | ||
|
||
:d-chip{.bg-blue-700}[[:icon{name="fa6-brands:telegram"} t.me/d0rich](https://d0rich.t.me/)] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="fa6-brands:telegram"} t.me/d0rich](https://d0rich.t.me/)] | ||
|
||
:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-location-on"} Tbilisi, Georgia](https://www.google.com/maps/place/Tbilisi/@41.7326304,44.6987693,11z)] | ||
:d-chip{.dark:bg-blue-700 .bg-blue-200}[[:icon{name="ic:sharp-location-on"} Tbilisi, Georgia](https://www.google.com/maps/place/Tbilisi/@41.7326304,44.6987693,11z)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.