Skip to content

Files in gitignore

Li-Wei Yap edited this page Apr 9, 2021 · 1 revision

Files in gitignore

_config-dev.yml

# For local testing, run:
# bundle exec jekyll serve --config _config.yml,_config-dev.yml
url: http://localhost:4000

Gemfile

source 'http://rubygems.org'
gem 'github-pages'

gem "webrick", "~> 1.7"
Clone this wiki locally