+ [8 years ago] knob Hello everyone. I am new to Jekyll, and seem to be doing something wrong. I am trying to link to a page inside my site, by using <a href="pages/linkHere.html">Page Title</a> Yet when I click on that link, it takes me to "localhost/pages/linkHere.html"
+ [8 years ago] knob The page's index is currently in localhost/test/_site/index.html
+ [8 years ago] knob So I am not sure what 'basic' thing I a missing from the setup... any help is greatly appreciated!
+ [8 years ago] raulx222 hey!..I'm trying to generate some HTML by using information from a data file.. but I can't get the values from the data file... and I don't know what I'm doing wrong :/..can you have a look please? here's the code http://i.imgur.com/MSF9CAf.png and here's the output http://i.imgur.com/ar1bd08.png
+ [8 years ago] raulx222 I'd expect to get the variable of item.materie but I don't get anything :/

message no. 169827

Posted by knob in #jekyll at 2017-06-18T13:00:27Z

Hello everyone. I am new to Jekyll, and seem to be doing something wrong. I am trying to link to a page inside my site, by using <a href="pages/linkHere.html">Page Title</a> Yet when I click on that link, it takes me to "localhost/pages/linkHere.html"
+ [8 years ago] maxlin_ i want to know what's wrong with jekyll + rouge + redcarpet markdown
+ [8 years ago] maxlin_ can anyone help me figure out whats going on ?
+ [8 years ago] maxlin_ the syntax highlight seems not right
+ [8 years ago] ArsenArsen Anyone knows how can I run a jekyll webpage on gh-pages branch with gh pages and multiple pages? Do I just need to do .md files with YAML headers? And how would the URLs look like?