This repository stores and host the Genealogist landing page. This project is built using Jekyll and hosted on GitHub Pages.
Follow the Jekyll installation and Gulp quick start guides.
Install the project dependencies with the following command:
bundle install
npm install
npm install -g gulp-cliStart the Jekyll server with the following command:
bundle exec jekyll serve -H localhostThen, watch for changes in assets with Gulp:
gulp watchThe project is automatically deployed to GitHub Pages using the jekyll-gh-pages.yml workflow. If you want to build it yourself, run the following command:
gulp
bundle exec jekyll buildThen you can use the site output in the _site directory.