Static Websites

By

Jekyll Webiste Creation

  1. WSL Setup: Use wsl --install in PowerShell as admin, then install a Linux distribution from Microsoft Store.
  2. Install Jekyll and Bundler: gem install jekyll bundler
  3. Create New Site: jekyll new my-site
  4. Build Site: bundle exec jekyll build
  5. Serve Site Locally: bundle exec jekyll serve

Git and GitHub

Cloudinary for Image Hosting

Jekyll Customization

Liquid Templating

alt text

WSL (Windows Subsystem for Linux)

Using CDN