Hey, just a heads-up that this content is based on an automatically imported version from our old CMS. If the formatting isn’t perfect, I’m sorry about that.
# My First Post
This is my first post on my new Hugo blog using the PaperMod theme.
## About Me
I'm a software engineer with a passion for building cool things. I'm excited to share my journey and learnings with you all.
## My First Project
Here's a look at my first project:

This project is a simple to-do list application built with React.
### Features
* Add new tasks
* Mark tasks as complete
* Delete tasks
### Technologies Used
* React
* JavaScript
* HTML
* CSS
## Getting Started with Hugo
Hugo is a great static site generator. It's fast and flexible.
### Installation
To install Hugo, follow the instructions on the [official Hugo website](https://gohugo.io/getting-started/installing/).
### Creating a New Site
```bash
hugo new site myblog
cd myblog
Adding a Theme
git init
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
echo 'theme = "PaperMod"' >> config.toml
Conclusion
I’m looking forward to writing more posts and sharing my experiences. Stay tuned!