Skip to content

Instantly share code, notes, and snippets.

@laeshiny
Created August 2, 2016 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laeshiny/a917167ebd6ca8e13a4a66db2dae9a91 to your computer and use it in GitHub Desktop.
Save laeshiny/a917167ebd6ca8e13a4a66db2dae9a91 to your computer and use it in GitHub Desktop.
Initialize jekyll
# Install for jekyll
sudo apt-get update
sudo apt install -y ruby
sudo apt install -y python-minimal
sudo apt install -y nodejs
sudo apt install -y gcc
# initialize
cd laeshiny.github.io
jekyll new . --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment