This repository contains the Jekyll theme and content of my blog.
- Remove the existing content
$ rm -rf _drafts _pages _posts _qualifications _talks _works/*.md CNAME- Edit the details from
_config.yml. - Change title in
index.html
rbenv install 3.3.0 # if not installed
rbenv local 3.3.0
gem install bundler -v 2.5.22
bundle config set --local path vendor/bundle
bundle installYou can simply run the whole project with this command :
$ bundle exec Jekyll serveOpen: http://127.0.0.1:4000
Common flags you might want:
• --drafts (show posts in _drafts/)
• --future (render future-dated posts)
• --unpublished (render unpublished collections)
• --incremental` (faster rebuilds)
.vscode/tasks.json provides:
Bundle: Installbundle install into vendor/bundleJekyll: Servebundle exec jekyll serve --livereload (opens Safari automatically)Jekyll: Buildproduction buildDoctor: Envprints which Ruby/Bundle VS Code is using