Develop GitHub Pages Site Locally by Jekyll

From Chorke Wiki
Revision as of 09:54, 15 September 2018 by Shahed (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> # vim ~/.bash_profile export JEKYLL_GITHUB_TOKEN="2c12dd772d090a8f5b7015deff776810a347901b" export PAGES_REPO_NWO=chorkeinc/chorkeinc.github.io <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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