Merge pull request #37 from GRArmstrong/yacht

Yacht
This commit is contained in:
Corey 2021-07-21 16:09:50 -05:00 committed by GitHub
commit 4c86fb2bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

BIN
png/yacht.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

4
scripts/generate_readme.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
from pathlib import Path
def generate_img_tag(file):
@ -11,4 +13,4 @@ if __name__ == "__main__":
f.write("# Homer Icons\n\n")
f.write("[Homer Dashboard](https://github.com/bastienwirtz/homer)\n\n")
f.write(" ".join(img_tags))
f.write("\n")
f.write("\n")