mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-05-03 01:38:02 +00:00
* add: the ship of theseus * move image * add: interiit article * fix: config file and article * Updated formatting, graphs, and draft status for Inter IIT 13.0 article --------- Co-authored-by: Rajdeep Aher <math.enthusiast163@gmail.com>
31 lines
630 B
YAML
31 lines
630 B
YAML
markdown: kramdown
|
|
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
|
|
|
|
title: Watch Out, IIT Roorkee
|
|
url: http://watchout.iitr.ac.in
|
|
plugins: [jekyll-paginate]
|
|
description: The official news magazine of IIT Roorkee.
|
|
timezone: Asia/Kolkata
|
|
paginate: 10
|
|
paginate_path: "/page/:num"
|