EmielH / tale-hugo

A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers.
https://themes.gohugo.io/tale-hugo/
MIT License
249 stars 123 forks source link

Add archive page support #60

Closed isaced closed 2 years ago

isaced commented 2 years ago

How

  1. add archives.md file to content directory
---
title: "Archives"
date: 2021-01-01 00:00:00 +0800
type: archives
hidden: true
url: archives.html
---
  1. edit config.toml to config menu
[menu]
  [[menu.main]]
    identifier = "archives"
    name = "Archives"
    title = "Archives"
    url = "/archives.html"
    weight = 1

Preview

archives

Online preview: https://www.isaced.com/archives.html

EmielH commented 2 years ago

Thanks for your contribution! Looks good to me! 🙂