Closed ghost closed 10 years ago
Hmm, I'm unable to reproduce this error. I built a site using jekyll 2.0.3, and it worked without a problem:
$ jekyll --version
jekyll 2.0.3
$ jekyll build
Configuration file: /home/vagrant/software_projects/jekyll-bootsrap-sandbox/_config.yml
Source: /home/vagrant/software_projects/jekyll-bootsrap-sandbox
Destination: /home/vagrant/software_projects/jekyll-bootsrap-sandbox/_site
Generating...
unchanged assets/themes/hooligan/_sass/style.scss
done.
The error you're getting is happening during the rendering of the (liquid) template. You could try looking through /home/edelwin/code/websites/blog/_includes/themes/hooligan/post.html
for any mention of Number
. Some file somewhere is calling Number
, which isn't defined as anything.
Well, aparently when I create a new repo with the Jekyll Boostrap and the Hooligan theme, I'm not getting this error anymore. This is totally weird :')
Weird indeed. Isn't web development fun?
Hi, I was working on my blog, and suddenly, this error came out (from nowhere, or almost). I don't know what to do to fix it :x