Skip to content

lwasser/lwasser.github.io

Repository files navigation

Hey there! Welcome to My Website! 👋

DOI

This repository contains the source for my personal site built with Jekyll using the Minimal Mistakes theme (which i'm slowly breaking away from).

Prerequisites (macOS)

  • Ruby (compatible with your Gemfile)
  • Bundler (gem install bundler)
  • Node.js & npm (only required if you build Tailwind locally; Homebrew recommended: brew install node)

Quickstart

  1. Fork, clone and create a branch to work on
  2. Install Ruby gems using Bundler:
bundle install
  1. Serve Jekyll
bundle exec jekyll serve

Open http://127.0.0.1:4000 to preview the site.

I have created a set of styles, includes and layouts on top of it to customize it to my liking. It runs on the gem version of Minimal Mistakes for easy updating!

To build the site locally:

RUN: $ bundle install RUN: bundle exec jekyll serve

Comments powered by https://giscus.app/

Comments on this site are powered by Giscus. It's a really cool project that provides comments via the GitHub api. Comments will appear as discussion threads if you turn on discussions in your repo!