hexo-generator-archive
hexo-generator-archive copied to clipboard
Specify archive slug in config
By default, the archive listing page url is /archives/
, it could be nice to be able to customise that in the config file.
https://hexo.io/docs/configuration#Directory
Try changing archive_dir
in your _config.yml
?
Ahhhh! Hadn't seen this. I was looking at the readme of this repo and nowhere was this mentionned.
https://github.com/hexojs/hexo-generator-archive/blob/87a47727728692af3040ee1740ce977922fe9386/lib/generator.js#L10