Mayx's Home Page https://mabbs.github.io
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.

14 lines
492 B

  1. ---
  2. ---
  3. [
  4. {% for post in site.posts %}{% unless post.layout == "encrypt" %}
  5. {
  6. "title" : "{{ post.title | escape }}",
  7. "category" : "{{ post.category }}",
  8. "tags" : "{{ post.tags | join: ', ' }}",
  9. "url" : "{{ site.baseurl }}{{ post.url }}",
  10. "date" : "{{ post.date | date: "%Y/%m/%d" }}",
  11. "content": {{ post.content | strip_html | strip_newlines | jsonify }}
  12. }{% unless forloop.last %},{% endunless %}{% endunless %}
  13. {% endfor %}
  14. ]

Powered by TurnKey Linux.