Skip to content

edilmedeiros/edilmedeiros.github.io

Repository files navigation

Edil Medeiros Website

There's a new-site branch where the development takes place. When something is commited to the main branch, an action publishes the website using Github Pages to a custom domain edil.com.br.

The website is built with Jekyll and a customized version of the Avenco theme.

Build site locally

  1. Install Ruby, the version embedded by Apple is not usable.
sudo port install ruby33
sudo port select --set ruby ruby33
  1. Install Bundle and Jekkyl
gem install bundle jekyll
  1. Add Ruby dir to path
export PATH=/Users/<user>/.local/share/gem/ruby/3.3.0/bin:$PATH
  1. Install gems
cd <site-sir>
bundle install
  1. Serve local site
bundle exec jekyll serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published