hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

page-kinds.html (658B)

    1 | Kind | Description | Example |
    2 |----------------|--------------------------------------------------------------------|-------------------------------------------------------------------------------|
    3 | `home` | The landing page for the home page | `/index.html` |
    4 | `page` | The landing page for a given page | `my-post` page (`/posts/my-post/index.html`) |
    5 | `section` | The landing page of a given section | `posts` section (`/posts/index.html`) |
    6 | `taxonomy` | The landing page for a taxonomy | `tags` taxonomy (`/tags/index.html`) |
    7 | `term` | The landing page for one taxonomy's term | term `awesome` in `tags` taxonomy (`/tags/awesome/index.html`) |