Skip to content

Commit

Permalink
chore: generate resources
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Feb 20, 2024
1 parent f350929 commit 10ab330
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 196 deletions.
2 changes: 1 addition & 1 deletion exampleSite/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
"the-future---today"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -574,69 +574,34 @@ img {
flex-shrink: 0;
}

@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}

@keyframes spin {
to {
transform: rotate(360deg);
}
}

@-webkit-keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}

@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}

@-webkit-keyframes pulse {
50% {
opacity: .5;
}
}

@keyframes pulse {
50% {
opacity: .5;
}
}

@-webkit-keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}

50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}

50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/main.d4368bea4d1f8875e8d9c6569bb7d4cd942559a7ccfbf7d0abbee8c5c62b0844.css","MediaType":"text/css","Data":{"Integrity":"sha256-1DaL6k0fiHXo2cZWm7fUzZQlWafM+/fQq77oxcYrCEQ="}}
{"Target":"css/main.b88721e5528e70901c5086793bd2cec53cf251c6fa5f5d4a15f8cec21d0b8118.css","MediaType":"text/css","Data":{"Integrity":"sha256-uIch5VKOcJAcUIZ5O9LOxTzyUcb6X11KFfjOwh0LgRg="}}
Loading

0 comments on commit 10ab330

Please sign in to comment.