Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-06-24 02:30 UTC
Current Environment Production
Build Time Jun 24, 02:30
Jekyll v3.10.0
Build env (JEKYLL_ENV) production
Page Location
Page Info
Layout default
Collection docs
Path _docs/quickstart/index.md
URL /docs/quickstart/
Date 2026-06-24
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

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