diff --git a/_data/categories.yaml b/_data/categories.yaml new file mode 100644 index 0000000..46306c9 --- /dev/null +++ b/_data/categories.yaml @@ -0,0 +1,20 @@ +--- +- name: news + subcategories: + - acads + - sports + - cultural + - tech + - sac + - phekingnews +- name: columns + subcategories: + - coverstory + - bigstory + - editorial + - almostfamous + - guestcomentary +- name: career + subcategories: +- name: archives + subcategories: diff --git a/_includes/navbar.html b/_includes/navbar.html index b382068..0769690 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -16,9 +16,20 @@ diff --git a/index.html b/index.html index faa90e0..08dba91 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ --- layout: layout title: "Home" +category_page: news ---