Marieke's Docs

A small demo documentation site built with GitHub Pages and Jekyll.

View My GitHub Profile

Getting Started

Welcome! This page will walk you through everything you need to know before you begin.


Prerequisites

Before you get started, make sure you have the following:


Project Structure

MariekeVDA.github.io/
├── _config.yml        # Jekyll configuration
├── index.md           # Home page
├── README.md          # Repository readme
└── docs/
    ├── getting-started.md   # This page
    ├── installation.md      # Installation guide
    └── usage.md             # Usage guide

Quick Start

  1. Fork or clone this repository
  2. Follow the Installation guide to set things up locally
  3. Read the Usage guide to learn how to customise the site
  4. Push your changes and GitHub Pages will automatically rebuild your site

Next: Installation →