Personal Jekyll Blog
The davidangulo.xyz is a personal Jekyll blog developed by David Angulo. It is built using Ruby and utilizes the Jekyll framework. The blog is designed to showcase David’s projects and share relevant information with the readers.
To install and run the davidangulo.xyz Jekyll blog, follow the steps below:
Install rbenv version 3.1.0:
rbenv install 3.1.0
Install bundler:
gem install bundler
Clone the repository:
git clone git@github.com:dcangulo/davidangulo.xyz.git davidangulocd davidangulo
Install dependencies:
bundle install
To run the blog in development mode:
bundle exec jekyll serve
To run the blog in production mode:
JEKYLL_ENV=production bundle exec jekyll serve
The davidangulo.xyz personal Jekyll blog is a Ruby-based website developed by David Angulo. It features David’s projects and provides relevant information. The blog is open source and licensed under CC BY 4.0 and MIT license. To install and run the blog, users need to set up rbenv, clone the repository, and install dependencies using bundler.