How to setup GH Pages + GH Actions for use with Jekyll 4
Purpose
This project has the following purposes:
Information
- About Actions page - this describes how you can use a custom CI flow with GitHub Actions to serve on GitHub Pages.
- Tutorial page - instructions and resources to add Actions to your Jekyll site.
Template
Live demo
- This site shows the result of a static site built with Jekyll Actions, using Jekyll 4 and a custom plugin.
- See the custom plugin in action on the Time ago page.
- See this site’s repo to see how this project is setup. Note the GH workflows section and the
sample_site
directory which is found automatically because of the config file.