githubpages

Create Your Professional Resume Website with GitHub and Quarto

Create Your Professional Resume Website with GitHub and Quarto

Why Use Quarto and GitHub Pages? Before we dive into the how-to, let's understand why this combination is so powerful: Dual Format: You get both an HTML website and a PDF version of your resume. This means you have a professional online presence and a traditional document to share when needed. Easy Updates: Your resume is stored as a simple text file. Whenever you update it, both the website and PDF are automatically regenerated. Free Hosting: GitHub Pages hosts your website for free, saving you money on web hosting. Professional Domain: Your site will be at <your-github-username>.github.io, giving you a…
Read More
How to Deploy an Express.js App on GitHub Pages Using GitHub Actions

How to Deploy an Express.js App on GitHub Pages Using GitHub Actions

Deploying an Express.js app on GitHub Pages might sound challenging at first, but with the right tools and steps, it becomes a seamless process. GitHub Pages only supports static sites, so we need to convert our dynamic Express.js app into static files. In this article, we'll walk through the steps to achieve this using Webpack for bundling and GitHub Actions for automation. Step 1: Set Up Your Express.js App First, ensure you have an Express.js app. If you don't have one, you can create a simple app as follows: mkdir express-app cd express-app npm init -y npm install express Enter…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.