An open API service indexing awesome lists of open source software.

https://github.com/ubaidsk/ubaidsk.github.io

Portfolio and blog website
https://github.com/ubaidsk/ubaidsk.github.io

blog hugo papermod portfolio

Last synced: 2 months ago
JSON representation

Portfolio and blog website

Awesome Lists containing this project

README

          

# Ubaid's Portfolio & Blog

[![Built with Hugo](https://img.shields.io/badge/Built%20with-Hugo-blue.svg)](https://gohugo.io/)
[![Theme PaperMod](https://img.shields.io/badge/Theme-PaperMod-green.svg)](https://github.com/adityatelange/hugo-PaperMod)
[![License MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

A personal portfolio website and blog showcasing my technical projects, programming experiences, and software development journey. This site serves as both a professional portfolio and a platform for sharing insights from my work in compiler development, WebAssembly, and open source contributions.

## 🌐 Live Site

Visit: [https://ubaidsk.github.io/](https://ubaidsk.github.io/)

## 📝 About

This portfolio website and blog covers various aspects of my work in software development, including:

- **Portfolio Projects** - Showcasing technical achievements and professional work
- **Compiler Development** - Backend implementations and language processing
- **WebAssembly** - WASM development and optimization
- **Open Source Contributions** - Project experiences and learnings
- **Programming Languages** - Fortran, C++, Python, and more
- **Software Engineering** - Best practices, testing, and deployment

## 🛠️ Tech Stack

- **[Hugo](https://gohugo.io/)** - Static site generator
- **[PaperMod Theme](https://github.com/adityatelange/hugo-PaperMod)** - Hugo theme
- **GitHub Pages** - Hosting

## 🚀 Quick Start

```bash
# Clone and setup
git clone https://github.com/ubaidsk/ubaidsk.github.io.git
cd ubaidsk.github.io
git submodule update --init --recursive

# Run locally
hugo server -D

# Build for production
hugo --minify
```

Visit [http://localhost:1313/](http://localhost:1313/) during development.

## 📁 Structure

```
├── config.yml # Hugo configuration
├── content/ # Site content
│ ├── posts/ # Blog posts
│ ├── about.md # About page
│ ├── projects.md # Projects portfolio
│ └── archives.md # Post archives
├── assets/ # Static assets and custom styling
├── themes/PaperMod/ # Theme submodule
└── static/ # Static files and images
```

## ✨ Features

- Portfolio Showcase
- Technical Blog
- Fast and responsive design
- Full-text search
- Syntax highlighting
- SEO optimized
- RSS feed

## 🤝 Contributing

Contributions welcome! Feel free to:
- Report issues
- Suggest improvements
- Submit corrections

## 📄 License

MIT License - see [LICENSE](LICENSE) for details.

## 🔗 Links

- **Website**: [ubaidsk.github.io](https://ubaidsk.github.io)
- **GitHub**: [@ubaidsk](https://github.com/ubaidsk)

---

⭐ Star this repository if you find it helpful!