You cannot post messages because only members can post, and you are not currently a member.
Description:
Jekyll is a blog-aware, static site generator in Ruby
|
|
|
categories, subcategories and articles/posts
|
| |
I want to create a website similiar to say something like
w3schools.com (layout, information architecture wise).
So you have your major categories.
When you click on a category, it will list all posts for that
category, along with potentially sub-categories.
Can this be done with jekyll out of the box?... more »
|
|
Jekyll stopped generating new _posts
|
| |
Whenever running Jekyll command alone or starting the server ( with
auto: true in config.yml ), Jekyll is simply not generating anything.
The open terminal spits out a "regeneration: 1 files changed" but yet
nothing is added, the _sites folder stays the same.
When I edit an existing post, same thing. Nothing is changed.... more »
|
|
Making Jekyll play nicely with Mustache?
|
| |
I'm using Jekyll to generate single-page applications, using Mustache as a client-side templating engine. My problem is that Mustache's syntax overlaps Liquid's: {{ ... }} {{{ ... }}} {{#each ... }} ... {{/each }} Is there any way to disable Liquid processing for part of a Jekyll file? Alternatively, is there some other... more »
|
|
|