View the announcement post on Forestry.io
ubuild-jekyll
is a Jekyll theme designed to work with Forestry's Blocks feature. This theme provides a set of page-level components and a pre-configured Forestry Blocks UI that will empower content editors to construct their own webpages.
This option is available for Github and Gitlab users only. If you use Bitbucket please use the Alternative Setup
- Fork this repo
- Sign up for a free Forestry account
- Import your repo as a new Jekyll project
To use the page builder, select the Page Builder template when creating a new page.
#Build instructions for covid-collab.org jekyll site
if you use jekyll serve
to build the website then it will use localhost:4000 as the link, but if you use jekyll build
then it will correctly use the url in the config. (the full command I use is bundle exec jekyll build --config _config.yml
)