Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Production

Built with JEKYLL_ENV=production. Changes require deployment.

Quick Links
Theme & Build
Jekyll v3.10.0
Last Build Jul 18, 01:42
Page Location
Page Info
Layout default
Collection docs
Path _docs/quickstart/index.md
URL /docs/quickstart/
Date 2026-07-18

Zer0-Mistakes Quickstart Guides

Pick the fastest path to a live Zer0-Mistakes site — a three-file remote-theme starter, the fork-and-deploy GitHub Pages workflow, or a step-by-step series.

Table of Contents

Quickstart Guides

This hub points you at the fastest route from zero to a published Zer0-Mistakes site. Every guide below is self-contained — start with the one that matches how much you want to own.

The Zer0-Mistakes theme home page rendered locally, showing the navbar and hero section

Choose your path

Guide Best for Time
Bare-Minimum Remote-Theme Starter Trying the theme with the fewest files (_config.yml, Gemfile, index.md) ~5 min
Fork & Deploy to GitHub Pages A real site you own and customize, deployed on GitHub Pages ~15 min
Step-by-step Quick Start series Following along from machine setup through personalization ~30 min

What you need first

All paths assume you have:

  • A GitHub account.
  • Git installed locally (or you can work entirely in the GitHub web UI for the remote-theme path).
  • Optionally Docker for the recommended local development loop.

If you have never built a Jekyll site before, the step-by-step Quick Start series walks through installing those tools first.

Two ways to consume the theme

There are two supported models, and the guides above cover both:

  1. Remote theme — your repository keeps only your content and configuration, and pulls layouts/includes/styles from bamr87/zer0-mistakes at build time. Lowest maintenance; start with the Bare-Minimum Starter.
  2. Fork — you copy the whole theme into your repository so you can edit layouts and styles directly. Most control; follow Fork & Deploy.

Next steps