Questions tagged [jekyll]

Jekyll is a simple, blog aware, static site generator.

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server.

Source:Jekyll

15 questions
30
votes
3 answers

How to install jekyll?

According to the jekyll site, this is how you make a new website with jekyll: ~ $ gem install jekyll ~ $ jekyll new myblog ~ $ cd myblog ~/myblog $ jekyll serve gem install jekyll didn't work, nor did sudo gem install jekyll: └─>gem install…
Jonathan
  • 7,470
10
votes
2 answers

Jekyll broken after upgrading Ubuntu/Ruby

I use Jekyll on my Ubuntu laptop. It worked with 15.10. I've upgraded to 16.04 and I got this error message : $ jekyll -v bash: /usr/local/bin/jekyll : /usr/bin/ruby2.1 : bad interpreter: no file or folder Here is the installed version of Ruby : $…
Samuel
  • 223
6
votes
1 answer

How to get started with Jekyll on Ubuntu 16.04?

I followed the official documentation: It results in the following error: orschiro@x230:~/Desktop$ sudo gem install jekyll bundler Building native extensions. This could take a while... ERROR: Error installing jekyll: ERROR: Failed to build…
orschiro
  • 13,687
3
votes
1 answer

Unable to install Github-Pages with gem?

I've been trying to install github-pages using gem. I have Ruby v. 2.1.2: ✦ ruby -v ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] I installed Ruby using RVM and I've set 2.1.2 as my default version to use. Somehow, I'm still getting this…
Aeris
  • 31
2
votes
1 answer

Jekyll not working on 16.04

My Google search showed that this question was asked here and then deleted by the asker, so I'm not sure if I'm asking something stupidly obvious. I'm trying to start a jekyll project after upgrading to Ubuntu Gnome 16.04. When I put in jekyll, I…
Pterosaur
  • 215
2
votes
2 answers

Unable to setup Jekyll In Ubuntu?

after upgrading to 14.04, Ruby was downgraded to 1.8.3 so I tried to upgrade using the following commands. sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev curl -L https://get.rvm.io | bash -s stable source…
Anandu
  • 23
1
vote
0 answers

Unable to Create New Project in jekyll in ubuntu 14.04 LTS

I have installed jekyll using jekyll installation procedure on ubuntu 14.04 lts After that to verify that it is Installed i run the following commands and get this, jekyll -v and gets /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require':…
1
vote
2 answers

How do I fix 'jekyll: command not found' error permanently?

I've installed Ruby, RVM, and Jekyll following this tutorial and everything works fine after following those steps. My issue is that each time I open a new terminal window and want Jekyll to rebuild the site with jekyll build, I get the error…
Tom Brossman
  • 13,297
1
vote
1 answer

Problem running in Jekyll. Installation

I have installed Ruby, RubyGems and then Jekyll, but when I run Jekyll I'm getting this error. $ jekyll serve /var/lib/gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:365:in `require_program': program version required…
1
vote
0 answers

Jekyll on Ubuntu 22.04

I am trying to install jekyll. But I am getting this error: $ gem install jekyll bundler ERROR: Could not find a valid gem 'jekyll' (>= 0), here is why: Unable to download data from https://rubygems.org/ - Gem::Net::OpenTimeout: Failed to…
raf
  • 579
0
votes
1 answer

First Time Ruby Jekyll Bundler Setup on 16.04 - multiple bundlers installed

I'm trying to get up and running with ruby and the jekyll gem on my fresh instance of Ubuntu 16.04. usernamehere@usernamehere-hp:~/workspace/username.github.io$ ls -la /usr/local/bin/bundler -rwxr-xr-x 1 root root 498 Apr 18 18:18…
0
votes
1 answer

What does the 'jekyll 2.4.0 | Error: Permission denied - /sys/fs/ext4/sda1/trigger_fs_error' mean

I am trying to run a Custom GitHub Pages with Jekyll, but every time when I run bundle exec jekyll serve I get the below error: jekyll 2.4.0 | Error: Permission denied - /sys/fs/ext4/sda1/trigger_fs_error this is what I have tried so…
blade19899
  • 26,994
0
votes
1 answer

jekyll not respecting _config.yml -- possible to upgrade?

Ubuntu 14.04 | default ruby 1.9.1 | Jekyll 0.11.2 Jekyll isn't respecting a number of my settings in _config.yml. I'm guessing this is because current Jekyll (gem) version is 2.3.0, but I could be wrong. The specific settings being ignored…
Rustavore
  • 123
0
votes
0 answers

How do I completly remove jekyll, ruby, and all ruby gems?

I don't know much about ruby. I was trying to get jekyll running on this computer a few months ago. I remember that I installed jekyll and several ruby gems following different tutorials and without taking proper notes. To add to the confusion, only…
TRiG
  • 2,006
0
votes
1 answer

rc.local doesn't execute anything

I only have SFTP access and SSH access, it's virtual server running Ubuntu 16.04. I'm trying to get jekyll to auto-start whenever I start/reboot the server. In the ssh terminal I can just enter cd /var/www/html/testme2 && jekyll serve --host=0.0.0.0…
Grumpy ol' Bear
  • 263
  • 1
  • 6
  • 14