havluj / havluj.github.io

my personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

This is my personal website. I used the Compass template as a starting point.

How to run locally

Use Docker to run locally.

Create docker-compose.yml at the root of your project:

version: '3'
services:
  jekyll:
    image: starefossen/github-pages
    environment:
      - "JEKYLL_GITHUB_TOKEN:${JEKYLL_GITHUB_TOKEN}"
    ports:
      - "4000:4000"
    volumes:
      - ./:/usr/src/app
    tty: true

Then start the container with docker-compose up.

About

my personal website

License:MIT License


Languages

Language:HTML 59.2%Language:SCSS 39.7%Language:Ruby 1.1%