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