hexojs / hexo-generator-archive

Archive generator plugin for Hexo.
MIT License
37 stars 18 forks source link

Specify archive slug in config #108

Open Buzut opened 4 years ago

Buzut commented 4 years ago

By default, the archive listing page url is /archives/, it could be nice to be able to customise that in the config file.

SukkaW commented 4 years ago

https://hexo.io/docs/configuration#Directory

Try changing archive_dir in your _config.yml?

Buzut commented 4 years ago

Ahhhh! Hadn't seen this. I was looking at the readme of this repo and nowhere was this mentionned.

uiolee commented 7 months ago

https://github.com/hexojs/hexo-generator-archive/blob/87a47727728692af3040ee1740ce977922fe9386/lib/generator.js#L10