Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit b145835

Browse files
committed
Updated Skeleton project
- Uses relative directories - Changed example to jpeg
1 parent b3fd4f5 commit b145835

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: Skeleton/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Example
2-
![Example name demo image](LINK TO IMAGE)
1+
# Example
2+
![Example name demo image](./readme-image.jpg)
33

44
### Description
55
Hello, I am a description which should be replaced so. Please replace me.

Diff for: Skeleton/readme-image.jpg

54.2 KB
Loading

Diff for: Skeleton/readme-image.png

-15.3 KB
Binary file not shown.

Diff for: create-files.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_project_name():
5050
os.path.join(os.path.curdir, 'Assets', proj_type, proj_name, 'README.md'))
5151

5252
# Copy image from skeleton
53-
copyfile(os.path.join(os.path.curdir, 'Skeleton', 'readme-image.png'),
54-
os.path.join(os.path.curdir, 'Assets', proj_type, proj_name, 'readme-image.png'))
53+
copyfile(os.path.join(os.path.curdir, 'Skeleton', 'readme-image.jpg'),
54+
os.path.join(os.path.curdir, 'Assets', proj_type, proj_name, 'readme-image.jpg'))
5555

5656

0 commit comments

Comments
 (0)