mariohernandez / mariohernandezio

The personal blog os Mario Hernandez
1 stars 0 forks source link

Mario Hernandez Personal Blog

Built with Eleventy (11ty) and PostCSS

Running the site locally

As of November 11, 2023, the site requires two commands to run simultaneously in order to run and refresh when changes are made.

  1. npm start: This will start a local server and watch for any non-CSS file changes.
  2. npm run watch:css: This will run a postcss watch task and recompile the css code when css changes are made.
  3. npm run production: To build the project for first time.

IMPORTANT

Do not upgrade the @11ty/eleventy-plugin-rss package to version 2 as this version is only compatible with Eleventy v3.

TODO: