This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git

commit c987023e61f13b7298744d5114bc5f8b457c5750
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Mar 20 11:44:02 2025 -0700

    11ty: ensure that the sass in the css directory doesn't use the default 
layout
    
    Use content-only.html like rss/sitemap, and exclude from collections
---
 css/css.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/css/css.json b/css/css.json
new file mode 100644
index 00000000..2f9f518e
--- /dev/null
+++ b/css/css.json
@@ -0,0 +1,4 @@
+{
+       "eleventyExcludeFromCollections": true,
+       "layout": "content-only.html"
+}
\ No newline at end of file

Reply via email to