My personal blog on Data Science, Mathematics, Engineering and Programming
This repository contains the full source code for energycode.org, a personal technical blog with articles, tutorials and resources on:
- Mathematics and Statistics
- Data Science and Machine Learning
- Engineering and Scientific Computing
- Programming (mainly R, Python and related tools)
- ✏️ Blog posts and tutorials written in Quarto (
.qmdfiles) - 📊 Interactive visualizations and reproducible examples
- ⚙️ Custom website configuration, themes and styling
- 📚 Curated collection of projects and technical notes
# Clone the repository
git clone https://github.com/EnriquePH/energycode.git
cd energycode
# Render the site locally
quarto render
# Or use live preview
quarto previewThe site uses the following packages (automatically installed during render if missing):
install.packages(c("plot3D", "ggplot2", "hexSticker")) # CRAN packages
remotes::install_github("EnriquePH/marketconf") # Custom packageContributions, suggestions and corrections are welcome! Feel free to:
- Open an issue
- Submit a pull request
- Share feedback on any post
The site is published automatically to:
-
GitHub Pages
https://enriqueph.github.io/energycode/
Triggered by pushes tomainvia.github/workflows/publish.yml -
Netlify (custom domain)
www.energycode.org
Auto-deployed via Netlify webhook
Build command:quarto render
Output directory:_site
Enrique Pérez Herrero
- GitHub: @EnriquePH
- LinkedIn: eph3000
Built with Quarto • Licensed under the MIT License