This is the source for Erlide's project site that is published using GitHub Pages and Jekyll.
The site is styled using Tailwind CSS.
Files in following directories should not be manually changed:
articles/
that contains documentation.update/
that contains plugin packages, i.e. the update site.
These directories should instead be updated by publishing updates from the erlide_eclipse repo using its Makefile.
With Bundler:
bundle install --binstubs
jekyll serve
then navigate to localhost:4000
jekyll build