Skip to content

faryabib/faryabib.github.io

Repository files navigation

faryabib.github.io

Installing Jekyll

sudo gem install jekyll
sudo gem install bundler
xcode-select --install     # Mac OS X
cd /path/to/directory      # Dir with Gemfile
bundle install

Note that bundle should NOT be run as sudo.

Building or Running Jekyll with Bundler

cd /path/to/directory      # Dir with Gemfile
bundle exec jekyll build
bundle exec jekyll serve   # http://127.0.0.1:4000

To keep Jekyll up to date, it is important to issue the bundle update command periodically. Running executables without bundle exec may work, however this is unreliable and is often the source of considerable pain.

Publishing on university server Server

Edit _config.yml and set target url and baseurl. Build Jekyll with Bundler. Push on university server.

scp -r * <UserName@universityServer:.public_html/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages