Skip to content

d9beuD/genealogist.d9beud.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy site with GitHub Pages

Genealogist landing page

This repository stores and host the Genealogist landing page. This project is built using Jekyll and hosted on GitHub Pages.

Development

Prerequisites

Follow the Jekyll installation and Gulp quick start guides.

Install dependencies

Install the project dependencies with the following command:

bundle install
npm install
npm install -g gulp-cli

Running the project

Start the Jekyll server with the following command:

bundle exec jekyll serve -H localhost

Then, watch for changes in assets with Gulp:

gulp watch

Deployment

The 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 build

Then you can use the site output in the _site directory.

About

Genealogist's showcase site

Resources

License

Stars

Watchers

Forks

Releases

No releases published