Template customization
At the time of writing this, I am in the process of customizing the website template.
As I mentioned in the previous post, I am using Jekyll for the new version of this website and, in doing so, according to the KISS principle, I have kept the minima
template, applied by default in new Jekyll projects.
The version of the minima
template currently in place is 2.5, but it seems that version 3 is under development, that could bring non-backward-compatible changes. Thus, I am trying not to introduce many tweaks, in light of the risk that they may not be applicable if and when the version is updated.
For now, the changes I’ve made are:
- Added content to the
index.markdown
file to humanize the main page. - Modified the
home
layout to use thepost_preview
include to fine-tune the news summary. - Added several additional pages (divulgación, projectos, publicaciones, docencia).
- Added an archive page.
- Modified the
post
layout to fine-tune the aspect of pages like this one.