Welcome to my personal blog, built using Astro with the Blogster Bubblegum theme. This site is hosted on Netlify and the domain is purchased from GoDaddy. Here, I share all the codes and knowledge I gain during my journey of learning C++ and Data Structures and Algorithms (DSA).
- Astro Framework: Built with Astro for a fast and optimized performance.
- Blogster Bubblegum Theme: Aesthetic and responsive theme.
- Decap CMS: Easy blog management with Decap CMS.
- Learning Blog: Focus on C++ and DSA content.
Make sure you have the following installed on your local machine:
- Clone the repository:
git clone https://github.com/Viraj-S45/code-dump
cd code-dump
- Install dependencies:
npm install
To run the website locally, use the following command:
npm run dev
This will start the development server and you can view the website by navigating to http://localhost:3000 in your web browser.
The website is hosted on Netlify. To deploy the site:
1. Push your code to a GitHub repository.
2. Connect your repository to Netlify.
3. Netlify will automatically build and deploy your site.
For detailed steps on deploying to Netlify, refer to the Netlify Documentation.
This project uses Decap CMS for managing blog posts. To access the CMS, navigate to /admin
on your deployed site. For example:
https://localhost/admin
You can then log in and manage your blog posts easily through the CMS interface.