python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Access specific data from CSV file in Jekyll
I wish to access/query specific data from a CSV file in Jekyll (liquid). My CSV file has the name planets.csv and it's like this:
name, Mercuy, Venus, Earth, Mars
satellites, 0, 0, 1, 2
diameter, 0.38...
Unix
Votes: 0
Answers: 1
How to Test/Debug Jekyll Plugins?
For a blog, I put together an inline tag that pulls header information from a specified webpage. It works, but I need to add caching, so that I'm not making redundant network calls.
I'd like a tighte...
John C
Votes: 0
Answers: 1
Jekyll blog posts not showing up on github pages
I've used Jekyll to build my website and it works as intended locally. However, when I deploy my website to github pages, the blog posts no longer show up.
I have consulted a previous question: Jekyl...

Magi
Votes: 0
Answers: 1
Omit file extension from slug
I am using this bash script to add a markdown file name as a slug in the front matter. However, I would like to omit the extension .md and retain the name only e.g. foo.md I retain foo. Could anyone a...

user17531463
Votes: 0
Answers: 1