Static site for raphaelhernandes.com built with a custom, mobile-first theme.
build_site.pygenerates the three English pages (index.html,academic.html,journalism.html) using the data inarticles.csv.articles.csvnow includes aCategorycolumn (academicorjournalism) alongside the existingHighlightfield to drive featured items.- Styles live in
assets/css/style.css; the build also loads Font Awesome via kit for iconography.
- Edit
articles.csvwith new work, settingHighlightfor feature cards as needed. - Run
python build_site.pyto regenerate the static pages. - Commit the updated files and publish via GitHub Pages.
- Icons provided by Font Awesome.
- Website refreshed in October 2025 with the assistance of Generative AI (GPT-5-Codex).