Closed Lruihao closed 10 months ago
add outputFormats.archives as below:
outputFormats.archives
[outputFormats] # ... # FixIt 0.3.0 | NEW Options to make output /archives/index.html file [archives] path = "archives" baseName = "index" mediaType = "text/html" isPlainText = false isHTML = true permalinkable = true
add "archives" in outputs.home as below:
"archives"
outputs.home
[outputs] home = ["HTML", "RSS", "JSON", "BaiduUrls", "archives"] # ...
Head to http://localhost:1313/archives/ or add menu to header.
http://localhost:1313/archives/
Demo: https://lruihao.cn/archives/
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Usage
add
outputFormats.archives
as below:add
"archives"
inoutputs.home
as below:Head to
http://localhost:1313/archives/
or add menu to header.Demo
Demo: https://lruihao.cn/archives/