Skip to content

Commit

Permalink
Merge pull request #46 from aloxe/wider-lighthouse
Browse files Browse the repository at this point in the history
enlarge my lighthouse coverage
  • Loading branch information
aloxe authored Dec 20, 2024
2 parents abc6599 + 202299e commit 38d5e98
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/_assets/public/css/highlightjs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/pages/documentation/cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/pages/documentation/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
3 changes: 2 additions & 1 deletion src/pages/documentation/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/).
1 change: 1 addition & 0 deletions src/pages/documentation/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
1 change: 1 addition & 0 deletions src/pages/documentation/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38d5e98

Please sign in to comment.