Commit Graph

4 Commits

Author SHA1 Message Date
AderKonstantin
17271c1e52 feat: Remove unused support icon and update header toolbar
The changes made in this commit include:

1. Removing the unused `support.svg` file from the `public` directory.
2. Updating the `toolbar.tsx` component in the `header` directory by removing the import and usage of the `supportPic` icon.

These changes were made to clean up the codebase and remove unused assets, improving the overall maintainability of the project.
2025-04-01 19:38:40 +03:00
AderKonstantin
9ab9089f4f feat: Enhance blog post layout and typography
This commit introduces the following changes:

- Increase the maximum width of the blog post layout from 3XL to 4XL
  on larger screens, providing more space for content.
- Change the body font from "JetBrains Mono" to "Open Sans" to improve
  readability and aesthetics.
- Increase the horizontal margin on larger screens from 72px to 80px,
  creating more breathing room around the content.

These changes aim to enhance the overall presentation and user
experience of the blog post layout, making it more visually appealing
and comfortable to read.
2025-04-01 19:38:40 +03:00
AderKonstantin
f37572f0cf feat(layout): Enhance blog post layout for better readability
Adds a `m-auto` class to center the blog post content and sets a
maximum width of `3xl` for larger screens to improve readability.
2025-04-01 19:38:40 +03:00
AderKonstantin
b66149a0ec feat: Implement blog post layout and page template
This commit introduces the layout and page components for the blog post feature.

The main changes include:

- Implement the `RootLayout` component in `app/blogpost/layout.tsx` to provide the overall structure and styling for the blog post pages.
- Implement the `PostPage` component in `app/blogpost/page.tsx` to display the content of a specific blog post, including the post title, metadata, and the post body (template).
- Add placeholder content and styling for the blog post page, including the use of the `Image` component to display a featured image.

These changes lay the foundation for the blog post feature, allowing users to view and interact with individual blog posts on the website.
2025-03-26 15:39:25 +03:00