Skip to content

EnriquePH/energycode

Repository files navigation

License: MIT Last commit Repo Size Built with Quarto Netlify Status Quarto Publish

ENERGYCODE Website

My personal blog on Data Science, Mathematics, Engineering and Programming

ENERGYCODE logo

Visit the site →

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)

Contents

  • ✏️ Blog posts and tutorials written in Quarto (.qmd files)
  • 📊 Interactive visualizations and reproducible examples
  • ⚙️ Custom website configuration, themes and styling
  • 📚 Curated collection of projects and technical notes

Quick start (local preview)

# Clone the repository
git clone https://github.com/EnriquePH/energycode.git
cd energycode

# Render the site locally
quarto render

# Or use live preview
quarto preview

Required R packages

The 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 package

Contributing

Contributions, suggestions and corrections are welcome! Feel free to:

  • Open an issue
  • Submit a pull request
  • Share feedback on any post

Deployment

The site is published automatically to:

Author

Enrique Pérez Herrero

Built with Quarto • Licensed under the MIT License

Releases

No releases published

Packages

No packages published