generated from google/eleventy-high-performance-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
307 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[build] | ||
publish = "dist" | ||
# Allows overriding metadata.json via env var | ||
command = "[ \"$METADATA_JSON\" ] && echo $METADATA_JSON > _data/metadata.json; npm run build" | ||
functions = "functions/" | ||
|
||
[[plugins]] | ||
package = "@netlify/plugin-functions-install-core" | ||
|
||
[[headers]] | ||
for = "*.avif" | ||
[headers.values] | ||
Content-Type = "image/avif" | ||
Content-Disposition = "inline" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
/* Custom Base Styles Go Here. */ | ||
li { | ||
position: relative; | ||
left: 26px; | ||
} | ||
li::before { | ||
content: url(/images/icons/bx-arrow.svg); | ||
margin-left: -26px; | ||
@apply absolute left-0 top-0; | ||
} | ||
li + li { | ||
@apply mt-4; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
/* Custom Components Go Here. */ | ||
.button { | ||
@apply inline-block bg-myred-500 rounded-lg text-white hover:bg-white hover:text-mydark-500 px-4 py-2 my-5; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = [ | ||
{ | ||
url: 'matthiasott.com', | ||
title: 'Saving Your Web Workflows with Prototyping', | ||
tags: ['UI', 'UX', 'Code'], | ||
description: | ||
'A brilliant post by Matthias Ott on common UI and design / engineering problems and how trying to solve them is often a greater lesson than only learning about a new technology. “Learning comes from exploring the problem space and trying different possible tradeoffs.”', | ||
}, | ||
{ | ||
url: 'matthiasott.com', | ||
title: 'Saving Your Web Workflows with Prototyping', | ||
tags: ['UI', 'UX', 'Code'], | ||
description: | ||
'A brilliant post by Matthias Ott on common UI and design / engineering problems and how trying to solve them is often a greater lesson than only learning about a new technology. “Learning comes from exploring the problem space and trying different possible tradeoffs.”', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
module.exports = [ | ||
{ | ||
title: 'Frankly Books', | ||
subtitle: 'Book Marketplace', | ||
details: '2021 - Product Creation', | ||
description: | ||
'DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.', | ||
features: [ | ||
'DIY tote bag drinking ', | ||
'DIY tote bag drinking ', | ||
'DIY tote bag drinking ', | ||
], | ||
url: 'https://url.com', | ||
image: 'https://source.unsplash.com/random/200', | ||
}, | ||
{ | ||
title: 'Project 2', | ||
subtitle: 'Subtitle', | ||
details: '2021 - Product Creation', | ||
description: | ||
'DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.', | ||
features: [ | ||
'DIY tote bag drinking ', | ||
'DIY tote bag drinking ', | ||
'DIY tote bag drinking ', | ||
], | ||
url: 'https://url.com', | ||
image: 'https://source.unsplash.com/random/300', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.