Created
August 2, 2016 14:23
-
-
Save laeshiny/a917167ebd6ca8e13a4a66db2dae9a91 to your computer and use it in GitHub Desktop.
Initialize jekyll
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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