feat: update implementation of RSS feeds
Adds a new filter `convertRelativeLinks` that converts any relative link to an absolute path Adds an XML transform to minify the final output for smaller filesizes Updates some data in meta Adds a new macro for generating an RSS feed
This commit is contained in:
parent
46ed7a29be
commit
e6cfa88f61
14 changed files with 1508 additions and 271 deletions
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
url: process.env.URL || "http://localhost:8080",
|
||||
siteName: "wonderfulfrog",
|
||||
siteName: "wonderfulfrog.com",
|
||||
siteDescription:
|
||||
"My name is Devin Haska and this is my little slice of the internet I call home.",
|
||||
locale: "en_EN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue