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
- Host: GitHub
- URL: https://github.com/ubaidsk/ubaidsk.github.io
- Owner: ubaidsk
- License: mit
- Created: 2025-06-01T02:47:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T03:32:12.000Z (about 1 year ago)
- Last Synced: 2025-06-13T04:27:59.906Z (about 1 year ago)
- Topics: blog, hugo, papermod, portfolio
- Language: Python
- Homepage: https://ubaidsk.github.io/
- Size: 35.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubaid's Portfolio & Blog
[](https://gohugo.io/)
[](https://github.com/adityatelange/hugo-PaperMod)
[](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!