Skip to content

themuuj.com - Personal Website

License

Notifications You must be signed in to change notification settings

TheMuuj/TheMuuj.github.io

Repository files navigation

themuuj.com

8-Bit El Mundo

Personal Website and Blog

Mad Machinations of a Software Architect

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.


Building This Website Locally

Windows

Prerequisites

Terminal Commands

# Install Jekyll
gem install jekyll

# Install Jekyll Feed
gem install jekyll-feed

# Check if Jekyll is properly installed
jekyll -v

# Serve Jekyll site
jekyll serve

# Build Jekyll site locally (not needed as GitHub will build on push)
jekyll build