Overview
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.
Features
- Personal Jekyll blog built with Ruby.
- Provides information about David Angulo and his projects.
- Categorizes posts into directories such as _posts, _portfolio, and assets.
- Licensed under CC BY 4.0 and MIT license.
Installation
To install and run the davidangulo.xyz Jekyll blog, follow the steps below:
Install rbenv version 3.1.0:
rbenv install 3.1.0Install bundler:
gem install bundlerClone the repository:
git clone git@github.com:dcangulo/davidangulo.xyz.git davidangulocd davidanguloInstall dependencies:
bundle installTo run the blog in development mode:
bundle exec jekyll serveTo run the blog in production mode:
JEKYLL_ENV=production bundle exec jekyll serve
Summary
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.