Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
# extended: true
extended: true

- name: Build
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title = "Shoaibashk"
theme = "hugo-coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
[pagination]
pagerSize = 20
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
Expand Down
12 changes: 12 additions & 0 deletions content/projects/baudlink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "BaudLink"
date: 2025-11-28T06:21:13+05:30
---

## BaudLink 🔗

A Go-based project.

**Tech Stack:** Go

For more details, visit <https://github.com/Shoaibashk/BaudLink>
12 changes: 12 additions & 0 deletions content/projects/blinkinfreq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "BlinkinFreQ - Arduino Timer"
date: 2017-08-22T14:58:09+05:30
---

## BlinkinFreQ ⚡

Timer2 based Blinking LED with variable frequency for Arduino. Provides accurate and perfect frequency in ON and OFF states.

**Tech Stack:** C++, Arduino

For more details, visit <https://github.com/Shoaibashk/BlinkinFreQ>
12 changes: 12 additions & 0 deletions content/projects/bode-plot-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Bode Plot Analysis"
date: 2019-04-01T20:14:53+05:30
---

## Bode Plot Analysis 📊

Bode Plot using Python.

**Tech Stack:** Python, Jupyter Notebook

For more details, visit <https://github.com/Shoaibashk/Bode-Plot-analysis>
12 changes: 12 additions & 0 deletions content/projects/fox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Fox Spirit"
date: 2023-10-20T14:25:57+05:30
---

## Fox 🦊

Fox Spirit project.

**Tech Stack:** C++

For more details, visit <https://github.com/Shoaibashk/fox>
12 changes: 12 additions & 0 deletions content/projects/freeconvert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "FreeConvert - File Format Converter"
date: 2025-01-19T05:26:25+05:30
---

## FreeConvert ✨

Easily convert files from one format to another, online.

**Tech Stack:** TypeScript

For more details, visit <https://github.com/Shoaibashk/FreeConvert>
12 changes: 12 additions & 0 deletions content/projects/learndotnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Learn .NET Core"
date: 2023-07-08T06:25:40+05:30
---

## Learn .NET Core 🎯

Journey of .NET Core with Shoaibashk.

**Tech Stack:** C#, .NET Core

For more details, visit <https://github.com/Shoaibashk/learndotnet>
12 changes: 12 additions & 0 deletions content/projects/learngo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Learn Go"
date: 2022-12-15T14:03:51+05:30
---

## Learn Go 🐹

Learning Go programming language.

**Tech Stack:** Go

For more details, visit <https://github.com/Shoaibashk/learngo>
12 changes: 12 additions & 0 deletions content/projects/nanocom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Nanocom"
date: 2024-08-10T14:59:03+05:30
---

## Nanocom 🚀

A project to be announced.

**Tech Stack:** Go

For more details, visit <https://github.com/Shoaibashk/nanocom>
12 changes: 12 additions & 0 deletions content/projects/notas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Notas - Learning Never Exhausts the Mind"
date: 2022-07-17T08:12:36+05:30
---

## Notas 📚

Learning never exhausts the mind.

**Tech Stack:** Makefile

For more details, visit <https://github.com/Shoaibashk/notas>
16 changes: 16 additions & 0 deletions content/projects/notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Notes - Personal Knowledge Base"
date: 2020-09-26T11:19:27+05:30
---

## Notes 📝

My personal knowledge base and notes using MkDocs.

**Tech Stack:** Python, MkDocs

**Topics:** mkdocs, python

For more details, visit <https://github.com/Shoaibashk/notes>

Live site: <https://shoaibashk.github.io/notes/>
12 changes: 12 additions & 0 deletions content/projects/opencv-tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "OpenCV Tutorial"
date: 2019-06-28T21:26:59+05:30
---

## OpenCV Tutorial 🖼️

Image and Video Processing in Python Using OpenCV.

**Tech Stack:** Python, OpenCV

For more details, visit <https://github.com/Shoaibashk/OpenCV_Tutorial>
12 changes: 12 additions & 0 deletions content/projects/tictactoe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "TicTacToe - React Game"
date: 2025-01-28T13:38:29+05:30
---

## TicTacToe 🎮

A classic Tic Tac Toe game built with ReactJS.

**Tech Stack:** ReactJS

For more details, visit <https://github.com/Shoaibashk/TicTacToe>
12 changes: 12 additions & 0 deletions content/projects/vimanco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Vimanco - VS Code Key Bindings"
date: 2023-06-24T06:23:22+05:30
---

## Vimanco ⌨️

Shoaib's Key bindings for Visual Studio Code.

**Tech Stack:** TypeScript

For more details, visit <https://github.com/Shoaibashk/vimanco>
Loading