Skip to content

Commit

Permalink
added resources page, fixed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavis2005 committed May 22, 2024
1 parent 5084a31 commit 1a99e58
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ twitter_card = true
header_nav = [
{ url = "/", name_en = "home" },
{ url = "/blog", name_en = "blog"},
{ url = "/blog/posts", name_en = "posts"},
{ url = "/blog/about" ,name_en = "about"}
]

Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Official blog of Cybersecurity Club, IIT Madras.

## Tags

Browse our posts by tags:
Browse our posts by *[tags](/tags)*



Expand Down
10 changes: 7 additions & 3 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
+++
imaginate_by = 15
path = "/blog/posts"
page_template="blog-page.html"
paginate_by = 15
path = "blog/posts"
title = "All posts"
sort_by = "date"
page_template = "blog-page.html"
+++

> List of all *[tags](/tags)*%
9 changes: 9 additions & 0 deletions content/resources/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
paginate_by = 15
path = "blog/resources"
title = "All Resources"
sort_by = "date"
page_template = "blog-page.html"
+++

> List of all *[tags](/tags)*

0 comments on commit 1a99e58

Please sign in to comment.