Can't see the exact homepage

I am trying to use this theme from the HUGO themes website. I followed the same procedure as mentioned here, and added the theme as “hugo-paper”. When I run the command hugo server -D some of the components are missing such as

Here’s the link to the hosted site.

Thank you.


Here’s the link to the Original Hosted Site https://nanxiaobei.github.io/hugo-paper/

Here’s the file structure tree

├── archetypes
│   └── default.md
├── config.toml
├── content
│   └── posts
│       ├── my-first-post.md
│       ├── my-second-post.md
│       └── my-third-post.md
├── data
├── layouts
├── resources
│   └── _gen
│       ├── assets
│       └── images
├── static
└── themes
   └── hugo-paper
       ├── LICENSE
       ├── README.md
       ├── i18n
       │   ├── en.yaml
       │   ├── ja.yaml
       │   ├── ko.yaml
       │   ├── ru.yaml
       │   └── zh.yaml
       ├── images
       │   ├── screenshot.png
       │   ├── screenshot_dark.png
       │   └── tn.png
       ├── layouts
       │   ├── 404.html
       │   ├── _default
       │   │   ├── list.html
       │   │   └── single.html
       │   └── partials
       │       ├── footer.html
       │       └── header.html
       ├── static
       │   ├── an-old-hope.min.css
       │   ├── apple-touch-icon.png
       │   ├── favicon.ico
       │   ├── highlight.min.js
       │   └── style.css
       └── theme.toml

Your next page button is missing because there is no next page I assume. Two posts are done and that’s what you have. Write more posts and see what happens or set the limit of the list page to something like 1 and you see the navigation.

I have tried it with 10-11 Posts all of those comes on single page. How do I limit posts? Any suggestion?