Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 937 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 937 Bytes

Erlide project site

This is the source for Erlide's project site that is published using GitHub Pages and Jekyll.

The site is styled using Tailwind CSS.

Repository content

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.

Local development tips

Install dependencies

With Bundler:

bundle install --binstubs

How to run a development server

jekyll serve

then navigate to localhost:4000

How to regenerate the site

jekyll build