Ana María Martínez Gómez (@Ana06) personal page: http://anamaria.martinezgomez.name
It includes an About me section, my cv and a blog.
This project also includes a resume in pdf: resume-AnaMariaMartinez.pdf
This site is built with Jekyll and Bootstrap.
Just run bundle exec jekyll serve
.
Or if you want to include future blog post (useful when working on unreleased blog post): bundle exec jekyll serve --future
.
Remember that to use bundle exec
you first need to run bundle install
to install the required gems.
The _posts directory contains all the blog post files. The _data/cv.yml directory contains the CV information.
To get the cv in .pdf
from the data in the _data directory, inside the cv_latex directory run:
ruby generate_cv.rb
This will generate the .tex
and the .pdf
. This script is using pdflatex
. Because of that, before using it, you need to install some packages. In openSUSE, you need texlive-latex
and texlive-fontawesome
.
This repository with the exception of the _posts and img folders and where otherwise noted is licensed under AGPL-3.0. The posts folder contains the blog posts which are licensed under CC BY 4.0.
List of used code/components:
Minima gem (Jekyll default theme), lisenced under MIT, was used as base.
The header and the footer are based on the Freelancer theme, licensed under MIT. The colors and the fonts of the whole app are also taken from there.
The CV in cv_latex is based on the template from Trey Hunner, downloaded from http://www.LaTeXTemplates.com and licensed under Creative Commons CC BY 4.0.
Favicon downloaded from https://www.favicon-generator.org.