latest 20 messages by Kabadoo
  
  
    +
    [2015-07-30T12:58:34Z]
    Kabadoo
    Something like this?
    
  
  
  
    +
    [2015-07-30T12:58:29Z]
    Kabadoo
    Thanks. I was already looking at it. Every user would have a branch, every time someone made a post it would go to master and rebuild a site?
    
  
  
  
    +
    [2015-07-30T12:28:21Z]
    Kabadoo
    A client has asked me to build a website for mid-size organisation (+500 members). They all need to be able to write posts, send messages to each other and have their own emails.
    
  
  
  
    +
    [2015-07-30T12:26:00Z]
    Kabadoo
    Is there a CMS that spits out .html files for general usage? Something like CMS ---> Jekyll serve ---> Upload files to server.
    
  
  
  
    +
    [2015-07-23T18:08:51Z]
    Kabadoo
    Thanks.
    
  
  
  
    +
    [2015-07-23T17:48:56Z]
    Kabadoo
    But, still, it is strange, that you can target folder3 by name, not /folder1/folder2/folder3/.
    
  
  
  
    +
    [2015-07-23T17:47:21Z]
    Kabadoo
    Out of my reach.
    
  
  
  
    +
    [2015-07-23T17:46:43Z]
    Kabadoo
    :( Only recently started to learn javascript, ruby is far away.
    
  
  
  
    +
    [2015-07-23T17:44:50Z]
    Kabadoo
    - /folder1/folder2/folder3/ limit it to folder2
    
  
  
  
    +
    [2015-07-23T17:44:40Z]
    Kabadoo
    But it would be great to make it fully automatic. Is there a way to limit this feature?
    
  
  
  
    +
    [2015-07-23T17:43:16Z]
    Kabadoo
    Sorry to disappoint you.
    
  
  
  
    +
    [2015-07-23T17:42:18Z]
    Kabadoo
    Yes a pseudo code.
    
  
  
  
    +
    [2015-07-23T17:41:29Z]
    Kabadoo
    Folders look like this /article/vides-dizains/vides-objekti/
    
  
  
  
    +
    [2015-07-23T17:39:18Z]
    Kabadoo
    http://pastebin.com/5Jgs4Ffd
    
  
  
  
    +
    [2015-07-23T17:36:35Z]
    Kabadoo
    It was a long time ago, I can not find it.
    
  
  
  
    +
    [2015-07-23T17:33:24Z]
    Kabadoo
    Found this trick, when I was looking for a way to change default folder of posts.
    
  
  
  
    +
    [2015-07-23T17:31:53Z]
    Kabadoo
    Strange.
    
  
  
  
    +
    [2015-07-23T17:28:02Z]
    Kabadoo
    Not too intuitive.
    
  
  
  
    +
    [2015-07-23T17:23:16Z]
    Kabadoo
    This is what I did {% assign posts=site.categories.folder2  %}<ul>{% for post in posts %}<li><a href="{{ post.url }}">{{ post.title }}</a></li>{% endfor %}</ul> . Inside folder2 I have another folder called _posts.
    
  
  
  
    +
    [2015-07-23T17:20:23Z]
    Kabadoo
    It is strange, that you can target subfolder by bypassing main folder name. What happens if you have multiple folders with same name?