diff --git a/lighthouserc.js b/lighthouserc.js index e65afcd..a813b97 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -3,7 +3,8 @@ module.exports = { collect: { "url": [ "http://localhost/index.html", - "http://localhost/documentation/", + "http://localhost/documentation/images/", + "http://localhost/examples/", ], staticDistDir: './_site', staticDirFileDiscoveryDepth: 1, diff --git a/src/_assets/public/css/highlightjs.css b/src/_assets/public/css/highlightjs.css index 23609b4..b26a9da 100644 --- a/src/_assets/public/css/highlightjs.css +++ b/src/_assets/public/css/highlightjs.css @@ -1 +1 @@ -pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} +pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#1d212c}.hljs-comment,.hljs-quote{color:#9fa985;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#f8969e}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} diff --git a/src/pages/documentation/cms.md b/src/pages/documentation/cms.md index a3241bc..f598bc8 100644 --- a/src/pages/documentation/cms.md +++ b/src/pages/documentation/cms.md @@ -2,6 +2,7 @@ layout: base.njk title: Content Managment System subtitle: Install Sveltia CMS step by step +description: How do use Sveltia CMS as a for your 11ty website ismarkdown: true --- ## Foreword diff --git a/src/pages/documentation/images.md b/src/pages/documentation/images.md index 8ae00f3..0191364 100644 --- a/src/pages/documentation/images.md +++ b/src/pages/documentation/images.md @@ -2,6 +2,7 @@ layout: base title: Images subtitle: Edit and manage images +description: How do responsive images work in huwindty templateEngineOverride: md ismarkdown: true --- diff --git a/src/pages/documentation/markdown.md b/src/pages/documentation/markdown.md index 8a1daa7..6e27a49 100644 --- a/src/pages/documentation/markdown.md +++ b/src/pages/documentation/markdown.md @@ -2,6 +2,7 @@ layout: base.njk title: Markdown subtitle: Using Markdown in 11ty +description: How do use Markdown in your 11ty website and how does it work ismarkdown: true --- ## Markdown @@ -73,4 +74,4 @@ Markdown is not known to be flexible with styling images, but you find a workaro ### Responsive images -A specific chapter on responsive images explains how this 11ty starter manages [responsive images](/documentation/images/). +Markdown images are automatically redered as responsive. A specific chapter on responsive images explains how this 11ty starter manages [responsive images](/documentation/images/). diff --git a/src/pages/documentation/navigation.md b/src/pages/documentation/navigation.md index 5acb0fe..1e2b4df 100644 --- a/src/pages/documentation/navigation.md +++ b/src/pages/documentation/navigation.md @@ -2,6 +2,7 @@ layout: base.njk title: Navigation subtitle: Documentation about navigation. +description: How huwindty manages the navigation menu without dependency ismarkdown: true templateEngineOverride: md --- diff --git a/src/pages/documentation/styles.md b/src/pages/documentation/styles.md index cb1e4da..3eb9b20 100644 --- a/src/pages/documentation/styles.md +++ b/src/pages/documentation/styles.md @@ -2,6 +2,7 @@ layout: base.njk title: Styles subtitle: How to style your site with Tailwind css +description: Styles in huwindty with tailwind ismarkdown: true --- ## Tailwind CSS