如何将我的前端内容用作 url 而不是文件名?
我在我的收藏夹中设置了一个集合_config.yml
collections:
news:
output: true
我希望能够将其page.title
用作我的网址,以下是我的首要任务
---
layout: newspost
title: "Fracture announces exclusive 3 year deal with Drake & Morgan."
date: 2019-01-16
---
当前 url 是文件的文件名,.md
如下所示:
http://localhost:4000/news/drake_and_morgan.html
我希望 url 的输出如下:
http://localhost:4000/news/Fracture-announces-exclusive-3-year-deal with-Drake-&-Morgan.
或类似的。