Skip to content

C++ & Data Structures Learning Journey with Explained Code Snippets

Notifications You must be signed in to change notification settings

Viraj-S45/code-dump

Repository files navigation

Code Dumps

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).

Features

  • 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.

Getting Started

Prerequisites

Make sure you have the following installed on your local machine:

Installation

  1. Clone the repository:
  git clone https://github.com/Viraj-S45/code-dump
  cd code-dump
  1. Install dependencies:
  npm install

Running the Site Locally

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.

Deployment

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.

Netlify CMS

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.

About

C++ & Data Structures Learning Journey with Explained Code Snippets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published