X-Git-Url: https://git.ayoreis.com/ayoreis.com.git/blobdiff_plain/1703bcf002b4ec771125480c928fc7430d038494..refs/heads/main:/index.html?ds=sidebyside diff --git a/index.html b/index.html index f96180f..e737f37 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ background-color: #f77ee5; } - :where(h2, h3, p, pre, ul):not(:first-child) { + :where(h2, p, pre, ul):not(:first-child) { margin-top: 0.5lh; } @@ -67,6 +67,7 @@ } code { + text-transform: none; color: white; background-color: black; } @@ -76,32 +77,58 @@ padding-top: 64px; border-top: 4px dashed black; - > article > header > h3 { - margin-top: 0; + > article { + &:not(:first-child) { + margin-top: 64px; + } + + > header > h2 { + margin-top: 0; + } } } -

Hey there, I'm Ayo!

+

Hey there! I'm Ayo ^w^

Here are some projects I'm working on: git.ayoreis.com.

-

(the background colour is #f77ee5 btw :3)

+

(the background colour is #f77ee5 btw)

-

(updated )

-

Speed up video in FFmpeg

+

+

Reword old Git commits

-
ffmpeg -i input.mkv -r 60 -vf "setpts=PTS/60" -an output.mp4
+
git rebase -i --committer-date-is-author-date HEAD~n
+git push --force
+ + + +

Force pushing is needed since history is modified, will cause trouble if you work with other people.

+
+ +
+
+

(last updated )

+

Speed up video in FFmpeg

+
+
ffmpeg -i input.mkv -vf "setpts=PTS/60" -r 60 -an output.mp4
+

(Some of the following options link to further information.)

+