davidangulo.xyz
December 29, 2022 · View on GitHub
Personal Jekyll Blog
Development Setup
rbenv install 3.1.0gem install bundlergit clone git@github.com:dcangulo/davidangulo.xyz.git davidangulocd davidangulobundle install
Run
bundle exec jekyll serve(development mode)JEKYLL_ENV=production bundle exec jekyll serve(production mode)
Build
bundle exec jekyll build(development mode)JEKYLL_ENV=production bundle exec jekyll build(production mode)
License
Posts
All files in the following directories _posts, _portfolio, and assets are licensed under
CC BY 4.0, see LICENSE.
Other Files
Copyright © 2022 David Angulo, released under the MIT license, see LICENSE.