You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- ---
 - layout: page
 - permalink: /categories/
 - title: Categories
 - exclude: true
 - ---
 - 
 - 
 - <div id="archives">
 - {% for category in site.categories %}
 -   <div class="archive-group">
 -     {% capture category_name %}{{ category | first }}{% endcapture %}
 -     <div id="#{{ category_name | slugize }}"></div>
 -     <p></p>
 - 
 -     <h3 class="category-head">{{ category_name }}</h3>
 -     <a name="{{ category_name | slugize }}"></a>
 -     {% for post in site.categories[category_name] %}
 -     <article class="archive-item">
 -       <h4><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></h4>
 -     </article>
 -     {% endfor %}
 -   </div>
 - {% endfor %}
 - </div>
 
 
  |