tasiomendez / tasiomendez.github.io

Home Page:https://tasiomendez.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Site

This personal site is 100% built on top of Open Source software, and is Open Source itself. It can be accessed through tasiomendez.github.io

The template used is based on Jekyll. On the folder assets we can find all the CSS and JS files from the template. These files are minimized in order to be included on web page.

Finally, a Dockerfile is included for development. Once the container is running we can access the web page through localhost:4000.

docker build -t tasiomendez/github.io:latest .
docker run --name github.io -p 4000:4000 -v $(pwd):/usr/src/app tasiomendez/github.io:latest

About

https://tasiomendez.github.io

License:GNU General Public License v3.0


Languages

Language:HTML 57.8%Language:CSS 39.7%Language:Ruby 2.2%Language:Dockerfile 0.3%