latest 20 messages by enigmuriatic

+ [2013-06-14T22:33:05Z] enigmuriatic i've tried it substituting "page" for "default", too
+ [2013-06-14T22:28:39Z] enigmuriatic if there's a file using the layout default in the same directory as the file with this and it's in the "tech" category, why doesn't this register
+ [2013-06-14T22:27:39Z] enigmuriatic <p>{{ default.title }}</p>
+ [2013-06-14T22:27:38Z] enigmuriatic {% for default in site.categories.tech %}
+ [2013-06-14T21:22:42Z] enigmuriatic <p>{{ page.title }}</p>
+ [2013-06-14T21:22:41Z] enigmuriatic {% for page in site.categories.tech %}
+ [2013-06-14T21:21:26Z] enigmuriatic jaybe, do those commands only work for posts? mine aren't technically posts
+ [2013-06-14T20:55:29Z] enigmuriatic where default is the layout and tech is the folder
+ [2013-06-14T20:55:14Z] enigmuriatic i have them in folders, and i'm trying to do something like {% for default in tech %} ... {% endfor %} but it isn't working out
+ [2013-06-14T20:54:43Z] enigmuriatic can anyone help me out with this?
+ [2013-06-14T20:40:07Z] enigmuriatic say i want to have a variety of pages in different sections, and have a list of each section's articles automatically generated on my index page. how would i best go about this using jekyll?
+ [2013-06-14T19:43:31Z] enigmuriatic is there any built-in mechanism for me to get the titles of all of the pages i'm generating for use in my index page?