UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
site
/
news
/
index.html
11 lines
(9 loc)
•
137 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
---
layout:
news
title:
News
permalink:
/news/
author:
all
---
{
%
for
post
in
site.posts
%
} {
%
include
news_item.html
%
} {
%
endfor
%
}