Basic github pages...
- Ruby (3.4.0 or later)
- Bundler
- Git
-
Clone the repository:
git clone https://github.com/mdrovell/mdrovell.github.io.git cd mdrovell.github.io -
Install dependencies:
bundle install
-
Start the local server:
bundle exec jekyll serve --livereload"
-
View the site at http://localhost:4000/
_config.yml- Jekyll configurationindex.html- Main pageassets/- Static assets (CSS, images, etc.).github/workflows/- GitHub Actions configuration
- Jekyll
- GitHub Pages
- Minima Theme
- GitHub Actions for CI/CD
This project is open source and available under the MIT License.