This repository contains the source code for the personal website of Miguel Pérez Colino, a Technology Enthusiast and Open Source Advocate. The site is built using Jekyll and the Minimal Mistakes theme.
- Ruby
- Bundler
To install the necessary dependencies, run:
bundle installTo build the site and start a local development server, run:
bundle exec jekyll serveThe site will be accessible at http://localhost:4000.
Alternatively, if you only want to build the site without serving it:
bundle exec jekyll buildTo preview the built site in the _site directory using a different server:
python3 -m http.server 8000 --directory _site_data/: Configuration data for navigation, sidebar, etc._includes/: Reusable HTML snippets used in layouts and pages._layouts/: Page and post templates._pages/: Main site pages (e.g., About, Projects)._posts/: Blog posts in Markdown format._sass/: SCSS stylesheets.assets/: Images, JavaScript, and other static assets._config.yml: Main Jekyll configuration file.
This project is licensed under the CC0 1.0 Universal license.