Skip to content

Commit

Permalink
Give up on pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad Pundalik committed Apr 25, 2020
1 parent 2d8bec6 commit c630f1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
3 changes: 0 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ markdown: kramdown
remote_theme: "mmistakes/[email protected]"
plugins:
- jekyll-feed
- jekyll-paginate

paginate: 10

permalink: /:year/:month/:title
# Exclude from processing.
Expand Down
15 changes: 14 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,17 @@ layout: home

### About

I'm a Site Reliability Engineer with [Slack](http://slack.com), working in their India office. During the day, I do my best to keep you productive and happy at work. After work, I read, attend music concerts, find new places to eat, and drink lots of tea and coffee. Some people also say that I yap a lot. To contact me, DM me on Twitter: [@ni_nad]https://twitter.com/ni_nad "Ninad on Twitter"
I'm a Site Reliability Engineer with [Slack](http://slack.com), working in their India office. During the day, I do my best to keep you productive and happy at work. After work, I read, attend music concerts, find new places to eat, and drink lots of tea and coffee. Some people also say that I yap a lot. To contact me, DM me on Twitter: [@ni_nad](https://twitter.com/ni_nad "Ninad on Twitter")


### Posts

{% for post in site.posts %}

####[{{ post.title }}]({{ post.url }})

_{{ post.date | date: "%B %e, %Y" }}_

{{ post.excerpt }}

{% endfor %}

0 comments on commit c630f1a

Please sign in to comment.