-
Another good thing about 11ty: it’s easy to get content out of it. I’m moving my personal site onto Kirby. All I had to do with 11ty is use the pagination system to generate an “export” and disable markdown. Job done. config.setLibrary('md', {render: (markdown) => markdown});