From 6881e0c5aaa9461ef9198e23d3919fdc5c64656a Mon Sep 17 00:00:00 2001 From: Viswaroop Vadlamudi Date: Sun, 11 Jan 2026 11:24:47 -0600 Subject: [PATCH] updated readme --- README.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 817d7f6..f51aae0 100644 --- a/README.md +++ b/README.md @@ -2,33 +2,7 @@ This repository contains the source for my personal website and blog, built with **Jekyll**. -Live site: https://vviswaroop.github.io - -## Quick start 🔧 - -Prerequisites: Ruby and Bundler installed. - -Run the site locally: - -```bash -# Install dependencies -bundle install - -# Run the dev server -bundle exec jekyll serve -# Open http://127.0.0.1:4000 -``` - -## Writing posts ✍️ - -- Add a Markdown file to `_posts/` using the filename format `YYYY-MM-DD-title.md`. -- Include front matter with at least `title:` and `date:`. `tags:` is optional. -- Posts use the `post` layout by default. - -## Content & pages 💡 - -- Key site pages: `about`, `blog`, and topic pages like `/developer/`, `/product/`, and `/infrastructure/`. -- Top tags are generated by `scripts/generate_top_tags.rb` into `_data/top_tags.yml` and used by the homepage. +Live site: https://viswaroop.dev/ ## Contact 📬 @@ -42,6 +16,4 @@ bundle exec jekyll serve --- -Content © Viswaroop Vadlamudi. All rights reserved. - -If you'd like the README to have a different tone, additional images, or badges, tell me and I will update it. \ No newline at end of file +Content © Viswaroop Vadlamudi. All rights reserved. \ No newline at end of file