Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 📬

Expand All @@ -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.
Content © Viswaroop Vadlamudi. All rights reserved.
Loading