Skip to content

Davidelanz/jekyll-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Template

Netlify Status Linting

This is a template repository for easily set up a Jekyll site and locally testing it with Docker

Usage

  1. Install Docker
  2. Install Docker Compose
  3. Clone this repository
    git clone https://github.com/Davidelanz/jekyll-template.git
  4. Run dockerized local webserver with
    cd jekyll-template
    docker-compose up
  5. Your site is locally deployed at http://localhost:4000.

You can then start developing your Jekyll site in the /site folder.

Production Deployment

You can deploy the site contained in this repository via netlify. The netlify.toml configuration file takes already care of the build settings.