Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Forked from ppl-fasilkom-ui / IT Project 2020 / Group C / bisago-be
Source project has a limited visibility.

Usage

cd blog
docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  -p 4040:4000 \
  -it jekyll/jekyll:3.8 \
  jekyll serve

Access 127.0.0.1:4040