Personal Jekyll Blog
rbenv install 3.1.0
gem install bundler
git clone git@github.com:dcangulo/davidangulo.xyz.git davidangulo
cd davidangulo
bundle install
bundle exec jekyll serve
(development mode)JEKYLL_ENV=production bundle exec jekyll serve
(production mode)
bundle exec jekyll build
(development mode)JEKYLL_ENV=production bundle exec jekyll build
(production mode)
All files in the following directories _posts
, _portfolio
, and assets
are licensed under
CC BY 4.0, see LICENSE.
Copyright © 2022 David Angulo, released under the MIT license, see LICENSE.