Jekyll is a blog-aware, static site generator written in Ruby.
I have a FOR statement that outputs all posts of type jobs. {% for post in site.categories.jobs %} <article&…
jekyllI am trying to add a new post to my Jekyll site, but I cannot see it on the generated …
jekyllI'm planning on building and deploying a static site on github. If i was to do that is it still …
jekyll contact-formI have tried the following syntax to make a Markdown list item on a GitHub page of mine a hyperlink: 1. […
markdown jekyll github-pages kramdownIf I have a for loop in Liquid (using Jekyll), how can I target even (or odd) items only? I …
jekyll liquid<ul class="entries"> {% for post in paginator.posts %} <li> <a href="{{ post.url }}"> <…
templates jekyll templating liquid liquid-layoutI have installed this jekyll theme. But faced with one issue. If I do: bundle exec jekyll serve All work …
ruby rubygems jekyll github-pages jekyll-paginatorI have a simple test jekyll app like so: index.html is: <script type="text/javascript" src="/assets/myfile.…
jekyll minify