dcangulo / davidangulo.xyz

Personal Jekyll Blog

Home Page:https://www.davidangulo.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

davidangulo.xyz

Status Uptime Ruby Version

Personal Jekyll Blog

Development Setup

  • rbenv install 3.1.0
  • gem install bundler
  • git clone git@github.com:dcangulo/davidangulo.xyz.git davidangulo
  • cd davidangulo
  • bundle 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.

About

Personal Jekyll Blog

https://www.davidangulo.xyz

License:MIT License


Languages

Language:HTML 95.1%Language:Ruby 4.9%