Skip to content
View ninadpathak's full-sized avatar

Block or report ninadpathak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ninadpathak/README.md

Personal Website

This repository contains the static site for ninadpathak.com, built with Hugo and the PaperMod theme.

Features

  • Fast, modern static site generated with Hugo
  • Clean, minimal design using PaperMod
  • Essays and writings organized by tags and categories

Local Development

  1. Install Hugo.
  2. Clone this repository.
  3. Run the development server:
    hugo server
    
  4. Visit http://localhost:1313 in your browser.

Building for Production

To generate the static site:

hugo

The output will be in the public/ directory.

Deployment

The contents of the public/ folder are pushed to the main branch of this repository for deployment.

Pinned Loading

  1. Python-Projects Python-Projects Public

    Some basic python projects

    Python

  2. Data-Mapping Data-Mapping Public

    Simple code examples which demonstrate matplotlib and other libraries (which I would come across) for visualizing data

    Python

  3. Machine_Learning_Beginner Machine_Learning_Beginner Public

    Just some random machine learning code to get a feel of how things work

    Python

  4. Bulk-Organizer Bulk-Organizer Public

    Organize files where filenames contain the date in yyyymmdd format

    Python

  5. CLI-Address-Book CLI-Address-Book Public

    A basic CLI addressbook program that stores data in a file using pickle in python. You may find it helpful in case you want to see the usage of "pickle"

    Python