To get a local copy up and running follow these simple steps.
The commands and instructions I provide are for MacOS - please look up the specific commands for your OS on your own.
brew install node
If you need to switch between Node versions regurlarly, I would recommend to install Node via Node Version Manager.
gem install bundler jekyll
For more information, refer to this.
npm install -g yarn
$ yarn && sudo npm install -g gulp && sudo apt-get install -y ruby-dev && sudo bundle install
$ gulp
- After committing and pushing, see the
Settings
page of your repository to see where your site is published at viaGithub Pages
.
Edit _config.yml
to personalize your site.