James Dalton

Results 3 issues of James Dalton

this removes the dependency on crypto.js and uses the webcrypto API. I haven't updated the CLI with the new logic, but I wanted to open this PR with what I...

This adds a feature where you can link to any page in `site.Pages` by just using `[[page_you_want_to_link]]`. - It will use the first match it finds, so you cannot have...

Changes how the `attachments` shortcode works. Now it uses Hugo's page bundles/resources instead of a custom implementation. Page bundle docs: https://gohugo.io/content-management/page-bundles/ Closes: #387 Closes: #100