himito / himito.github.io

My personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for my personal website

This repository contains the code source to deploy my personal website.

Development

First, a development environment with Docker can be created as follows:

docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  --publish 4000:4000 \
  -it jekyll/jekyll \
  /bin/bash

Inside the container, the dependencies can be installed as follows:

bundle install
bundle exec jekyll serve --host 0.0.0.0 --livereload

Finally, the site can be accessed from http://localhost:4000/site.

About

My personal website


Languages

Language:SCSS 64.5%Language:JavaScript 30.4%Language:HTML 3.2%Language:CSS 1.8%Language:Ruby 0.1%