Commit Graph

162 Commits

Author SHA1 Message Date
Mauricio Siu
259b4a5b09 docs: add monitoring documentation and update navigation 2025-03-04 00:32:54 -06:00
Mauricio Siu
8f9fe5693b docs: update API authentication example to use x-api-key header 2025-03-03 23:57:59 -06:00
Mauricio Siu
a64115209e feat: update OG image title for blog posts 2025-03-02 21:49:13 -06:00
Mauricio Siu
1a3258f4a4 fix: update OG image URL generation for production environment 2025-03-02 21:44:03 -06:00
Mauricio Siu
f385829bb7 feat: add fallback state for empty table of contents 2025-03-02 21:39:13 -06:00
Mauricio Siu
c89a28f0f5 fix: replace Next.js Image component with standard img tag for author profile 2025-03-02 21:38:27 -06:00
Mauricio Siu
f8d9bf1905 chore: disable static params generation for blog post page 2025-03-02 21:32:47 -06:00
Mauricio Siu
630b42a80e chore: remove dynamic route generation for OG image API 2025-03-02 21:25:13 -06:00
Mauricio Siu
26cad40c68 feat: re-enable blog post metadata and CodeBlock component 2025-03-02 21:22:14 -06:00
Mauricio Siu
c9d02a98d4 chore: temporarily disable CodeBlock component in blog post page 2025-03-02 21:12:13 -06:00
Mauricio Siu
3ae8888ef9 feat: add error handling and improve blog post page rendering 2025-03-02 21:07:22 -06:00
Mauricio Siu
98ec4ab0c4 chore: temporarily disable blog post metadata generation 2025-03-02 21:05:25 -06:00
Mauricio Siu
7d30c63c39 chore: simplify Next.js start script to use default port 2025-03-02 20:32:38 -06:00
Mauricio Siu
3dd7ff1ee8 feat: enhance code block rendering with dynamic formatting and highlighting 2025-03-02 20:28:42 -06:00
Mauricio Siu
8ba62e0800 refactor: extract CodeBlock component for blog post code syntax highlighting 2025-03-02 20:06:30 -06:00
Mauricio Siu
3b2aad4c2e fix: update Prettier import to default import 2025-03-02 19:55:43 -06:00
Mauricio Siu
a8ba4cff3f chore: update Prettier and XML plugin dependencies 2025-03-02 19:50:39 -06:00
Mauricio Siu
b7e7d50f32 feat: add clickable heading links with copy-to-clipboard functionality 2025-03-02 19:25:49 -06:00
Mauricio Siu
064924316b feat: add table of contents and improve blog post page layout 2025-03-02 19:18:43 -06:00
Mauricio Siu
92f3a2117f fix: adjust blog post title font size for better readability 2025-03-02 18:51:21 -06:00
Mauricio Siu
9d8df9986e chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
Mauricio Siu
06b33b6d8d feat: add copy button to code blocks in blog posts 2025-03-02 18:02:23 -06:00
Mauricio Siu
350b36d97a refactor: improve BlogPostCard responsive design and image handling 2025-03-02 17:53:42 -06:00
Mauricio Siu
c5ea54792b refactor: update locale middleware and OG image route configuration 2025-03-02 17:44:56 -06:00
Mauricio Siu
265af27a1c feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
Mauricio Siu
b19d453682 feat: enhance markdown rendering with GFM plugins and image handling 2025-03-02 17:12:46 -06:00
Mauricio Siu
7741c94d0b feat: add table markdown conversion support in blog post rendering 2025-03-02 16:56:40 -06:00
Mauricio Siu
ebab22b263 refactor: migrate code block rendering to Shiki with Prettier formatting 2025-03-02 16:53:42 -06:00
Mauricio Siu
01c75f6798 refactor: improve root layout with internationalization and font configuration 2025-03-02 16:39:20 -06:00
Mauricio Siu
5f66cfd234 feat: add syntax highlighting and code formatting for blog posts 2025-03-02 16:12:26 -06:00
Mauricio Siu
2f6455027a feat: add syntax highlighting for code blocks in blog posts 2025-03-02 15:50:36 -06:00
Mauricio Siu
01d974688e chore: update GitHub stars count 2025-03-02 04:52:07 -06:00
Mauricio Siu
67e5d3d88c chore: update Ghost API default configuration values 2025-03-02 04:50:20 -06:00
Mauricio Siu
9ca0213a77
Merge pull request #24 from Dokploy/feat/cms
Feat/cms
2025-03-02 04:47:37 -06:00
Mauricio Siu
1319c79d61 refactor: replace anchor tags with buttons for author interactions 2025-02-28 02:16:27 -06:00
Mauricio Siu
b797f6b9b3 refactor: extract BlogPostCard component and improve image handling 2025-02-28 02:12:20 -06:00
Mauricio Siu
99a1cdb651 feat: enhance blog post author display with Twitter links and default image 2025-02-28 02:09:52 -06:00
Mauricio Siu
6135f2aecc feat: improve blog post markdown table styling and responsiveness 2025-02-28 02:01:41 -06:00
Mauricio Siu
4bebc99992 chore: update Ghost API configuration to use environment variables 2025-02-28 01:54:27 -06:00
Mauricio Siu
9d30977d83 feat: update features section with new images and localization 2025-02-28 01:51:37 -06:00
Mauricio Siu
6f490f5b0a chore: update blog page and RSS feed title to reflect latest news 2025-02-28 01:32:50 -06:00
Mauricio Siu
7429b4995e feat: add zoomable images to blog posts using react-photo-view 2025-02-28 01:28:45 -06:00
Mauricio Siu
d03d30aa76 feat: improve blog page design and add RSS feed support 2025-02-27 23:59:14 -06:00
Mauricio Siu
120982b85e feat: add blog search and tag filtering functionality 2025-02-27 23:53:45 -06:00
Mauricio Siu
8868d7f586 feat: enhance blog post page with markdown rendering and related posts 2025-02-27 23:42:24 -06:00
Mauricio Siu
2e09e76e50 feat: add Ghost-powered blog with dynamic content and internationalization 2025-02-27 23:12:17 -06:00
Mauricio Siu
6d34cc0559 docs: add Docker Swarm troubleshooting guide for initialization and mount issues 2025-02-23 23:11:58 -06:00
Mauricio Siu
132fa8363a docs: add Docker Compose volume mount configuration guide 2025-02-23 22:45:38 -06:00
Mauricio Siu
6343faade7 docs: add Deno deployment example documentation 2025-02-23 20:15:37 -06:00
Mauricio Siu
005bba5e0c docs: simplify deployment steps for frontend framework examples 2025-02-23 19:37:03 -06:00