mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-02 22:53:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			492 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			492 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
---
 | 
						|
---
 | 
						|
[
 | 
						|
  {% for post in site.posts %}{% unless post.layout == "encrypt" %}
 | 
						|
    {
 | 
						|
      "title"    : "{{ post.title | escape }}",
 | 
						|
      "category" : "{{ post.category }}",
 | 
						|
      "tags"     : "{{ post.tags | join: ', ' }}",
 | 
						|
      "url"      : "{{ site.baseurl }}{{ post.url }}",
 | 
						|
      "date"     : "{{ post.date | date: "%Y/%m/%d" }}",
 | 
						|
      "content": {{ post.content | strip_html | strip_newlines | jsonify }}
 | 
						|
    }{% unless forloop.last %},{% endunless %}{% endunless %}
 | 
						|
  {% endfor %}
 | 
						|
]
 |