cortes-gerardo.github.io

cortes-gerardo.github.io

GitHub Pages: Resume / Portfolio / Blog

cortes-gerardo.github.io

Resume / Portfolio / Blog

Description

This is a personal static site using Jekyll to showcase my Resume / Portfolio / Blog, you can see the result at mi site gerardocortes.com


Getting Started

Prerequisites

  • Docker: Instead of installing Ruby and all the gems, I prefer to use Docker to keep my PC clean.

Local Development

For compiling and running the server locally you need to execute this line

# navigate into the project directory
cd cortes-gerardo.github.io

# run the container, it starts the server and keeps looking for local code changes  
docker run --rm --name jekyll --volume="$PWD:/srv/jekyll" -p 8080:4000 -it jekyll/jekyll:latest jekyll serve --watch --drafts

the server will be running in localhost:8080

Code Style

This project works mostly by editing Markdown

For commits, I recommend using the following git-styleguide


Authors

Gerardo Cortés Oquendo

Acknowledgments