Skip to content

Commit

Permalink
add editorconfig and favicon
Browse files Browse the repository at this point in the history
Signed-off-by: 4yman <4yman.mail@gmail.com>
  • Loading branch information
4yman-0 committed Aug 26, 2024
1 parent d167cc0 commit b190558
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome.
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
Binary file added img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta property="og:title" content="4yman">
<meta property="og:type" content="profile">
<meta property="og:url" content="https://4yman-0.github.io">
<meta property="og:image" content="/img/pfp.webp">
<meta property="og:image" content="/img/favicon.png">
<meta property="og:image:width" content="474">
<meta property="og:image:height" content="474">

Expand Down

0 comments on commit b190558

Please sign in to comment.