mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
30 lines
577 B
YAML
30 lines
577 B
YAML
markdown: rdiscount
|
|
permalink: /:year/:month/:title
|
|
|
|
rdiscount:
|
|
extensions: [smart]
|
|
|
|
sass:
|
|
style: :compressed
|
|
sass_dir: _sass
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "" # empty string for all files
|
|
type: posts # limit to posts
|
|
values:
|
|
is_post: true # automatically set is_post=true for all posts
|
|
- scope:
|
|
path: "category"
|
|
values:
|
|
is_category_page: true
|
|
layout: category
|
|
|
|
name: WONA
|
|
url: http://wona.co.in
|
|
gems: [jekyll-paginate]
|
|
description: The official news magazine of IIT Roorkee.
|
|
paginate: 10
|
|
paginate_path: "/page/:num"
|