Develop GitHub Pages Site Locally by Jekyll

From Chorke Wiki
Revision as of 10:03, 15 September 2018 by Shahed (talk | contribs)
Jump to navigation Jump to search
# vim ~/.bash_profile
export JEKYLL_GITHUB_TOKEN="2c12dd772d090a8f5b7015deff776810a347901b"
export PAGES_REPO_NWO=chorkeinc/chorkeinc.github.io
# vim./ _config.yml
theme: jekyll-theme-cayman
repository: chorkeinc/chorkeinc.github.io

References