FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jser.github.io/posts.json at develop · jser/jser.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
jser
/
jser.github.io
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
73
Star
112
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
jser.github.io
/
posts.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 503 Bytes
Breadcrumbs
jser.github.io
/
posts.json
Copy path
File metadata and controls
11 lines (10 loc) · 503 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
---
---
[{
% for post in site.posts %
}{
"title"
:
"
{{ post.title | xml_escape }}
"
,
"url"
:
"
{{ post.url | prepend: site.baseurl | prepend: site.url }}
"
,
"date"
:
"
{{ post.date | date_to_xmlschema }}
"
,
"content"
:
"
{{ post.content | markdownify | strip_html | strip_newlines | truncate: 50 | xml_escape}}
"
,
"category"
:
"
{{post.category | xml_escape}}
"
,
"tags"
:[{
% for tag in post.tags %
}
"
{{ tag }}
"
{
% if forloop.last %
}{
% else %
},{
% endif %
}{
% endfor %
}]
}{
% if forloop.last %
}{
% else %
},{
% endif %
}{
% endfor %
}]
Back
|
FazBrowse Home
|
New Git URL