-
Notifications
You must be signed in to change notification settings - Fork 1
feat: make blog starter ready for future updates #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
…gurations, including scripts and updated .env files
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…for enhanced blog post presentation
…ing progress, and improved UI components
…nts with improved heading extraction and styling refactor: update authors configuration for consistency and clarity feat: add tags, read time, and featured status to advanced blog features post feat: implement dynamic tag pages for blog filtering based on tags feat: create BlogSearch component for enhanced article searching and filtering feat: add BlogTags component for displaying tags associated with blog posts feat: implement CodeBlock component for displaying code snippets with copy and download functionality feat: create RelatedPosts component to suggest articles based on the current post feat: add BackgroundLines component for visual enhancement of pages feat: implement TracingBeam component for animated scroll tracking feat: add new blog posts demonstrating core-js features and an introductory post
…andling, and code block functionality; remove unused intro content
…search/filter functionality; streamline article display and improve layout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces major improvements to the project's configuration, deployment, and branding. The most significant changes include adding Docker support for both production and development environments, updating project metadata and branding to "ThinkTapFast", and refactoring configuration usage throughout the codebase. Additionally, code formatting and development scripts have been standardized.
Docker & Deployment Enhancements:
DockerfileandDockerfile.devfor production and development builds using Bun, and a newdocker-compose.ymlfor multi-environment container orchestration. [1] [2] [3]scripts/docker-dev.ps1for PowerShell andscripts/docker-dev.shfor Bash environments. [1] [2]package.jsonscripts for building, running, and managing Docker containers for both production and development.Branding & Metadata Updates:
siteConfigtoappConfig, renamedsrc/config/site.tstosrc/config/app.config.ts, and updated author, name, and social links to "ThinkTapFast". [1] [2] [3] src/app/blog/[...slug]/page.tsxL9-R9, src/app/blog/[...slug]/page.tsxL92-R92, [4] [5] [6] [7] [8] [9]Code Formatting & Standards:
.prettierrcconfiguration file with Tailwind CSS plugin, and updated formatting scripts inpackage.jsonfor consistent code style. [1] [2]Environment & Sitemap Adjustments:
NEXT_PUBLIC_SITE_URLfrom.env.exampleand cleaned uppublic/sitemap.xml. [1] [2]